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 233217

Summary: NoSuchMethodError: org.netbeans.modules.db.dataview.output.DataViewTableUI.getRowFilter()Ljavax/swing/RowFilter;
Product: db Reporter: Exceptions Reporter <exceptions_reporter>
Component: Show DataAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED INCOMPLETE    
Severity: normal CC: alesak
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 191931
Attachments: stacktrace

Description Exceptions Reporter 2013-07-22 21:24:57 UTC
Build: NetBeans IDE 7.3.1 (Build 201306052037)
VM: Java HotSpot(TM) Client VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 7

User Comments:
GUEST: NoSuchMethodError: org.netbeans.modules.db.dataview.output.DataViewTableUI.getRowFilter()Ljavax/swing/RowFilter;

alesak: simple select from mysql table




Stacktrace: 
java.lang.NoSuchMethodError: org.netbeans.modules.db.dataview.output.DataViewTableUI.getRowFilter()Ljavax/swing/RowFilter;
   at org.netbeans.modules.db.dataview.output.DataViewTableUI.setModel(DataViewTableUI.java:116)
   at javax.swing.JTable.<init>(JTable.java:633)
   at javax.swing.JTable.<init>(JTable.java:561)
   at org.jdesktop.swingx.JXTable.<init>(JXTable.java:373)
   at org.netbeans.modules.db.dataview.table.JXTableDecorator.<init>(JXTableDecorator.java:66)
   at org.netbeans.modules.db.dataview.table.ResultSetJXTable.<init>(ResultSetJXTable.java:112)
Comment 1 Exceptions Reporter 2013-07-22 21:24:59 UTC
Created attachment 137589 [details]
stacktrace
Comment 2 matthias42 2013-07-23 18:57:08 UTC
Please check:

a) <NETBEANS-INSTALL>/ide/modules/ext/
   Is there a swingx-all-1.6.4.jar?

b) Check <NETBEANS-INSTALL> search for files containg swingx in the name. There should only be file that indicate a version 1.6.4. A listing of the files might be helpful.

I could only explain the error if an old version (most probably 0.9.5) of swingx is used.