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 30680 - Implement correctly FolderChildren.getNodes(true)
Summary: Implement correctly FolderChildren.getNodes(true)
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 3.x
Hardware: All All
: P1 blocker (vote)
Assignee: David Strupl
URL:
Keywords:
Depends on:
Blocks: 30014
  Show dependency tree
 
Reported: 2003-02-05 10:24 UTC by Jiri Rechtacek
Modified: 2008-12-22 19:39 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Proposed patch to FolderChildren.java (1.36 KB, patch)
2003-02-05 15:09 UTC, David Strupl
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Rechtacek 2003-02-05 10:24:55 UTC
The finish of execution
FolderChildren.getNodes(true) should signal that
the all folder's children are calculated and added
to Children. It helps to show/remove a progress
cursor on TreeView (issue 30014)
Comment 1 David Strupl 2003-02-05 15:09:34 UTC
Created attachment 8811 [details]
Proposed patch to FolderChildren.java
Comment 2 David Strupl 2003-02-05 15:59:38 UTC
If there is any problem with this patch, please reopen. I did not
apply the patch to the trunk. It is up to you to decide whether it
will be needed or not.