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 39805 - Parser annotations disappear after Save File action
Summary: Parser annotations disappear after Save File action
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Pokorsky
URL:
Keywords:
: 34392 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-02-09 15:02 UTC by Jan Pokorsky
Modified: 2007-09-26 09:14 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 Jan Pokorsky 2004-02-09 15:02:25 UTC
Steps to reproduce copied out of the issue #39718:

Try the following:
open ColorPreview class from examples package
Create i.e. three errors by adding extra letter to
a text for example on lines
29: java.beans.APropertyChangeSupport
36: propertyChangeSupport.AaddPropertyChangeListener
43:
propertyChangeSupport.AremovePropertyChangeListener

wait until parser finish and error annotations are
added into the glyph area.

comile source via F9, click on the last error (43
line) in output window. The cursor jumps into the
editor on 43 line. Correct the problem, delete A
and immediately save the source.

Result: all error annotations are removed from
glyph gutter.
Comment 1 Jan Pokorsky 2004-02-10 15:00:26 UTC
fixed in

/cvs/java/src/org/netbeans/modules/java/parser/ParseSourceRequest.java,v1.21
Comment 2 Jan Pokorsky 2004-02-10 18:25:02 UTC
*** Issue 34392 has been marked as a duplicate of this issue. ***