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 54256 - NPE when running A11Y Tester on Proj. Props.
Summary: NPE when running A11Y Tester on Proj. Props.
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords: A11Y, T9Y
Depends on:
Blocks:
 
Reported: 2005-02-01 09:37 UTC by Milan Kubec
Modified: 2006-03-24 12:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exc stack trace (2.94 KB, text/plain)
2005-02-01 09:37 UTC, Milan Kubec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 2005-02-01 09:37:06 UTC
[dev-200501301900, JDK 1.4.2_06]

NullPointerException was thrown when running
Accessibility Tester 2.2 on Project Properties of
J2SE Project. I had 3 Source package folders and 3
Test package folders.
Comment 1 Milan Kubec 2005-02-01 09:37:47 UTC
Created attachment 20109 [details]
exc stack trace
Comment 2 Milan Kubec 2005-02-01 09:53:39 UTC
This issue blocks using A11Y Tester on the panel.
Comment 3 Milan Kubec 2005-02-01 10:00:38 UTC
I was running the tool on the first panel of Proj. Props. - Sources.
Comment 4 Tomas Zezula 2005-02-01 17:23:20 UTC
If it blocks using of A11Y Tester it is probably not a bug it's a
feature. :-)
Comment 5 Tomas Zezula 2005-02-01 17:57:30 UTC
Checking in
src/org/netbeans/modules/java/j2seproject/ui/customizer/Bundle.properties;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.52; previous revision: 1.51
done
Checking in
src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerSources.form;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerSources.form,v
 <--  CustomizerSources.form
new revision: 1.6; previous revision: 1.5
done
Checking in
src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerSources.java;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerSources.java,v
 <--  CustomizerSources.java
new revision: 1.7; previous revision: 1.6
done
Checking in
src/org/netbeans/modules/java/j2seproject/ui/customizer/J2SESourceRootsUi.java;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/J2SESourceRootsUi.java,v
 <--  J2SESourceRootsUi.java
new revision: 1.4; previous revision: 1.3
done
Comment 6 Tomas Zezula 2005-02-01 17:58:21 UTC
All reports about:
Class: org.openide.explorer.view.TreeView$ExplorerTree {  |  }
are not a bug, it is an inner component.
Comment 7 Milan Kubec 2005-02-08 09:15:01 UTC
Verified in dev-200502071900.