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

Summary: NPE when running A11Y Tester on Proj. Props.
Product: java Reporter: Milan Kubec <mkubec>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: CLOSED FIXED    
Severity: blocker Keywords: A11Y, T9Y
Priority: P2    
Version: 4.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: exc stack trace

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.