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 15572 - DataFolder.PROP_CHILDREN not fired after invalidation of unmounted objects
Summary: DataFolder.PROP_CHILDREN not fired after invalidation of unmounted objects
Status: VERIFIED DUPLICATE of bug 21726
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-09-17 21:29 UTC by Jesse Glick
Modified: 2008-12-22 22:51 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 Jesse Glick 2001-09-17 21:29:02 UTC
[dev sep 12] If a DataFolder and some children are recognized on an
unmounted filesystem, and then the loader pool changes in a way which
should cause the recognition of these files to change--PROP_CHILDREN
is not fired on the DataFolder, and any calls to getChildren() will
return what the first one did, even though DataObject.find on child
files will correctly give the new data object, and the old data
objects present in the result of getChildren() will all be marked
invalid. Cf. DataFolderTest.testPropChildrenFiredAfterInvalidation.
Comment 1 Jan Chalupa 2001-11-27 13:04:45 UTC
Target milestone -> 3.3.1.
Comment 2 Marek Grummich 2002-07-22 11:19:01 UTC
Set target milestone to TBD
Comment 3 Marek Grummich 2002-07-22 11:21:53 UTC
Set target milestone to TBD
Comment 4 Marian Mirilovic 2003-03-13 13:43:06 UTC
Changed owner David S. -> David K.
Comment 5 David Konecny 2003-03-19 16:40:29 UTC

*** This issue has been marked as a duplicate of 21726 ***
Comment 6 Marian Mirilovic 2003-07-21 16:12:28 UTC
verified, it's duplicate.