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 169483

Summary: 4187 ms - "preparing usages view"
Product: java Reporter: Oleg Khokhlov <ovk>
Component: RefactoringAssignee: Jan Pokorsky <jpokorsky>
Status: RESOLVED WORKSFORME    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=154496
Issue Type: DEFECT Exception Reporter: 154496
Attachments: nps snapshot

Description Oleg Khokhlov 2009-07-29 16:06:54 UTC
Build: NetBeans IDE Dev (Build 200907290201)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b02
OS: Windows XP, 5.1, x86

User Comments:
ovk: "preparing usages view"


Maximum slowness yet reported was 4187 ms, average is 4187
Comment 1 Oleg Khokhlov 2009-07-29 16:07:07 UTC
Created attachment 85478 [details]
nps snapshot
Comment 2 Jaroslav Tulach 2009-09-07 18:10:55 UTC
Something with refactoring, but not really clear what it is.
Comment 3 Jan Pokorsky 2009-09-10 18:24:23 UTC
The refactoring shows the progress when computing found usages nodes. Thus it should not be detected by the
TimeableEventQueue IMO. Moreover I can see only java platform and especially
sun.java2d.loops.FillRect.FillRect[native](): 2893 / 2893 running intensively in EDT.
Comment 4 Jan Pokorsky 2009-09-10 18:25:29 UTC
There are no duplicates reported. Closing for now.