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 181850

Summary: LowPerformance took 76510 ms.
Product: editor Reporter: lolo_101 <lolo_101>
Component: Completion & TemplatesAssignee: Dusan Balek <dbalek>
Status: RESOLVED FIXED    
Severity: normal CC: aldobrucale
Priority: P3 Keywords: PERFORMANCE
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 160646
Attachments: nps snapshot

Description lolo_101 2010-03-11 07:02:57 UTC
Build: NetBeans IDE Dev (Build 201002152000)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows XP

User Comments:
aldobrucale: Followed a link to an external site in a javadoc from the javadoc tooltip in the editor (autocompletion)



Maximum slowness yet reported was 76510 ms, average is 30931
Comment 1 lolo_101 2010-03-11 07:03:05 UTC
Created attachment 95042 [details]
nps snapshot
Comment 2 Dusan Balek 2010-03-11 09:55:07 UTC
Fixed in jet-main. Data from external site should be loaded asynchronously.

http://hg.netbeans.org/jet-main/rev/179af709be60
Comment 3 Quality Engineering 2010-03-12 04:32:16 UTC
Integrated into 'main-golden', will be available in build *201003120200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/179af709be60
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #181850: setPage() should load data asynchonously.