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 - [completion]File removal is not reflected in parser database
Summary: [completion]File removal is not reflected in parser database
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-16 13:54 UTC by Jan Lahoda
Modified: 2007-11-05 13:44 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 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.