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 199559 - 75s - project.ui.ProjectTab.selectPaths()
Summary: 75s - project.ui.ProjectTab.selectPaths()
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Jesse Glick
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2011-06-20 16:41 UTC by Exceptions Reporter
Modified: 2011-07-01 14:06 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 161558


Attachments
nps snapshot (105.90 KB, application/nps)
2011-06-20 16:41 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2011-06-20 16:41:38 UTC
Build: NetBeans IDE 7.0 (Build 201104080000)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Windows 7

User Comments:
GUEST: Just turend on netbeans



Maximum slowness yet reported was 75052 ms, average is 39033
Comment 1 Exceptions Reporter 2011-06-20 16:41:44 UTC
Created attachment 109001 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2011-06-28 07:12:09 UTC
org.netbeans.modules.project.ui.ProjectTab.selectPaths()
calls findNode and that can be slow. The call to findNode should be done outside of AWT.
Comment 3 Jesse Glick 2011-06-28 17:25:50 UTC
core-main #a9720c9ba66c
Comment 4 Quality Engineering 2011-07-01 14:06:17 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/a9720c9ba66c
User: Jesse Glick <jglick@netbeans.org>
Log: #199559: 75s - project.ui.ProjectTab.selectPaths()