-
Bug
-
Resolution: Fixed
-
P3
-
1.4.2, 5.0
-
b39
-
x86
-
windows_2000
FULL PRODUCT VERSION :
A DESCRIPTION OF THE PROBLEM :
There is thrown a NullPointerException if ac is null.
javax/swing/JList.java:
2707: AccessibleContext ac = getCurrentAccessibleContext();
2708: AccessibleStateSet s;
2709: if (ac != null) {
2710: s = ac.getAccessibleStateSet();
2711: } else {
2712: s = new AccessibleStateSet();
2713: }
2714: s = ac.getAccessibleStateSet();
2715: s.add(AccessibleState.SELECTABLE);
REPRODUCIBILITY :
This bug can be reproduced always.
###@###.### 2005-1-24 12:40:07 GMT
A DESCRIPTION OF THE PROBLEM :
There is thrown a NullPointerException if ac is null.
javax/swing/JList.java:
2707: AccessibleContext ac = getCurrentAccessibleContext();
2708: AccessibleStateSet s;
2709: if (ac != null) {
2710: s = ac.getAccessibleStateSet();
2711: } else {
2712: s = new AccessibleStateSet();
2713: }
2714: s = ac.getAccessibleStateSet();
2715: s.add(AccessibleState.SELECTABLE);
REPRODUCIBILITY :
This bug can be reproduced always.
###@###.### 2005-1-24 12:40:07 GMT