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 9531

Summary:
Product: platform Reporter: rmatous <rmatous>
Component: -- Other --Assignee: rmatous <rmatous>
Status: CLOSED FIXED    
Severity: normal    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: Other   
Issue Type: DEFECT Exception Reporter:

Description rmatous 2001-02-09 14:57:05 UTC
FileEvent that FileObject was deleted (fired by fileDeleted0) is not fired
under all circumstances. If there is registered listener by means of
addFileChangeListener on FileObject and nobody registered listener on his
parent and FileObject is deleted then listener is not notified (thus FileEevent
is not fired).
Comment 1 rmatous 2001-02-09 14:59:59 UTC
Fixed in main trunk.
Comment 2 Marian Mirilovic 2002-04-19 16:30:01 UTC
closed