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

Summary: Warning Hint hides an Error in a Java Class
Product: java Reporter: bht <bht>
Component: SourceAssignee: Jan Lahoda <jlahoda>
Status: RESOLVED FIXED    
Severity: normal CC: smil
Priority: P3    
Version: 7.0   
Hardware: PC   
OS: Windows Vista   
Issue Type: DEFECT Exception Reporter:
Attachments: Testcase

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. ***