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 - NullPointerException at org.netbeans.modules.ruby.platform.gems.GemPanel.reloadInstalledButtonActionPerformed
Summary: NullPointerException at org.netbeans.modules.ruby.platform.gems.GemPanel.relo...
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Gems (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-22 11:46 UTC by wp4nuv
Modified: 2011-01-28 20:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 162658


Attachments
stacktrace (8.55 KB, text/plain)
2009-11-22 11:46 UTC, wp4nuv
Details

Note You need to log in before you can comment on or make changes to this bug.
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.