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 16612

Summary: [completion]File removal is not reflected in parser database
Product: editor Reporter: Jan Lahoda <jlahoda>
Component: -- Other --Assignee: issues@editor <issues>
Status: VERIFIED FIXED    
Severity: blocker CC: bbowden
Priority: P3    
Version: 3.x   
Hardware: Sun   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:

Description Jan Lahoda 2001-10-16 13:54:42 UTC
1. Have some filesystem with updated parser database
2. Create new file
3. It is automatically added to parser database
4. Remove the file from filesystem
5. It should be removed also from parser database, but is not
Seen on dev 200110140100 and release 3.2 build 98.
Comment 1 Jan Chalupa 2001-11-27 12:27:52 UTC
Target milestone -> 3.3.1.
Comment 2 Martin Roskanin 2002-01-11 16:34:22 UTC
fixed in [maintrunk]

/cvs/editor/libsrc/org/netbeans/editor/ext/java/JCBaseFinder.java,v  <--  JCBaseFinder.java
new revision: 1.14; previous revision: 1.13

/cvs/editor/libsrc/org/netbeans/editor/ext/java/JCClassProvider.java,v  <--  JCClassProvider.java
new revision: 1.6; previous revision: 1.5

/cvs/editor/libsrc/org/netbeans/editor/ext/java/JCClassProvider2.java,v  <--  JCClassProvider2.java
initial revision: 1.1

/cvs/editor/libsrc/org/netbeans/editor/ext/java/JCFileProvider.java,v  <--  JCFileProvider.java
new revision: 1.19; previous revision: 1.18

/cvs/editor/libsrc/org/netbeans/editor/ext/java/JavaCompletion.java,v  <--  JavaCompletion.java
new revision: 1.10; previous revision: 1.9

/cvs/editor/src/org/netbeans/modules/editor/EditorModule.java,v  <--  EditorModule.java
new revision: 1.75; previous revision: 1.74

/cvs/editor/src/org/netbeans/modules/editor/java/JCUpdater.java,v  <--  JCUpdater.java
new revision: 1.34; previous revision: 1.33
Comment 3 Jan Lahoda 2003-07-08 16:08:22 UTC
Seems to work OK in NB3.5.