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 196790 - [70cat] IllegalStateException: Too many org.nbheaven.sqe.codedefects.ui.actions.RunAllQualityProvidersAction$ComputeResultTask (3) in shared RequestProcessor; create your own
Summary: [70cat] IllegalStateException: Too many org.nbheaven.sqe.codedefects.ui.actio...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: sqe tools (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: sreimers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-16 21:34 UTC by alied
Modified: 2011-10-17 14:05 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 177639


Attachments
stacktrace (3.15 KB, text/plain)
2011-03-16 21:34 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alied 2011-03-16 21:34:08 UTC
Build: NetBeans IDE Dev (Build 201103140400)
VM: Java HotSpot(TM) Client VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Windows XP

User Comments:
alied: actually from SQE action, yet don't know if directly related to NB




Stacktrace: 
java.lang.IllegalStateException: Too many org.nbheaven.sqe.codedefects.ui.actions.RunAllQualityProvidersAction$ComputeResultTask (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:425)
   at org.nbheaven.sqe.codedefects.ui.actions.RunAllQualityProvidersAction.actionPerformed(RunAllQualityProvidersAction.java:138)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
   at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
Comment 1 alied 2011-03-16 21:34:13 UTC
Created attachment 107065 [details]
stacktrace