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.

Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All Other
: P4 normal (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-02-09 14:57 UTC by rmatous
Modified: 2008-12-23 13:46 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 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