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 177380

Summary: NullPointerException at org.netbeans.modules.ruby.platform.gems.GemPanel.reloadInstalledButtonActionPerformed
Product: ruby Reporter: wp4nuv <wp4nuv>
Component: GemsAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 162658
Attachments: stacktrace

Description wp4nuv 2009-11-22 11:46:42 UTC
Build: NetBeans IDE Dev (Build 200911060201)
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

User Comments:
wp4nuv: Attempting to update ruby gems



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.ruby.platform.gems.GemPanel.reloadInstalledButtonActionPerformed(GemPanel.java:1192)
        at org.netbeans.modules.ruby.platform.gems.GemPanel.access$1800(GemPanel.java:96)
        at org.netbeans.modules.ruby.platform.gems.GemPanel$FormListener.actionPerformed(GemPanel.java:1011)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2028)
        at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2351)
        at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
Comment 1 wp4nuv 2009-11-22 11:46:46 UTC
Created attachment 91488 [details]
stacktrace
Comment 2 Erno Mononen 2010-03-30 13:41:00 UTC
Might be caused by a known bug wrt. combo boxes in Apple JDK 1.6.0_13.