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 218787 - IllegalStateException in RootMethodsPanel.actionPerformed
Summary: IllegalStateException in RootMethodsPanel.actionPerformed
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-21 14:39 UTC by Jiri Sedlacek
Modified: 2012-10-01 12:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Sedlacek 2012-09-21 14:39:53 UTC
Steps:
 1/ Attach Profiler, External Application
 2/ CPU Advanced, customize profiling roots
 3/ Click Add JAR/Folder... button several times in a row

Several Open dialogs will be displayed simultaneously, an exception is eventually thrown:

  java.lang.IllegalStateException: Too many org.netbeans.modules.profiler.ui.panels.RootMethodsPanel$1 (3) in shared RequestProcessor; create your own
Comment 1 Jiri Sedlacek 2012-09-21 15:02:27 UTC
Fixed by http://hg.netbeans.org/profiler-main/rev/7b1be73e27b8.
Comment 2 Quality Engineering 2012-10-01 12:08:49 UTC
Integrated into 'main-golden', will be available in build *201210010929* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/7b1be73e27b8
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #218787 - disable button during a lengthy operation