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 140144 - [a11y] java.lang.StackOverflowError when running A11Y tool on Mobie Application project settings
Summary: [a11y] java.lang.StackOverflowError when running A11Y tool on Mobie Applicati...
Status: NEW
Alias: None
Product: qa
Classification: Unclassified
Component: a11y (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: issues@qa
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-07-15 17:45 UTC by Andrei Chistiakov
Modified: 2016-06-22 16:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace (205.83 KB, text/plain)
2008-07-16 10:18 UTC, Andrei Chistiakov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Chistiakov 2008-07-15 17:45:57 UTC
Reproduced with NetBeans IDE Dev (Build 20080715055910).

To reproduce:

- create a new Mobility Application;
- select the application in Projects tree and invoke Properties popup menu command;
- in MobileApplication dialog, select Abilities category and execute the A11Y checker.

java.lang.StackOverflowError
	at javax.swing.ArrayTable.get(ArrayTable.java:126)
	at javax.swing.JComponent.getClientProperty(JComponent.java:3980)
	at javax.swing.JComponent$AccessibleJComponent.getAccessibleDescription(JComponent.java:3808)
	at javax.swing.JComponent$AccessibleJComponent.getAccessibleDescription(JComponent.java:3836)
	at javax.swing.JComponent$AccessibleJComponent.getAccessibleDescription(JComponent.java:3836)
	at javax.swing.JComponent$AccessibleJComponent.getAccessibleDescription(JComponent.java:3836)
	at javax.swing.JComponent$AccessibleJComponent.getAccessibleDescription(JComponent.java:3836)
	at javax.swing.JComponent$AccessibleJComponent.getAccessibleDescription(JComponent.java:3836)
...
Comment 1 Jaromir Uhrik 2008-07-15 19:10:36 UTC
Could you please attach full exception stack trace. It is not possible to read much from the stack that you provided
where only jdk calling is visible.
Thanks
Comment 2 Andrei Chistiakov 2008-07-16 10:17:06 UTC
When running nb.exe in command line, the stack trace is slightly different. Here it is.
Comment 3 Andrei Chistiakov 2008-07-16 10:18:04 UTC
Created attachment 64675 [details]
Stack trace