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 164206 - NullPointerException at org.netbeans.modules.form.BindingCustomizer.updateColumnSelector
Summary: NullPointerException at org.netbeans.modules.form.BindingCustomizer.updateCol...
Status: RESOLVED DUPLICATE of bug 155204
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-30 14:08 UTC by rcasha
Modified: 2009-05-22 17:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 150381


Attachments
stacktrace (3.66 KB, text/plain)
2009-04-30 14:08 UTC, rcasha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rcasha 2009-04-30 14:08:03 UTC
This issue was originally marked as duplicate of issue 155204, that is already fixed. This issue is still valid, so this seems to be another issue, but it might be related.

Build: NetBeans IDE 6.7 Beta (Build 200904242137)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Linux, 2.6.28-11-server, i386

User Comments:
rcasha: accessing Table Contents dialog from Swing designer



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.form.BindingCustomizer.updateColumnSelector(BindingCustomizer.java:1241)
        at org.netbeans.modules.form.BindingCustomizer.treeComboActionPerformed(BindingCustomizer.java:1090)
        at org.netbeans.modules.form.BindingCustomizer.access$1300(BindingCustomizer.java:82)
        at org.netbeans.modules.form.BindingCustomizer$FormListener.actionPerformed(BindingCustomizer.java:1030)
        at javax.swing.JComboBox.fireActionEvent(JComboBox.java:1240)
        at javax.swing.JComboBox.setSelectedItem(JComboBox.java:567)
Comment 1 rcasha 2009-04-30 14:08:13 UTC
Created attachment 81313 [details]
stacktrace
Comment 2 Jan Stola 2009-05-22 17:18:42 UTC
This issue is duplicate of issue 155204. Issue 155204 is not marked as fixed, it is marked as non-reproducible. Feel 
free to reopen it if you are able to provide more details or steps to reproduce.

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