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 208285

Summary: LowPerformance took 29465 ms.
Product: webservices Reporter: Exceptions Reporter <exceptions_reporter>
Component: RESTAssignee: Denis Anisimov <ads>
Status: RESOLVED FIXED    
Severity: normal CC: valdomiro
Priority: P3 Keywords: PERFORMANCE
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 182030
Attachments: nps snapshot

Description Exceptions Reporter 2012-02-11 10:01:24 UTC
Build: NetBeans IDE 7.1 (Build 201112071828)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.1-b02, Java(TM) SE Runtime Environment, 1.6.0_26-b03
OS: Linux

User Comments:
valdomiro: Starting Netbeans

GUEST: Just opened the IDE



Maximum slowness yet reported was 29465 ms, average is 15565
Comment 1 Exceptions Reporter 2012-02-11 10:01:26 UTC
Created attachment 115617 [details]
nps snapshot
Comment 2 David Konecny 2012-04-05 05:32:41 UTC
org.netbeans.modules.websvc.rest.samples.ui.SampleWizardIterator.instantiate() should be changed into AsynchIterator. Low priority though (IMO).
Comment 3 Denis Anisimov 2012-04-05 07:29:01 UTC
No need to use project reference in the code. Only project directory are required.
As result no need to use AsynchIterator.
web-main#c1204800a063
Comment 4 Quality Engineering 2012-04-06 10:06:18 UTC
Integrated into 'main-golden', will be available in build *201204060400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/c1204800a063
User: Denis Anisimov <ads@netbeans.org>
Log: Fix for BZ#208285 - LowPerformance took 29465 ms.