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

Summary: ProjectChildren should call PhysicalView.createNodesForProject asynch
Product: projects Reporter: Exceptions Reporter <exceptions_reporter>
Component: Generic Projects UIAssignee: Milos Kleint <mkleint>
Status: RESOLVED WORKSFORME    
Severity: normal CC: jmichelberger, troodon
Priority: P3 Keywords: PERFORMANCE
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 166213
Attachments: nps snapshot
nps snapshot

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.