Bug 423073 - [null] All annotation attributes should be considered as non-null by null analysis
Summary: [null] All annotation attributes should be considered as non-null by null ana...
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 4.3   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-03 12:54 EST by Bill Chen CLA
Modified: 2016-08-25 04:33 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bill Chen CLA 2013-12-03 12:54:45 EST
Java syntax does not allow any attributes in annotations to return null value, so they should be treated as if annotated with @Nonnull by null analysis.