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 166515 - warning hint is displayed instead when an error should be displayed
Summary: warning hint is displayed instead when an error should be displayed
Status: RESOLVED DUPLICATE of bug 105808
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Max Sauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-03 22:37 UTC by daytona
Modified: 2009-06-08 13:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description daytona 2009-06-03 22:37:08 UTC
If standard javac warnings are enabled and a class implements Serialializable and Comparable (for example), The hint
shown is the warning about no definition of serialVersionUID, even though there is an error on the same line ("does not
override abstract method compareTo"). The more severe hint (the error) should be displayed, rather than the warning.
Comment 1 Max Sauer 2009-06-08 13:19:52 UTC
Yes, this should be fixed. Already reported, but thanks anyway.

*** This issue has been marked as a duplicate of 105808 ***