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 123929 - [cvs search history] NPE in DefaultTableCellHeaderRenderer.getColumnSortOrder
Summary: [cvs search history] NPE in DefaultTableCellHeaderRenderer.getColumnSortOrder
Status: RESOLVED DUPLICATE of bug 119569
Alias: None
Product: platform
Classification: Unclassified
Component: Outline&TreeTable (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P2 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-13 09:12 UTC by David Konecny
Modified: 2008-12-22 11:53 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception (7.29 KB, text/plain)
2007-12-13 09:14 UTC, David Konecny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Konecny 2007-12-13 09:12:01 UTC
Product Version         = NetBeans IDE 6.0 (Build 200711261600)
Operating System        = Windows Vista version 6.0 running on x86
Java; VM; Vendor        = 1.6.0_05-ea; Java HotSpot(TM) Client VM 1.6.0_05-ea-b04; Sun Microsystems Inc.

java.lang.NullPointerException
at_sun.swing.table.DefaultTableCellHeaderRenderer.getColumnSortOrder(DefaultTableCellHeaderRenderer.java:104)
at_com.sun.java.swing.plaf.windows.WindowsTableHeaderUI$XPDefaultRenderer.getTableCellRendererComponent(WindowsTableHeaderUI.java:108)
at_org.openide.explorer.view.TableSheetCell.getTableCellRendererComponent(TableSheetCell.java:280)
at_org.openide.explorer.view.TreeTableView$SortingHeaderRenderer.getTableCellRendererComponent(TreeTableView.java:1589)
[...]

On a file do CVS->Search History and in Search History try to switch to Diff view or open any diff. I'm always getting
NPE and cannot use the diff view at all - that's why I believe it is P2. I'm not sure who is at fault - openide or cvs.
Comment 1 David Konecny 2007-12-13 09:14:31 UTC
Created attachment 54221 [details]
exception
Comment 2 Stanislav Aubrecht 2007-12-13 14:24:31 UTC

*** This issue has been marked as a duplicate of 119569 ***