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 31576 - Error annotation not displayed when file is quickly saved
Summary: Error annotation not displayed when file is quickly saved
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: -S1S-
Hardware: All All
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-28 14:49 UTC by Milan Kubec
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

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 Milan Kubec 2003-02-28 14:49:39 UTC
Error annotation in java source code is never
displayed if the file with error is saved before
the annotation is supposed to be displayed (2 sec.
after last edit).

Steps to reproduce:
1) open correct java file
2) make some in syntax
3) save the file before annotation is supposed to
be displayed

Annotation is never diplayed.
Comment 1 Jan Becicka 2003-02-28 14:56:00 UTC
Automated test
org.netbeans.test.java.gui.errorannotations.ErrorAnnotations.test1_3
failed due to this issue

Comment 2 Svata Dedic 2003-02-28 16:16:58 UTC
/cvs/java/src/org/netbeans/modules/java/JavaEditor.java,v  <-- 
JavaEditor.java
new revision: 1.139; previous revision: 1.138
done
Checking in src/org/netbeans/modules/java/JavaParserGlue.java;
/cvs/java/src/org/netbeans/modules/java/JavaParserGlue.java,v  <-- 
JavaParserGlue.java
new revision: 1.42; previous revision: 1.41
done
Processing log script arguments...
More commits to come...
Checking in src/org/netbeans/modules/java/parser/JavaParser.java;
/cvs/java/src/org/netbeans/modules/java/parser/JavaParser.java,v  <--
 JavaParser.java
new revision: 1.10; previous revision: 1.9
done
Checking in src/org/netbeans/modules/java/parser/ParseSourceRequest.java;
/cvs/java/src/org/netbeans/modules/java/parser/ParseSourceRequest.java,v
 <--  ParseSourceRequest.java
new revision: 1.20; previous revision: 1.19
done
Checking in src/org/netbeans/modules/java/parser/ParsingSupport.java;
/cvs/java/src/org/netbeans/modules/java/parser/ParsingSupport.java,v 
<--  ParsingSupport.java
new revision: 1.40; previous revision: 1.39
done
Comment 3 Svata Dedic 2003-03-04 16:40:39 UTC
Will fix for 3.5 
Comment 4 Svata Dedic 2003-03-04 17:06:55 UTC
Merged into 3.5: 
Checking in JavaEditor.java; 
/cvs/java/src/org/netbeans/modules/java/JavaEditor.java,v  <--  
JavaEditor.java 
new revision: 1.138.4.1; previous revision: 1.138 
done 
Checking in JavaParserGlue.java; 
/cvs/java/src/org/netbeans/modules/java/JavaParserGlue.java,v  <--  
JavaParserGlue.java 
new revision: 1.41.2.1; previous revision: 1.41 
done 
Processing log script arguments... 
More commits to come... 
Checking in parser/JavaParser.java; 
/cvs/java/src/org/netbeans/modules/java/parser/JavaParser.java,v  
<--  JavaParser.java 
new revision: 1.9.52.1; previous revision: 1.9 
done 
Checking in parser/ParseSourceRequest.java; 
/cvs/java/src/org/netbeans/modules/java/parser/ParseSourceRequest.java,v  
<--  ParseSourceRequest.java 
new revision: 1.19.2.1; previous revision: 1.19 
done 
Checking in parser/ParsingSupport.java; 
/cvs/java/src/org/netbeans/modules/java/parser/ParsingSupport.java,v  
<--  ParsingSupport.java 
new revision: 1.39.2.1; previous revision: 1.39 
done 
 
Comment 5 Jan Becicka 2003-03-10 15:48:37 UTC
VERIFIED