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 220372 - IllegalStateException: Too many org.netbeans.modules.editor.bracesmatching.BraceMatchingSidebarComponent$2 (1) in shared RequestProcessor; create your own
Summary: IllegalStateException: Too many org.netbeans.modules.editor.bracesmatching.Br...
Status: RESOLVED DUPLICATE of bug 219832
Alias: None
Product: editor
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-18 15:53 UTC by sreimers
Modified: 2012-10-21 13:47 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 193696


Attachments
stacktrace (2.46 KB, text/plain)
2012-10-18 15:53 UTC, sreimers
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sreimers 2012-10-18 15:53:55 UTC
Build: NetBeans IDE Dev (Build 201210150002)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_10-ea-b11
OS: Windows 7

User Comments:
sreimers: Browsing code




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.editor.bracesmatching.BraceMatchingSidebarComponent$2 (1) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor$Task.schedule(RequestProcessor.java:1495)
   at org.netbeans.modules.editor.bracesmatching.BraceMatchingSidebarComponent.stateChanged(BraceMatchingSidebarComponent.java:253)
   at javax.swing.JViewport.fireStateChanged(JViewport.java:1370)
   at javax.swing.JViewport$ViewListener.componentResized(JViewport.java:1289)
   at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:160)
   at java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:159)
Comment 1 sreimers 2012-10-18 15:53:57 UTC
Created attachment 126148 [details]
stacktrace
Comment 2 Milutin Kristofic 2012-10-21 13:47:04 UTC

*** This bug has been marked as a duplicate of bug 219832 ***