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 215047 - LowPerformance took 4124 ms.
Summary: LowPerformance took 4124 ms.
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-07-01 18:17 UTC by Michel Graciano
Modified: 2012-11-02 03:28 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 190319


Attachments
nps snapshot (84.80 KB, application/nps)
2012-07-01 18:17 UTC, Michel Graciano
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michel Graciano 2012-07-01 18:17:37 UTC
This issue was reported manually by hmichel.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 20120629-3245e57d072b)
VM: Java HotSpot(TM) Client VM, 23.1-b03, Java(TM) SE Runtime Environment, 1.7.0_05-b05
OS: Linux
Maximum slowness yet reported was 4124 ms, average is 4124
Comment 1 Michel Graciano 2012-07-01 18:17:45 UTC
Created attachment 121634 [details]
nps snapshot
Comment 2 Martin Janicek 2012-07-30 08:31:15 UTC
WebFrameworkProvider.isInWebModule is called from the EDT. The whole method call initFrameworksList() should be done outside of EDT and the results should be saved per project, so it won't be called when opening the customizer once again.

Similar situation was already fixed some time ago for Ant based projects.. see changeset: http://hg.netbeans.org/main-golden/rev/1bda3d0ec086
Comment 3 Martin Janicek 2012-11-01 15:41:17 UTC
Fixed in: web-main #3f4982704bbb
Comment 4 Quality Engineering 2012-11-02 03:28:45 UTC
Integrated into 'main-golden', will be available in build *201211020001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/3f4982704bbb
User: Martin Janicek <mjanicek@netbeans.org>
Log: #215047 - LowPerformance took 4124 ms.