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 239227 - NullPointerException at com.sun.java.swing.plaf.windows.WindowsTableHeaderUI$XPDefaultRenderer.paint
Summary: NullPointerException at com.sun.java.swing.plaf.windows.WindowsTableHeaderUI$...
Status: RESOLVED DUPLICATE of bug 239234
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-07 19:54 UTC by victork
Modified: 2013-12-09 11:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205855


Attachments
stacktrace (5.84 KB, text/plain)
2013-12-07 19:54 UTC, victork
Details

Note You need to log in before you can comment on or make changes to this bug.
Description victork 2013-12-07 19:54:54 UTC
Build: NetBeans IDE Dev (Build 20131205-0447d29d1344)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
victork: Closed tab with .sql file and git-subwindow telling that no changes to file are present.




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 victork 2013-12-07 19:54:56 UTC
Created attachment 142937 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2013-12-09 11:00:53 UTC

*** This bug has been marked as a duplicate of bug 239234 ***