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 92190

Summary: getOpenedPanes() must be called from AWT thread
Product: obsolete Reporter: Petr Blaha <blaha>
Component: languagesAssignee: Jan Jancura <jjancura>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Petr Blaha 2007-01-10 10:36:23 UTC
NetBeans 6.0 20070109
Download latest Language support from UC
Steps:
1) open PHP file from Favorites tab
ERROR: the Assertion Exception is thrown:

java.lang.AssertionError: AWT
	at
org.openide.text.CloneableEditorSupport.getOpenedPanes(CloneableEditorSupport.java:836)
	at
org.netbeans.modules.languages.fold.ToolTipAnnotation.getCurrentEditor(ToolTipAnnotation.java:126)
	at
org.netbeans.modules.languages.fold.ToolTipAnnotation.getShortDescription(ToolTipAnnotation.java:70)
	at org.netbeans.modules.editor.NbToolTip$Request.run(NbToolTip.java:313)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:541)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:963)
Comment 1 Petr Blaha 2007-01-10 10:38:58 UTC
Increase the priority since the bug blocks user to work with PHP support in IDE.
Comment 2 Daniel Prusa 2007-01-16 15:51:20 UTC

*** This issue has been marked as a duplicate of 91937 ***