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 177995 - NullPointerException at org.netbeans.modules.db.explorer.dlg.AddTableColumnDialog.updateState
Summary: NullPointerException at org.netbeans.modules.db.explorer.dlg.AddTableColumnDi...
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Skrivanek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-02 08:15 UTC by hedefalk
Modified: 2009-12-03 15:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 163254


Attachments
stacktrace (6.59 KB, text/plain)
2009-12-02 08:15 UTC, hedefalk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hedefalk 2009-12-02 08:15:01 UTC
Build: NetBeans IDE 6.8 Beta (Build 200910212001)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.1-b02-90, Java(TM) SE Runtime Environment, 1.6.0_15-b03-219
OS: Mac OS X, 10.6.2, x86_64

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.db.explorer.dlg.AddTableColumnDialog.updateState(AddTableColumnDialog.java:481)
        at org.netbeans.modules.db.explorer.dlg.AddTableColumnDialog.access$000(AddTableColumnDialog.java:85)
        at org.netbeans.modules.db.explorer.dlg.AddTableColumnDialog$2.actionPerformed(AddTableColumnDialog.java:194)
        at javax.swing.JComboBox.fireActionEvent(JComboBox.java:1240)
        at javax.swing.JComboBox.setSelectedItem(JComboBox.java:567)
        at javax.swing.JComboBox.setSelectedIndex(JComboBox.java:599)
Comment 1 hedefalk 2009-12-02 08:15:06 UTC
Created attachment 91992 [details]
stacktrace
Comment 2 Jiri Skrivanek 2009-12-03 02:50:03 UTC
Fixed.
core-main #a9b19b5931a8
Comment 3 Quality Engineering 2009-12-03 15:50:14 UTC
Integrated into 'main-golden', will be available in build *200912031432* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/a9b19b5931a8
User: Jiri Skrivanek <jskrivanek@netbeans.org>
Log: #177995 - Prevent NPE.