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 237115 - NullPointerException at com.sun.java.swing.plaf.windows.WindowsTableHeaderUI$XPDefaultRenderer.paint
Summary: NullPointerException at com.sun.java.swing.plaf.windows.WindowsTableHeaderUI$...
Status: RESOLVED WONTFIX
Alias: None
Product: utilities
Classification: Unclassified
Component: Properties (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-14 20:07 UTC by muellermi
Modified: 2014-07-23 08:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 204566


Attachments
stacktrace (5.06 KB, text/plain)
2013-10-14 20:07 UTC, muellermi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description muellermi 2013-10-14 20:07:28 UTC
Build: NetBeans IDE Dev (Build 201310110001)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.0-b56, Java(TM) SE Runtime Environment, 1.7.0_40-b43
OS: Windows 7

User Comments:
muellermi: open message bundle




Stacktrace: 
java.lang.NullPointerException
   at com.sun.java.swing.plaf.windows.WindowsTableHeaderUI$XPDefaultRenderer.paint(WindowsTableHeaderUI.java:170)
   at javax.swing.CellRendererPane.paintComponent(CellRendererPane.java:151)
   at javax.swing.plaf.basic.BasicTableHeaderUI.paintCell(BasicTableHeaderUI.java:710)
   at javax.swing.plaf.basic.BasicTableHeaderUI.paint(BasicTableHeaderUI.java:652)
   at javax.swing.plaf.ComponentUI.update(ComponentUI.java:161)
   at javax.swing.JComponent.paintComponent(JComponent.java:778)
Comment 1 muellermi 2013-10-14 20:07:30 UTC
Created attachment 141076 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2013-10-29 13:23:48 UTC
Possibly someone manipulates with a JTable outside EDT, please evaluate.
Comment 3 Jan Peska 2014-07-23 08:11:21 UTC
I didn't find any manipulation with JTable outside of EDT in properties edit window. Since there is only one report and it is not from latest NB I'm closing the issue as WONTFIX