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 220178 - 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-16 13:53 UTC by sunbiz
Modified: 2012-10-16 13:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 193609


Attachments
stacktrace (3.45 KB, text/plain)
2012-10-16 13:53 UTC, sunbiz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sunbiz 2012-10-16 13:53:51 UTC
Build: NetBeans IDE Dev (Build 201210140002)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.10-b01, Java(TM) SE Runtime Environment, 1.6.0_35-b10
OS: Windows NT (unknown)

User Comments:
sunbiz: Edited pom.xml file externally in Notepad++ and then switched to Netbeans window. It automatically showed the changes, but threw this exception




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:1384)
   at javax.swing.JViewport.setViewPosition(JViewport.java:1140)
   at javax.swing.plaf.basic.BasicScrollPaneUI$Handler.vsbStateChanged(BasicScrollPaneUI.java:1029)
   at javax.swing.plaf.basic.BasicScrollPaneUI$Handler.stateChanged(BasicScrollPaneUI.java:1018)
Comment 1 sunbiz 2012-10-16 13:53:53 UTC
Created attachment 126017 [details]
stacktrace
Comment 2 Milutin Kristofic 2012-10-16 13:55:04 UTC

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