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 - NoSuchMethodError: org.netbeans.modules.db.dataview.output.DataViewTableUI.getRowFilter()Ljavax/swing/RowFilter;
Summary: NoSuchMethodError: org.netbeans.modules.db.dataview.output.DataViewTableUI.ge...
Status: RESOLVED INCOMPLETE
Alias: None
Product: db
Classification: Unclassified
Component: Show Data (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-22 21:24 UTC by Exceptions Reporter
Modified: 2013-07-23 18:57 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 191931


Attachments
stacktrace (2.16 KB, text/plain)
2013-07-22 21:24 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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.