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 22276 - Marking of parser errors should refresh it's status after mounting a new filesystem
Summary: Marking of parser errors should refresh it's status after mounting a new file...
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-10 09:14 UTC by Jan Becicka
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 Becicka 2002-04-10 09:14:55 UTC
[200204100100]
Steps to reproduce:
1. Add following statement into any class:
org.openide.src.FieldElement fe = new 
org.openide.src.FieldElement();

2. Error annotation appears, because 
FieldElement does not exists.

3. Mount openide.jar

4. Error annotation does not disappear!
Comment 1 Tomas Hurka 2002-04-23 19:57:37 UTC
Fixed in trunk. All open java files are parsed on every change in filesystems (add,remove,change order). Hopefully it will have no impact on performance. :-)
Comment 2 Jan Becicka 2002-06-27 15:49:57 UTC
VERIFIED
Comment 3 Quality Engineering 2003-07-01 13:18:57 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.