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 213203 - LowPerformance took 22132 ms.
Summary: LowPerformance took 22132 ms.
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: FindBugs (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-05-29 23:27 UTC by Exceptions Reporter
Modified: 2012-06-08 06:14 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 187825


Attachments
nps snapshot (159.12 KB, application/nps)
2012-05-29 23:27 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-05-29 23:27:17 UTC
Build: NetBeans IDE 7.2 Beta (Build 201205031832)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b20
OS: Linux

User Comments:
GUEST: Happening after some time whenever I changed the signature of a few Java methods.

javydreamercsw: Opening the editor hints (in options menu)

jiriprox: Opening Options-> Editor -> Hints



Maximum slowness yet reported was 22132 ms, average is 9721
Comment 1 Exceptions Reporter 2012-05-29 23:27:29 UTC
Created attachment 120029 [details]
nps snapshot
Comment 2 Quality Engineering 2012-06-02 06:11:32 UTC
Integrated into 'main-golden', will be available in build *201206020001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/067954be1d4d
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #213203: initialize the FindBugs panel on background.
Comment 3 Jan Lahoda 2012-06-02 07:36:53 UTC
Initialized on background.
Comment 4 Quality Engineering 2012-06-08 06:14:10 UTC
Integrated into 'main-golden', will be available in build *201206080001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/7a98b1bd40c3
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #213203: need to take more care when setting values when initialized on background.