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 182586 - [69cat] AssertionError: CloneableEditorSupport.getOpenedPanes() must be called from AWT thread only
Summary: [69cat] AssertionError: CloneableEditorSupport.getOpenedPanes() must be calle...
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: SQL Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-23 15:24 UTC by Michel Graciano
Modified: 2010-06-16 03:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 166834


Attachments
stacktrace (3.01 KB, text/plain)
2010-03-23 15:24 UTC, Michel Graciano
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michel Graciano 2010-03-23 15:24:02 UTC
Build: NetBeans IDE Dev (Build 100322-8d160876e56c)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Linux

User Comments:
hmichel: Closing the last opened project.




Stacktrace: 
java.lang.AssertionError: CloneableEditorSupport.getOpenedPanes() must be called from AWT thread only
   at org.openide.text.CloneableEditorSupport.getOpenedPanes(CloneableEditorSupport.java:1087)
   at org.netbeans.modules.db.sql.editor.ui.actions.ConnectionAction$ToolbarPresenter$1.getDefaultComponent(ConnectionAction.java:172)
   at javax.swing.SortingFocusTraversalPolicy.getFirstComponent(SortingFocusTraversalPolicy.java:447)
   at javax.swing.LayoutFocusTraversalPolicy.getFirstComponent(LayoutFocusTraversalPolicy.java:148)
   at javax.swing.SortingFocusTraversalPolicy.getDefaultComponent(SortingFocusTraversalPolicy.java:511)
   at javax.swing.SortingFocusTraversalPolicy.enumerateAndSortCycle(SortingFocusTraversalPolicy.java:131)
Comment 1 Michel Graciano 2010-03-23 15:24:06 UTC
Created attachment 95611 [details]
stacktrace
Comment 2 Jiri Rechtacek 2010-06-15 14:48:51 UTC
core-main/rev/2b331532de81
Comment 3 Jiri Rechtacek 2010-06-15 14:49:13 UTC
core-main/rev/2b331532de81
Comment 4 Quality Engineering 2010-06-16 03:30:32 UTC
Integrated into 'main-golden', will be available in build *201006160001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/2b331532de81
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #182586: CloneableEditorSupport.getOpenedPanes() must be called from AWT thread only