tmf: Fix pessimistic null analysis of wildcard parameter
authorPatrick Tasse <patrick.tasse@gmail.com>
Wed, 9 Nov 2016 21:47:28 +0000 (16:47 -0500)
committerPatrick Tasse <patrick.tasse@gmail.com>
Thu, 10 Nov 2016 17:02:19 +0000 (12:02 -0500)
commit0786f963b928e99d14d074d9a6a981382bb6860e
tree73c28d51bc780841b857194dad9aac3c1be0835e
parentb164051ea744b274cfe7744aacabc829d3f69ff9
tmf: Fix pessimistic null analysis of wildcard parameter

Unconstrained generic parameter is assumed to be nullable and its
unchecked access is reported as an error with Eclipse 4.7.

Change-Id: Ib7ac039a2d407fbfef1acfb0802043353668deb9
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/84768
Reviewed-by: Hudson CI
Reviewed-by: Marc-André Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-André Laperle <marc-andre.laperle@ericsson.com>
tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/dialogs/ShowFilterDialogAction.java
This page took 0.024542 seconds and 5 git commands to generate.