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 12771 - Data object pool refreshing does not rerecognize objects
Summary: Data object pool refreshing does not rerecognize objects
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: akemr
URL:
Keywords:
: 12676 (view as bug list)
Depends on:
Blocks:
 
Reported: 2001-06-12 12:40 UTC by Jesse Glick
Modified: 2008-12-22 21:08 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-06-12 12:40:41 UTC
[dev jun 11] Uninstalling Ant module does not cause existing build.xml
files to be un-recognized (switched to XMLDataObject). Nor does
reinstalling the module cause the new data object implementation to be
used for existing files. You can see a node selection underneath an
existing file preserved. Similarly, reordering Object Types does not
seem to affect existing files at all. Makes module test mode mostly
useless. Seems to be regression from 3.2.
Comment 1 akemr 2001-06-12 14:20:26 UTC
Bug was in FolderList.refresh:
if now == Long.MAX_VALUE, then now + 10 is negative, and no refresh is done.

Fixed in main trunk.
Comment 2 akemr 2001-06-14 14:44:40 UTC
*** Issue 12676 has been marked as a duplicate of this issue. ***
Comment 3 Jan Zajicek 2001-06-15 15:29:23 UTC
dev #211
I'll update my test ASAP to cover this issue.
Comment 4 Quality Engineering 2003-07-01 16:31:55 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.