Bug 476213

Summary: Enable JDT Null Analysis for Code Recommenders
Product: z_Archived Reporter: Andreas Sewe <sewe>
Component: RecommendersAssignee: Project inbox <recommenders-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 Keywords: helpwanted
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Andreas Sewe CLA 2015-08-31 05:49:42 EDT
Instead of using our own Nullness annotations we should consider using org.eclipse.jdt.annotation.* [1], add them as an optional dependency to our bundle, and switch on null analysis (in our Oomph profile).

[1] <http://wiki.eclipse.org/JDT_Core/Null_Analysis>