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 182092 - 7s - navigator initializes all its components even they are not visible
Summary: 7s - navigator initializes all its components even they are not visible
Status: RESOLVED DUPLICATE of bug 172822
Alias: None
Product: platform
Classification: Unclassified
Component: Navigator (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: David Simonek
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2010-03-16 10:17 UTC by ostermann_bernd
Modified: 2010-03-29 16:31 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 162386


Attachments
nps snapshot (256.00 KB, application/nps)
2010-03-16 10:17 UTC, ostermann_bernd
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ostermann_bernd 2010-03-16 10:17:11 UTC
Build: NetBeans IDE Dev (Build 201002152000)
VM: Java HotSpot(TM) Client VM, 14.3-b01, Java(TM) SE Runtime Environment, 1.6.0_17-b04
OS: Windows XP

User Comments:
ostermann_bernd: Just opened Netbeans 6.9M1. NB was opening my projects



Maximum slowness yet reported was 8376 ms, average is 7213
Comment 1 ostermann_bernd 2010-03-16 10:17:18 UTC
Created attachment 95224 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2010-03-22 06:57:31 UTC
org.netbeans.modules.navigator.NavigatorTC.setPanels() takes a lot of time, delegating to two different subsystems:
org.netbeans.modules.java.navigation.ClassMemberPanelUI.<init>()
and
org.netbeans.modules.java.debug.ClasspathNavigatorProviderImpl.getComponent()

and also
org.netbeans.modules.beans.BeanPanel.getComponent()
but that is fast this time.
Comment 3 David Simonek 2010-03-29 16:31:47 UTC
Yes, more info in duplicate 172822

*** This bug has been marked as a duplicate of bug 172822 ***