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 143541 - NullPointerException at org.netbeans.modules.db.sql.execute.ui.SQLHistoryPanel$SQLHistoryView.filterSQLHistoryList
Summary: NullPointerException at org.netbeans.modules.db.sql.execute.ui.SQLHistoryPane...
Status: RESOLVED DUPLICATE of bug 143540
Alias: None
Product: db
Classification: Unclassified
Component: SQL Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrei Badea
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-11 23:43 UTC by wen1900
Modified: 2008-08-12 09:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 89465


Attachments
stacktrace (1.82 KB, text/plain)
2008-08-11 23:43 UTC, wen1900
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wen1900 2008-08-11 23:43:50 UTC
Build: NetBeans IDE Dev (Build 200808110201)
VM: Java HotSpot(TM) Client VM, 1.5.0_13-119, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_13-b05-237
OS: Mac OS X, 10.5.4, i386

User Comments: 


Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.db.sql.execute.ui.SQLHistoryPanel$SQLHistoryView.filterSQLHistoryList(SQLHistoryPanel.java:524)
        at org.netbeans.modules.db.sql.execute.ui.SQLHistoryPanel$SQLHistoryView.access$1100(SQLHistoryPanel.java:391)
        at org.netbeans.modules.db.sql.execute.ui.SQLHistoryPanel$HistoryTableModel.actionPerformed(SQLHistoryPanel.java:640)
        at javax.swing.JComboBox.fireActionEvent(JComboBox.java:1197)
        at javax.swing.JComboBox.contentsChanged(JComboBox.java:1268)
        at javax.swing.AbstractListModel.fireContentsChanged(AbstractListModel.java:100)
Comment 1 wen1900 2008-08-11 23:43:55 UTC
Created attachment 67093 [details]
stacktrace
Comment 2 Roman Mostyka 2008-08-12 09:50:05 UTC

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