This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 235985 - Support @SuppressWarnings("nullness")
Summary: Support @SuppressWarnings("nullness")
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks: 249320
  Show dependency tree
 
Reported: 2013-09-15 07:57 UTC by _ gtzabari
Modified: 2015-11-23 15:43 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ gtzabari 2013-09-15 07:57:43 UTC
Please support @SuppressWarnings("nullness") as defined by The Checker Framework: http://types.cs.washington.edu/checker-framework/current/checkers-manual.html#suppressing-warnings-nullness
Comment 1 Svata Dedic 2015-10-02 16:42:43 UTC
Important given the number of false positives
Comment 2 Svata Dedic 2015-11-23 15:43:00 UTC
OK, currently NB supports @SuppressWarnings("null") and @SuppressWarnings("NullProblems"); adding "Nullness" as well 

The change will be committed along with the umbrella issue (#249320)