tmf: Make Pair utility class non-null and immutable
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Tue, 2 Dec 2014 12:32:33 +0000 (07:32 -0500)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Mon, 5 Jan 2015 21:26:09 +0000 (16:26 -0500)
commite2659565d73b47118429a5d204695fa6af2e888b
tree5c2ca8ce29f7b42ec208d9a5c8195599defda760
parent05af6c112bdad7b014469015e1d281eaa397b796
tmf: Make Pair utility class non-null and immutable

Nullable generic types summon all sorts of hells with Java 8
type annotations. Making this class immutable and non-null
makes it much easier to handle.

Change-Id: I58007eaa488db337d0f34698e3144f232ee3c784
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/37517
Reviewed-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/util/PairTest.java
org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/util/Pair.java
org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/util/package-info.java [new file with mode: 0644]
org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/project/wizards/tracepkg/importexport/TracePackageImportOperation.java
This page took 0.038876 seconds and 5 git commands to generate.