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 182013

Summary: LowPerformance took 14923 ms.
Product: cnd Reporter: Exceptions Reporter <exceptions_reporter>
Component: NavigationAssignee: Alexander Simon <alexvsimon>
Status: RESOLVED FIXED    
Severity: normal CC: alexvsimon, dstrupl
Priority: P3 Keywords: PERFORMANCE
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 166410
Attachments: nps snapshot

Description Exceptions Reporter 2010-03-15 09:21:38 UTC
Build: NetBeans IDE Dev (Build 201003140200)
VM: OpenJDK 64-Bit Server VM, 14.0-b16, OpenJDK Runtime Environment, 1.6.0_18-b18
OS: Linux
Maximum slowness yet reported was 14923 ms, average is 14923
Comment 1 Exceptions Reporter 2010-03-15 09:21:43 UTC
Created attachment 95161 [details]
nps snapshot
Comment 2 David Strupl 2010-03-15 09:30:53 UTC
Hello,

please check similar fix here:

http://hg.netbeans.org/main/rev/8d9f9559cb00

The point is not to call getOpenedPanes (getEditorPane) in order not to cause the editor initialization when it is not ready. There should be alternative calls that will not cause the initialization and return null instead on NbDocument (findRecentEditorPane).
Comment 3 Leonid Lenyashin 2010-03-15 23:13:10 UTC
How did it get into QNavigator category? Should we go ahead and remove this category?
Comment 4 Vladimir Voskresensky 2010-03-16 07:09:43 UTC
our navigator is in cnd.qnavigator module
Comment 5 David Strupl 2010-03-16 07:37:01 UTC
I put it to that category based on package name. Feel free to move anywhere you like provided that someone from your team will have a look at it ;-)
Comment 6 Alexander Simon 2010-03-16 11:32:15 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/e682d213bbb6
Comment 7 Alexander Simon 2010-03-25 12:46:44 UTC
*** Bug 182718 has been marked as a duplicate of this bug. ***