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 49995 - improve DataNode.LazySet.Iterator
Summary: improve DataNode.LazySet.Iterator
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 4.x
Hardware: PC All
: P2 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks: 41118
  Show dependency tree
 
Reported: 2004-10-06 10:55 UTC by rmatous
Modified: 2008-12-23 00:32 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 2004-10-06 10:55:44 UTC
DataNode.LazySet.Iterator should provide first
elem.quickly.

This issue blocks:
http://www.netbeans.org/issues/show_bug.cgi?id=41118
Comment 1 rmatous 2004-10-06 12:31:05 UTC
P2 to keep it in accordance with #41118.
Comment 2 Jaroslav Tulach 2004-10-06 14:23:21 UTC
cvs ci -m "#49995: DataNode uses lazy FileObject set that initializes
the DataObject.files() only when second item from an iterator is
requested" loaders/src/org/openide/loaders/DataNode.java
test/unit/src/org/openide/loaders/DataNodeTest.java
Checking in loaders/src/org/openide/loaders/DataNode.java;
/cvs/openide/loaders/src/org/openide/loaders/DataNode.java,v  <-- 
DataNode.java
new revision: 1.16; previous revision: 1.15
done
Processing log script arguments...
More commits to come...
Checking in test/unit/src/org/openide/loaders/DataNodeTest.java;
/cvs/openide/test/unit/src/org/openide/loaders/DataNodeTest.java,v 
<--  DataNodeTest.java
new revision: 1.5; previous revision: 1.4