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 175806 - 7s in ProjectTab.selectNode
Summary: 7s in ProjectTab.selectNode
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL: http://statistics.netbeans.org/except...
Keywords:
: 170937 176837 183930 (view as bug list)
Depends on: 187183
Blocks:
  Show dependency tree
 
Reported: 2009-10-30 17:51 UTC by Petr Jiricka
Modified: 2011-04-07 13:15 UTC (History)
6 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 157897


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2009-10-30 17:51:56 UTC
Build: NetBeans IDE Dev (Build web-main-1960-on-091030)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.1-b02-92, Java(TM) SE Runtime Environment, 1.6.0_15-b03-226
OS: Mac OS X, 10.5.8, x86_64
User comments: Creating a project.
Maximum slowness yet reported was 10064 ms, average is 5812
Comment 1 David Konecny 2009-11-01 22:42:35 UTC
Jardo, could you have a look please at attached perf dump? WebLogicalViewProvider is blocked by some Node factory which
takes too much time, right? If that's true then which factory is it? Any hints how to evaluate? Thanks.
Comment 2 Jaroslav Tulach 2009-11-02 06:10:51 UTC
According to
http://statistics.netbeans.org/exceptions/exception.do?id=291063
the ProjectTab.selectNode calls findNode (which is in principle blocking and thus slow) from AWT thread. The findNode 
shall be called off awt thread and only when everything is computed the selectNode shall expand the path in AWT.
Comment 3 Jesse Glick 2010-04-13 00:58:01 UTC
*** Bug 183930 has been marked as a duplicate of this bug. ***
Comment 4 Jesse Glick 2010-05-14 23:10:26 UTC
core-main #1472d878ac6b
Comment 5 Quality Engineering 2010-05-19 06:12:07 UTC
Integrated into 'main-golden', will be available in build *201005182201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/
User: 
Log:
Comment 6 Tomas Zezula 2011-04-06 08:59:04 UTC
*** Bug 170937 has been marked as a duplicate of this bug. ***
Comment 7 Martin Fousek 2011-04-07 13:15:54 UTC
*** Bug 176837 has been marked as a duplicate of this bug. ***