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

Summary: Data object pool refreshing does not rerecognize objects
Product: platform Reporter: Jesse Glick <jglick>
Component: -- Other --Assignee: akemr <akemr>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P1    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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.