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 59293 - error annotation remains if error in other file fixed
Summary: error annotation remains if error in other file fixed
Status: RESOLVED DUPLICATE of bug 32882
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-26 13:54 UTC by gholmer
Modified: 2005-09-05 10:01 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 gholmer 2005-05-26 13:54:58 UTC
Error annotation (red squiggle beneath code) does not reflect fixes made to
other classes that it references.  Examples:
1) Class A calls a method in class B, but the method name in B is spelled wrong.
2) Class A will not compile and shows error annotation on the method call.
3) Correct class B and recompile (F9 on that class).
4) Class A still shows error annotation after successful compile with F9, and
even          after clean 'n' build of entire project.

NetBeans 4.1 FCS, SUSE 9.3, Sun JDK 1.4.2_06-b03.
Comment 1 Milan Kubec 2005-05-26 14:13:49 UTC
One more duplicate.

*** This issue has been marked as a duplicate of 32882 ***