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 188382 - 5.6s in ui.actions.MainProjectAction.actionPerformed()
Summary: 5.6s in ui.actions.MainProjectAction.actionPerformed()
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2010-07-05 09:44 UTC by ruivale
Modified: 2013-06-27 02:17 UTC (History)
58 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 171179


Attachments
nps snapshot (18.00 KB, application/nps)
2010-07-05 09:44 UTC, ruivale
Details
nps snapshot (12.20 KB, application/nps)
2010-08-11 10:29 UTC, simpatico
Details
nps snapshot (10.55 KB, application/nps)
2010-08-11 10:47 UTC, simpatico
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ruivale 2010-07-05 09:44:12 UTC
This bug was originally marked as duplicate of bug 169414, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201006300001)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Windows XP

User Comments:
ruivale: Just press "Run" ...



Maximum slowness yet reported was 5674 ms, average is 5674
Comment 1 ruivale 2010-07-05 09:44:17 UTC
Created attachment 100606 [details]
nps snapshot
Comment 2 simpatico 2010-08-11 10:29:27 UTC
Created attachment 101311 [details]
nps snapshot

adding an action
Comment 3 simpatico 2010-08-11 10:47:21 UTC
Created attachment 101312 [details]
nps snapshot
Comment 4 Sergey Petrov 2012-03-29 16:05:43 UTC
in my opinion this issue may contain number of unrelated snapshots, in my case it's persistence unit step, but issue shouldn't be moved to persistence area(at least in total) but may need to be split into separate issues. All issues seems to be related with attempt to get some libraries in different wizards/actions.
Comment 5 Milos Kleint 2013-06-24 13:37:07 UTC
http://hg.netbeans.org/core-main/rev/f2927475bfa1
Comment 6 Quality Engineering 2013-06-27 02:17:48 UTC
Integrated into 'main-golden', will be available in build *201306262301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f2927475bfa1
User: Milos Kleint <mkleint@netbeans.org>
Log: #180542, #188382, #213607, #177959 actionPerformed() in lookupSensitiveAction subclasses posted to RP. In tests kept in AWT to avoid deleting them altogether. Might have problems primarily with lookup content changing between AWT and RP processing.