Bug 476213 - Enable JDT Null Analysis for Code Recommenders
Summary: Enable JDT Null Analysis for Code Recommenders
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Recommenders (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2015-08-31 05:49 EDT by Andreas Sewe CLA
Modified: 2019-07-24 14:35 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>