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 170175

Summary: [68cat] Invoking File Members took 24859 ms.
Product: java Reporter: stefan79 <stefan79>
Component: NavigationAssignee: Tomas Zezula <tzezula>
Status: RESOLVED FIXED    
Severity: blocker CC: dstrupl, hmichel
Priority: P3 Keywords: PERFORMANCE
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=153796
Issue Type: DEFECT Exception Reporter: 153796
Bug Depends on: 170882    
Bug Blocks:    
Attachments: nps snapshot

Description stefan79 2009-08-11 08:25:22 UTC
Build: NetBeans IDE Dev (Build 200908022240)
VM: Java HotSpot(TM) Client VM, 14.1-b02, Java(TM) SE Runtime Environment, 1.6.0_15-b03
OS: Windows XP, 5.1, x86

User Comments:
stefan79: Tried to inspect members (Control-F12) on a small class (~1000 rows)

stefan79: I pressed Ctrl-F12 (Inspect Members) on a Class with 7500 lines.


Maximum slowness yet reported was 74484 ms, average is 23682
Comment 1 stefan79 2009-08-11 08:25:27 UTC
Created attachment 86072 [details]
nps snapshot
Comment 2 Exceptions Reporter 2009-08-11 08:25:32 UTC
This issue already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=153796
Comment 3 Dusan Balek 2009-08-11 16:04:15 UTC
Calling runUserActionTask(...) from the AWT event queue should be avoided.
Comment 4 Tomas Zezula 2009-09-25 12:54:26 UTC
I was fixing today similar problem in the inspect hierarchy.
Taking ownership.
Comment 5 stefan79 2009-10-02 11:56:15 UTC
Please have a look at the latest report (http://statistics.netbeans.org/analytics/exception.do?id=271492).
It was a class with 4500 lines.
I opened the class 10 minutes before and switched between some source-files.
Then I pressed Ctrl-F12, to get the Methods.

----
Product Version: NetBeans IDE Dev (Build 200909301401)
Java: 1.6.0_16; Java HotSpot(TM) Client VM 14.2-b01
Comment 6 Tomas Zezula 2009-10-06 16:01:22 UTC
Fixed in jet-main 42ae6cbcfbb2
Comment 7 Quality Engineering 2009-10-09 23:09:38 UTC
Integrated into 'main-golden', will be available in build *200910091401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/42ae6cbcfbb2
User: Tomas Zezula <tzezula@netbeans.org>
Log: #170175:[68cat] Invoking File Members took 24859 ms.