analysis.timing: Add missing @Nullable annotations
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Tue, 23 Feb 2016 21:38:03 +0000 (16:38 -0500)
committerAlexandre Montplaisir <alexmonthy@efficios.com>
Thu, 25 Feb 2016 20:21:26 +0000 (15:21 -0500)
commit07daa331b6727e1c5ca158eafe62bd1707ddf548
tree224e0ccf273ff3fd2e1cd8af94dc3eda786b90a7
parent68621ce0f89faa031e5256056f00f0a9895c6e52
analysis.timing: Add missing @Nullable annotations

The updateTableModel() method supports null parameters, we just need
to add missing @Nullable annotations to fix a compilation warning.

Also annotate CompletableFuture.supplyAsync() methods, they return
a new CompletableFuture, so its return can be @NonNull.

Change-Id: Ieef346b03d0e676c19c4f8cea3568870fc852e37
Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
Reviewed-on: https://git.eclipse.org/r/67187
Reviewed-by: Hudson CI
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/density/AbstractSegmentStoreDensityView.java
analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/density/AbstractSegmentStoreDensityViewer.java
analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/density/ISegmentStoreDensityViewerDataListener.java
common/org.eclipse.tracecompass.common.core/annotations/java/util/concurrent/CompletableFuture.eea [new file with mode: 0644]
This page took 0.044182 seconds and 5 git commands to generate.