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 206745

Summary: AssertionError: CloneableEditorSupport.getOpenedPanes() must be called from AWT thread only
Product: updatecenters Reporter: Pekz0r
Component: PluginportalAssignee: Jiri Kovalsky <jkovalsky>
Status: NEW ---    
Severity: normal CC: crosati, davideconsonni
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 10367
Attachments: stacktrace

Description Pekz0r 2011-12-27 16:09:01 UTC
Build: NetBeans IDE 7.1 Beta (Build 201109252201)
VM: Java HotSpot(TM) Client VM, 21.1-b02, Java(TM) SE Runtime Environment, 1.7.0_01-b08
OS: Windows 7

User Comments:
GUEST: !

davideconsonni: updating ide

pekz0r: Installed plugins.
Plugin Portal Update Center and Drag-And-Drop(file dnd)




Stacktrace: 
java.lang.AssertionError: CloneableEditorSupport.getOpenedPanes() must be called from AWT thread only
   at org.openide.text.CloneableEditorSupport.getOpenedPanes(CloneableEditorSupport.java:1122)
   at ramos.filednd.Installer.listenToDndOnPane(Installer.java:120)
   at ramos.filednd.Installer.restored(Installer.java:93)
   at org.netbeans.core.startup.NbInstaller.loadCode(NbInstaller.java:426)
   at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:366)
   at org.netbeans.ModuleManager.enable(ModuleManager.java:1080)
Comment 1 Pekz0r 2011-12-27 16:09:04 UTC
Created attachment 114483 [details]
stacktrace
Comment 2 Jiri Kovalsky 2012-10-12 09:06:23 UTC
Ramos, this is a problem in your File Drag & Drop plugin. Can you please resolve this bug? Thanks!