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 123107 - Assertion error during editor tests
Summary: Assertion error during editor tests
Status: RESOLVED DUPLICATE of bug 90590
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks: 45936
  Show dependency tree
 
Reported: 2007-11-30 09:53 UTC by Petr Jiricka
Modified: 2008-12-22 11:40 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Full stack trace of the exception (1.64 KB, text/plain)
2007-11-30 09:55 UTC, Petr Jiricka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2007-11-30 09:53:16 UTC
The following exception occurred during the performance tests of the JSP editor:

java.lang.IllegalStateException: Assertion failed. WindowsAPI is required to be called from AWT thread only, see
http://core.netbeans.org/proposals/threading/

Here is the test that failed because of this exception:
http://beetle.czech.sun.com/automatedtests/xtest/netbeans_6.0/200711261600/qa-performance/spb-perf-sol/testrun_071127-212410/testbag_2/htmlresults/suites/TEST-gui.MeasureWebActions.html#gui.action.PasteInJspEditor.Paste%20in%20the%20JSP%20Editor
Comment 1 Petr Jiricka 2007-11-30 09:55:01 UTC
Created attachment 53702 [details]
Full stack trace of the exception
Comment 2 Jaroslav Tulach 2007-12-04 10:37:44 UTC
at org.netbeans.core.multiview.EditorsAction$UpdatingMenu.getMenuPresenters(EditorsAction.java:94)
	at org.openide.awt.DynaMenuModel.loadSubmenu(DynaMenuModel.java:99)
Comment 3 David Simonek 2007-12-04 11:56:09 UTC
Milos please look at this for me, thanks.
Comment 4 Milos Kleint 2007-12-04 12:35:39 UTC
a duplicate of #90590, I suppose

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