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 189951 - NullPointerException at org.avbravo.couchdb.DemoDBTopComponent.dbconnComboBoxActionPerformed
Summary: NullPointerException at org.avbravo.couchdb.DemoDBTopComponent.dbconnComboBox...
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-08-27 16:05 UTC by _ avbravo
Modified: 2010-09-23 08:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 172199


Attachments
stacktrace (2.22 KB, text/plain)
2010-08-27 16:05 UTC, _ avbravo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ avbravo 2010-08-27 16:05:39 UTC
Build: NetBeans IDE 6.9.1 (Build 201008030030)
VM: Java HotSpot(TM) Client VM, 17.0-b16, Java(TM) SE Runtime Environment, 1.6.0_21-b06
OS: Linux

User Comments:
avbravo: DataBaseExplorer




Stacktrace: 
java.lang.NullPointerException
   at org.avbravo.couchdb.DemoDBTopComponent.dbconnComboBoxActionPerformed(DemoDBTopComponent.java:113)
   at org.avbravo.couchdb.DemoDBTopComponent.access$000(DemoDBTopComponent.java:28)
   at org.avbravo.couchdb.DemoDBTopComponent$1.actionPerformed(DemoDBTopComponent.java:62)
   at javax.swing.JComboBox.fireActionEvent(JComboBox.java:1240)
   at javax.swing.JComboBox.setSelectedItem(JComboBox.java:567)
   at javax.swing.JComboBox.setSelectedIndex(JComboBox.java:603)
Comment 1 _ avbravo 2010-08-27 16:05:43 UTC
Created attachment 101721 [details]
stacktrace