Remove unneed null checks
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 1 May 2015 22:02:23 +0000 (18:02 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Wed, 6 May 2015 23:16:13 +0000 (19:16 -0400)
commitc74fb4459cad5c30e8eb15c477ceda2f9d4d76ab
treef65397c861c4def35fd66055e1c2174d63e11167
parenta09f25387b0de4bb4c3b23ab39f714557f340f5b
Remove unneed null checks

A recent JDT update seems to have extended the null flow analysis
to consider the case where assigning an Integer from an int makes
it effectively non-null.

This points out that we were doing some redundant null checks.

Change-Id: Ie222b519f02e45584ae4f47381025fd28a8f6423
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/46967
Reviewed-by: Hudson CI
org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/analysis/os/linux/core/cpuusage/KernelCpuUsageStateProvider.java
org.eclipse.tracecompass.lttng2.kernel.core/src/org/eclipse/tracecompass/internal/lttng2/kernel/core/analysis/vm/module/VirtualMachineStateProvider.java
This page took 0.028131 seconds and 5 git commands to generate.