-
Bug
-
Resolution: Fixed
-
P3
-
6u10
-
b02
-
x86
-
windows_xp
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2193975 | 7 | Alexander Potochkin | P3 | Closed | Fixed | b100 |
JDK-2171404 | 5.0u19 | Vikram Aroskar | P2 | Resolved | Fixed | b01 |
When using NetBeans on Win platform with JDK 1.6.0_10, NetBeans users reported they got
following NPE from time to time:
Stacktrace:
java.lang.NullPointerException
at com.sun.java.swing.plaf.windows.WindowsComboBoxUI$XPComboBoxButton.getState(WindowsComboBoxUI.java:408)
at com.sun.java.swing.plaf.windows.XPStyle$GlyphButton.paintComponent(XPStyle.java:717)
at javax.swing.JComponent.paint(JComponent.java:1027)
at javax.swing.JComponent.paintChildren(JComponent.java:864)
at javax.swing.JComponent.paint(JComponent.java:1036)
at javax.swing.JComponent.paintChildren(JComponent.java:864)
Unfortunately, issue is random so I can't give you fully reproducible steps. But by looking at NetBeans exception reporter results: http://statistics.netbeans.org/analytics/detail.do?id=11541 we can see that issue is relatively frequent for NetBeans users (already 20 duplicates)
Just suggestion - maybe blind null check would be enough to fix this issue?
I forgot to mention exact JDK build for exception, here it comes:
VM: Java HotSpot(TM) Client VM, 11.0-b11, Java(TM) SE Runtime Environment, 1.6.0_10-beta-b20
OS: Windows XP, 5.1, x86
Original bug filed in NetBeans IZ: http://www.netbeans.org/issues/show_bug.cgi?id=141853
following NPE from time to time:
Stacktrace:
java.lang.NullPointerException
at com.sun.java.swing.plaf.windows.WindowsComboBoxUI$XPComboBoxButton.getState(WindowsComboBoxUI.java:408)
at com.sun.java.swing.plaf.windows.XPStyle$GlyphButton.paintComponent(XPStyle.java:717)
at javax.swing.JComponent.paint(JComponent.java:1027)
at javax.swing.JComponent.paintChildren(JComponent.java:864)
at javax.swing.JComponent.paint(JComponent.java:1036)
at javax.swing.JComponent.paintChildren(JComponent.java:864)
Unfortunately, issue is random so I can't give you fully reproducible steps. But by looking at NetBeans exception reporter results: http://statistics.netbeans.org/analytics/detail.do?id=11541 we can see that issue is relatively frequent for NetBeans users (already 20 duplicates)
Just suggestion - maybe blind null check would be enough to fix this issue?
I forgot to mention exact JDK build for exception, here it comes:
VM: Java HotSpot(TM) Client VM, 11.0-b11, Java(TM) SE Runtime Environment, 1.6.0_10-beta-b20
OS: Windows XP, 5.1, x86
Original bug filed in NetBeans IZ: http://www.netbeans.org/issues/show_bug.cgi?id=141853
- backported by
-
JDK-2171404 NPE at WindowsComboBoxUI$XPComboBoxButton.getState(WindowsComboBoxUI.java:408)
-
- Resolved
-
-
JDK-2193975 NPE at WindowsComboBoxUI$XPComboBoxButton.getState(WindowsComboBoxUI.java:408)
-
- Closed
-