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 147133 - NullPointerException when used with XSLT Transform Map Tree
Summary: NullPointerException when used with XSLT Transform Map Tree
Status: RESOLVED WONTFIX
Alias: None
Product: qa
Classification: Unclassified
Component: a11y (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@qa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-12 20:03 UTC by andyloh
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 andyloh 2008-09-12 20:03:49 UTC
Observed with the 9/10 build of GlassFishESB (I think it's using NetBeans 6.1P3).  I tried running A11Y (2.5.1) against
the XSLT Transform Map Tree view (simple Request-Reply scenario).  The test failed to finish (Error: test canceled) and
the following NullPointerException appeared in the messages.log:

java.lang.NullPointerException
        at org.netbeans.a11y.TestSettings.getCorrectedWindowTitle(TestSettings.java:126)
        at org.netbeans.a11y.TestSettingsLogger.getReport(TestSettingsLogger.java:72)
        at org.netbeans.a11y.AccessibilityTestRunner.writeResults(AccessibilityTestRunner.java:170)
        at org.netbeans.modules.a11y.AccessibilityTesterRunnable.runTest(AccessibilityTesterRunnable.java:172)
        at org.netbeans.modules.a11y.AccessibilityTesterRunnable.run(AccessibilityTesterRunnable.java:129)
        at java.lang.Thread.run(Thread.java:619)
Comment 1 Marian Mirilovic 2011-02-16 17:20:25 UTC
too old without plan to fix it