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

Summary: Support @SuppressWarnings("nullness")
Product: java Reporter: _ gtzabari <gtzabari>
Component: HintsAssignee: Svata Dedic <sdedic>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 7.4   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 249320    

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)