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 - TooStrongCast Hint doesn't have a SuppressWarnings label
Summary: TooStrongCast Hint doesn't have a SuppressWarnings label
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 8.0.2
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-16 14:45 UTC by alext
Modified: 2016-03-16 14:45 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 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.