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 258399

Summary: TooStrongCast Hint doesn't have a SuppressWarnings label
Product: java Reporter: alext
Component: HintsAssignee: Svata Dedic <sdedic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0.2   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

Description alext 2016-03-16 14:45:24 UTC
This is the link to the class of the hint:
http://hg.netbeans.org/main/file/2fcb79c5f096/java.hints/src/org/netbeans/modules/java/hints/suggestions/TooStrongCast.java

There's no SuppressWarnings defined, so I don't seem to be able to use @SuppressWarnings to disable this hint for portions of my code.