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 230688

Summary: AssertionError: CloneableEditorSupport.getOpenedPanes() must be called from AWT thread only
Product: xml Reporter: misterm <misterm>
Component: Text-EditAssignee: Svata Dedic <sdedic>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 201142
Attachments: stacktrace

Description misterm 2013-06-03 17:40:40 UTC
Build: NetBeans IDE Dev (Build 20130528-c0ed67b06598)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b11
OS: Windows 7

User Comments:
misterm: .




Stacktrace: 
java.lang.AssertionError: CloneableEditorSupport.getOpenedPanes() must be called from AWT thread only
   at org.openide.text.CloneableEditorSupport.getOpenedPanes(CloneableEditorSupport.java:1230)
   at org.netbeans.modules.xml.text.navigator.NavigatorContent.navigate(NavigatorContent.java:141)
   at org.netbeans.modules.xml.text.navigator.base.AbstractXMLNavigatorPanel.navigate(AbstractXMLNavigatorPanel.java:115)
   at org.netbeans.modules.xml.text.navigator.base.AbstractXMLNavigatorPanel$1.resultChanged(AbstractXMLNavigatorPanel.java:69)
   at org.openide.util.lookup.ProxyLookup$1Notify.run(ProxyLookup.java:181)
   at org.openide.util.lookup.ProxyLookup.setLookups(ProxyLookup.java:190)
Comment 1 misterm 2013-06-03 17:40:42 UTC
Created attachment 135286 [details]
stacktrace
Comment 2 Svata Dedic 2013-06-04 09:43:39 UTC

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