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 22129

Summary: Marking perser errors does not always work correctly
Product: java Reporter: Jan Becicka <jbecicka>
Component: UnsupportedAssignee: issues@java <issues>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:

Description Jan Becicka 2002-04-05 12:17:24 UTC
[200204040100]
1. Open examples.imageviewer.ImageViewer in 
the Editor
2. Put a whitespace between "p" and "ublic":
p ublic class ImageViewer extends 
javax.swing.JFrame {

3. Yellow annotation appears
4. Perform Undo (ctrl-z)
5. Yellow annotation disappears
6. Push the spacebar again
7. Yellow annotation does not appear any 
longer!
Comment 1 Tomas Hurka 2002-04-11 10:24:06 UTC
The important thing is that the steps 4 to 6 must be done fast enough
to prevent parsing of the source.
Comment 2 Tomas Hurka 2002-04-11 10:55:34 UTC
Fixed in trunk
Comment 3 Jan Becicka 2002-06-27 15:49:41 UTC
VERIFIED
Comment 4 Quality Engineering 2003-07-01 13:14:24 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.