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 186210 - ClassCastException: org.openide.explorer.view.TreeTable$TreeTableUI cannot be cast to org.jvnet.substance.SubstanceTableUI
Summary: ClassCastException: org.openide.explorer.view.TreeTable$TreeTableUI cannot be...
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-15 18:17 UTC by Exceptions Reporter
Modified: 2010-05-17 07:22 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 149599


Attachments
stacktrace (3.53 KB, text/plain)
2010-05-15 18:17 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2010-05-15 18:17:37 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-5130-on-100428)
VM: Java HotSpot(TM) Client VM, 16.2-b04, Java(TM) SE Runtime Environment, 1.6.0_19-b04
OS: Windows Vista

User Comments:
GUEST: Attempting to install the module system update to 7.9 or greater.  Present one 7.7 does not work with many of the plugins.


Is not able to recall open projects, Application servers including tomcat and glassfish2




Stacktrace: 
java.lang.ClassCastException: org.openide.explorer.view.TreeTable$TreeTableUI cannot be cast to org.jvnet.substance.SubstanceTableUI
   at org.jvnet.substance.SubstanceTableHeaderUI.getColumnState(SubstanceTableHeaderUI.java:720)
   at org.jvnet.substance.SubstanceDefaultTableHeaderCellRenderer.getTableCellRendererComponent(SubstanceDefaultTableHeaderCellRenderer.java:106)
   at org.openide.explorer.view.TableSheetCell.getTableCellRendererComponent(TableSheetCell.java:284)
   at org.openide.explorer.view.TreeTableView$SortingHeaderRenderer.getTableCellRendererComponent(TreeTableView.java:1642)
   at javax.swing.plaf.basic.BasicTableHeaderUI.getHeaderRenderer(BasicTableHeaderUI.java:686)
   at javax.swing.plaf.basic.BasicTableHeaderUI.getHeaderHeight(BasicTableHeaderUI.java:721)
Comment 1 Exceptions Reporter 2010-05-15 18:17:40 UTC
Created attachment 99046 [details]
stacktrace