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 111256 - [a11y] Exception thrown when running A11Y tool against WSDL right-click contextual menu
Summary: [a11y] Exception thrown when running A11Y tool against WSDL right-click conte...
Status: RESOLVED WONTFIX
Alias: None
Product: qa
Classification: Unclassified
Component: a11y (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@qa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-27 19:05 UTC by lchang
Modified: 2011-02-16 17:20 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 lchang 2007-07-27 19:05:55 UTC
Found in NB build 200707250000
Used UI Accessibility Tester v 2.4

Steps to reproduce:
1.  Create a BPEL Module
2.  Create a WSDL File.
3.  Start the A11Y Tester
4.  In the project tree on the WSDL file, right-click to bring up the contextual menu
5.  Hit Ctrl+F11 to start the A11y tester.

Result:
An exception is thrown.  Please see exception below:
java.lang.IllegalStateException: Assertion failed. WindowsAPI is required to be called from AWT thread only, see 
http://core.netbeans.org/proposals/threading/
	at org.netbeans.core.windows.WindowManagerImpl.assertEventDispatchThreadWeak(WindowManagerImpl.java:1422)
	at org.netbeans.core.windows.WindowManagerImpl.topComponentID(WindowManagerImpl.java:1174)
	at org.openide.windows.WindowManager.findTopComponentID(WindowManager.java:491)
	at org.netbeans.core.windows.model.TopComponentSubModel.getID(TopComponentSubModel.java:343)
	at org.netbeans.core.windows.model.TopComponentSubModel.containsTopComponent(TopComponentSubModel.java:238)
	at org.netbeans.core.windows.model.DefaultModeModel.containsTopComponent(DefaultModeModel.java:238)
	at org.netbeans.core.windows.model.DefaultModel.containsModeTopComponent(DefaultModel.java:778)
	at org.netbeans.core.windows.Central.containsModeTopComponent(Central.java:1404)
	at org.netbeans.core.windows.ModeImpl.containsTopComponent(ModeImpl.java:355)
	at org.netbeans.core.windows.WindowManagerImpl.findMode(WindowManagerImpl.java:402)
	at org.netbeans.core.windows.Central.isDocked(Central.java:1707)
	at org.netbeans.core.windows.WindowManagerImpl.isDocked(WindowManagerImpl.java:880)
	at org.netbeans.core.windows.view.ui.tabcontrol.TabbedAdapter$WinsysInfo.getOrientation(TabbedAdapter.java:480)
	at org.netbeans.swing.tabcontrol.plaf.TabControlButtonFactory$SlidePinButton.getButtonId
(TabControlButtonFactory.java:138)
	at org.netbeans.swing.tabcontrol.plaf.TabControlButtonFactory$SlidePinButton.getToolTipText
(TabControlButtonFactory.java:152)
	at javax.swing.AbstractButton$AccessibleAbstractButton.getToolTipText(AbstractButton.java:2999)
	at javax.swing.JComponent$AccessibleJComponent.getAccessibleDescription(JComponent.java:3797)
	at org.netbeans.a11y.AccComponent.<init>(AccComponent.java:71)
	at org.netbeans.a11y.AccessibilityTester.addToModel(AccessibilityTester.java:206)
	at org.netbeans.a11y.AccessibilityTester.addToModel(AccessibilityTester.java:218)
	at org.netbeans.a11y.AccessibilityTester.addToModel(AccessibilityTester.java:218)
	at org.netbeans.a11y.AccessibilityTester.addToModel(AccessibilityTester.java:218)
	at org.netbeans.a11y.AccessibilityTester.addToModel(AccessibilityTester.java:218)
	at org.netbeans.a11y.AccessibilityTester.addToModel(AccessibilityTester.java:218)
	at org.netbeans.a11y.AccessibilityTester.addToModel(AccessibilityTester.java:218)
	at org.netbeans.a11y.AccessibilityTester.addToModel(AccessibilityTester.java:218)
	at org.netbeans.a11y.AccessibilityTester.addToModel(AccessibilityTester.java:218)
	at org.netbeans.a11y.AccessibilityTester.addToModel(AccessibilityTester.java:218)
	at org.netbeans.a11y.AccessibilityTester.addToModel(AccessibilityTester.java:218)
	at org.netbeans.a11y.AccessibilityTester.addToModel(AccessibilityTester.java:218)
	at org.netbeans.a11y.AccessibilityTester.addToModel(AccessibilityTester.java:218)
	at org.netbeans.a11y.AccessibilityTester.getModel(AccessibilityTester.java:192)
	at org.netbeans.a11y.AccessibilityTestRunner.getAWTmodel(AccessibilityTestRunner.java:61)
	at org.netbeans.modules.a11y.AccessibilityTesterRunnable.runTest(AccessibilityTesterRunnable.java:137)
	at org.netbeans.modules.a11y.AccessibilityTesterRunnable.run(AccessibilityTesterRunnable.java:101)
[catch] at java.lang.Thread.run(Thread.java:619)
Comment 1 Shivanand Kini 2007-08-29 18:41:34 UTC
This is a11y tester tool bug. reassigning to the issues@a11y
Comment 2 Shivanand Kini 2007-08-29 18:42:22 UTC
Also wanted to clarify that this is not related to wsdl editor, any node on the project explorer, right click and do a
ctrl-f11, will throw this NPE.
Comment 3 Marian Mirilovic 2011-02-16 17:20:19 UTC
too old without plan to fix it