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 181789 - ProjectChildren should call PhysicalView.createNodesForProject asynch
Summary: ProjectChildren should call PhysicalView.createNodesForProject asynch
Status: RESOLVED WORKSFORME
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords: PERFORMANCE
: 186709 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-03-10 09:59 UTC by Exceptions Reporter
Modified: 2012-06-15 08:35 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 166213


Attachments
nps snapshot (256.00 KB, application/nps)
2010-03-10 09:59 UTC, Exceptions Reporter
Details
nps snapshot (10.19 KB, application/nps)
2011-03-14 13:52 UTC, jmichelberger
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2010-03-10 09:59:13 UTC
Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) Client VM, 14.3-b01, Java(TM) SE Runtime Environment, 1.6.0_17-b04
OS: Windows XP
Maximum slowness yet reported was 28844 ms, average is 28844
Comment 1 Exceptions Reporter 2010-03-10 09:59:19 UTC
Created attachment 95003 [details]
nps snapshot
Comment 2 Tomas Zezula 2010-05-04 15:13:29 UTC
The problem is ProjectsRootNode.ProjectChildren.createNodes() which calls Sources.getSourceGroups() which needs project mutex to load the data and may be blocked for long time.
Comment 3 Jesse Glick 2010-05-14 22:48:07 UTC
Probably simple to fix, but may cause havoc with tests and there is the possibility of other regressions.
Comment 4 Jesse Glick 2010-05-26 13:57:52 UTC
*** Bug 186709 has been marked as a duplicate of this bug. ***
Comment 5 jmichelberger 2011-03-14 13:52:02 UTC
Created attachment 106981 [details]
nps snapshot
Comment 6 Petr Cyhelsky 2012-06-15 08:35:25 UTC
Latest slowness report is from 7.0.1 - seems to be fixed now, please reopen if it happens again.