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 213607 - 4s - org.netbeans.modules.project.ui.actions.ProjectAction.runSequentially()
Summary: 4s - org.netbeans.modules.project.ui.actions.ProjectAction.runSequentially()
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-06-05 14:34 UTC by Exceptions Reporter
Modified: 2013-06-27 02:16 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 189013


Attachments
nps snapshot (48.39 KB, application/nps)
2012-06-05 14:34 UTC, Exceptions Reporter
Details
nps snapshot (60.23 KB, application/nps)
2012-07-07 09:20 UTC, dds.dhawal
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-06-05 14:34:45 UTC
This bug was originally marked as duplicate of bug 183308, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.2 Beta (Build 201205031832)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows 7
Maximum slowness yet reported was 4257 ms, average is 4257
Comment 1 Exceptions Reporter 2012-06-05 14:34:54 UTC
Created attachment 120381 [details]
nps snapshot
Comment 2 dds.dhawal 2012-07-07 09:20:03 UTC
Created attachment 121798 [details]
nps snapshot
Comment 3 Milos Kleint 2013-06-24 13:36:29 UTC
http://hg.netbeans.org/core-main/rev/f2927475bfa1
Comment 4 Quality Engineering 2013-06-27 02:16:04 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.