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 30582 - Improve performance of DataObjectFileSet
Summary: Improve performance of DataObjectFileSet
Status: CLOSED DUPLICATE of bug 28124
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: PC All
: P2 blocker (vote)
Assignee: Jan Pokorsky
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2003-02-03 10:07 UTC by Vitezslav Stejskal
Modified: 2004-04-19 16:17 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 Vitezslav Stejskal 2003-02-03 10:07:30 UTC
The DataObjectFileSet listens on events fired from
DataLoader pool (OperationListener) and refreshes
links when event is received. It degrades
performance of whole system especialy when
handling the operationPostCreate event. This event
is usually fired from DataFolder-recognizer thread
and DOFSet refresh slows down recognition of
folder's children which is used everywhere in the IDE.
Comment 1 Vitezslav Stejskal 2003-02-03 11:04:46 UTC

*** This issue has been marked as a duplicate of 28124 ***
Comment 2 Vitezslav Stejskal 2003-07-10 13:11:54 UTC
verified
Comment 3 Jan Becicka 2003-11-25 14:18:59 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.

Marking issue as CLOSED.