You need to log in before you can comment on or make changes to this bug.
It seems that this exception happens on only GTK L&F. I'm using NB6.0 M8 + Ruby Pack on Solaris Nevada build 62 and JDK6u1. By default, NetBeans starts in native GTK L&F but it fails when I try to install module on Gem Manager 1. Start NB 2. Tools -> Ruby Gem Manager 3. Click Install New 4. Select a module 5. Click Install It always happens. When I tried Swing L&F, this problem does not happen. Should we report this to JDK side? Any workaround in NB? at org.netbeans.modules.ruby.rubyproject.gems.InstallationSettingsPanel.getName(InstallationSettingsPanel.java:68) at com.sun.java.swing.plaf.gtk.GTKStyle.getInsets(GTKStyle.java:263) at javax.swing.plaf.synth.SynthStyle.installDefaults(SynthStyle.java:876) ....
Created an attachment (id=41265) [details] exception
Fixed. The method getName() in InstallationSettingsPanel was accidentally overriding a method in a superclass, and that method appears to be used during initialization in GTK - not in the other L&F's.
Thank you very much for quick fixing!! I'll try to verify the fix at M9.
Reassigning this issue to newly created 'ruby' component.
Changing target milestone of all resolved Ruby issues from TBD to 6.0 Beta 1 build.