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 - getOpenedPanes() must be called from AWT thread
Summary: getOpenedPanes() must be called from AWT thread
Status: RESOLVED DUPLICATE of bug 91937
Alias: None
Product: obsolete
Classification: Unclassified
Component: languages (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jan Jancura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-10 10:36 UTC by Petr Blaha
Modified: 2007-01-16 15:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***