Fix JDT Null annotations bug occuring in Luna builds.
authorRoland Grunberg <rgrunber@redhat.com>
Wed, 8 Jan 2014 17:11:05 +0000 (12:11 -0500)
committerRoland Grunberg <rgrunber@redhat.com>
Wed, 8 Jan 2014 17:36:20 +0000 (12:36 -0500)
commitcc2ce3e2a1eff3870f71081172e3fddfe001c4ce
treed4455ad3680d8da02d8a07c1476a206040246287
parent52885aeb60f311e40a784a44e7d77c3abd45d9cc
Fix JDT Null annotations bug occuring in Luna builds.

The JDT compiler fails when a method implemented from an interface whose
class is tagged with @NonNullByDefault, redefines @NonNull on the
parameter. It seems the interface itself must redundantly define
@NonNull for the condition to get carried over.

Change-Id: I8663c0ba9994466f1cb9f56b1746a59051b4c8ef
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/statesystem/ITmfAnalysisModuleWithStateSystems.java
This page took 0.042418 seconds and 5 git commands to generate.