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 106760 - Change appearance of Multiple errors
Summary: Change appearance of Multiple errors
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Rastislav Komara
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-15 09:25 UTC by tomzi
Modified: 2009-02-03 10:53 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 tomzi 2007-06-15 09:25:51 UTC
.) Create a class change the class declaration to something like this: 

    public class Test extends NewInterface ;.{

-> An error annotation appears with 3 errors, where each error is sepperated by an empty line.

I think this  
1) just takes to much space in the popup.
2) is (for beginners) still not very clear that we are actually dealing three different errors. 

Why not saying something like:
 +-----
 | Multiple errors found:
 | - '{' expected
 | - illegal start of type
 | - no interface expected here
Comment 1 Rastislav Komara 2009-02-03 10:53:41 UTC
Overtake.