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 199332 - Warning Hint hides an Error in a Java Class
Summary: Warning Hint hides an Error in a Java Class
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 7.0
Hardware: PC Windows Vista
: P3 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords:
: 183844 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-06-10 09:01 UTC by bht
Modified: 2012-04-23 19:55 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Testcase (12.33 KB, application/octet-stream)
2011-06-10 09:01 UTC, bht
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bht 2011-06-10 09:01:22 UTC
Created attachment 108836 [details]
Testcase

Dev (Build 201106080600)

How to reproduce:

Please refer to the attached testcase.

Menu|Options|Editor|Hints|Standard Javac warnings|Serialization
Turn on "Warn when a class which implements java.io.Serializable does not declare a serialVersionUID."

I guess that generally, error hints should always be displayed on top, with a higher priority.
Comment 1 Jan Lahoda 2011-06-10 11:53:06 UTC
In trunk:
http://hg.netbeans.org/jet-main/rev/8e69d5dcfad3
Comment 2 Quality Engineering 2011-06-11 15:16:27 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/8e69d5dcfad3
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #199332: correctly report all errors&warnings, even if they are multiple of them on one position.
Comment 3 Jan Lahoda 2011-06-14 13:08:02 UTC
release701:
http://hg.netbeans.org/releases/rev/bb547409938a
Comment 4 Quality Engineering 2011-06-15 04:41:56 UTC
Integrated into 'releases'
Changeset: http://hg.netbeans.org/releases/rev/bb547409938a
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #199332: correctly report all errors&warnings, even if they are multiple of them on one position.
Comment 5 Jan Lahoda 2012-04-23 19:55:24 UTC
*** Bug 183844 has been marked as a duplicate of this bug. ***