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 58351 - [41cat] error badges not get cleared
Summary: [41cat] error badges not get cleared
Status: RESOLVED DUPLICATE of bug 32882
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P2 blocker with 3 votes (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-26 16:54 UTC by schwarcz
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot with errors (109.92 KB, image/jpeg)
2005-05-03 17:16 UTC, Roman Strobl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description schwarcz 2005-04-26 16:54:37 UTC
[ JDK VERSION : 1.5.0_02 ]

RC1: I continue to run into instances where I do a clean build (with no error message) and yet lines in my source files are still flagged as erroneous in the editor.  This is a real pain because as I edit my source further I waste a lot of time with false errors.


Surely all the error flags should be cleared when a build is done.

I've made this P2 because it results in so much extra work for the user and makes the IDE look flakey.
Comment 1 Milan Kubec 2005-04-27 08:47:17 UTC
I cannot reproduce the problem, please provide more info - What kind of errors
is not cleaned? How do you get to that state? Thanks.
Comment 2 Milan Kubec 2005-04-27 08:51:50 UTC
Probably duplicate of #32882.
Comment 3 Milan Kubec 2005-04-27 08:58:26 UTC
Easily reproducible with steps described in issue #32882. Marking as duplicate.

*** This issue has been marked as a duplicate of 32882 ***
Comment 4 Roman Strobl 2005-05-03 17:10:26 UTC
This bug is not a duplicate of 32882 - reopening. Can we fix this till 4.1 release?
Comment 5 Roman Strobl 2005-05-03 17:16:42 UTC
Created attachment 21964 [details]
Screenshot with errors
Comment 6 Roman Strobl 2005-05-03 17:19:22 UTC
Here are steps how to reproduce:

1. Open a java file.
2. Make an error in the file - it is marked as errornous both in editor's tab
and in projects view.
3. Correct the error.
4. The error mark remains both in editor's tab and in projects view.

User thus doesn't know which of his files are compilable and which are not. I do
not know of any workaround at the moment.
Comment 7 Roman Strobl 2005-05-03 17:37:18 UTC
Forget my steps to reproduce, I misunderstood the issue - I got for the second
time confused by the red marks next to the file which I always think mean an
error. Hope we can change the colour in the future, I am probably not the only
one confused by it. Changing back to duplicate of 32882.

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