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 103463 - M9 - J1/ Can't open Generate dialog:-(
Summary: M9 - J1/ Can't open Generate dialog:-(
Status: VERIFIED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-08 00:14 UTC by Marco Walther
Modified: 2009-05-22 09:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marco Walther 2007-05-08 00:14:32 UTC
java version "1.6.0_01"
Java(TM) SE Runtime Environment (build 1.6.0_01-b06)
Java HotSpot(TM) Server VM (build 1.6.0_01-b06, mixed mode)

--------------------------------------
java.lang.NullPointerException
	at
org.netbeans.modules.ruby.railsprojects.GeneratorPanel.getName(GeneratorPanel.java:325)
	at com.sun.java.swing.plaf.gtk.GTKStyle.getInsets(GTKStyle.java:263)
	at javax.swing.plaf.synth.SynthStyle.installDefaults(SynthStyle.java:876)
	at javax.swing.plaf.synth.SynthLookAndFeel.updateStyle(SynthLookAndFeel.java:252)
	at javax.swing.plaf.synth.SynthPanelUI.updateStyle(SynthPanelUI.java:70)
	at javax.swing.plaf.synth.SynthPanelUI.installDefaults(SynthPanelUI.java:57)
	at javax.swing.plaf.basic.BasicPanelUI.installUI(BasicPanelUI.java:39)
	at javax.swing.plaf.synth.SynthPanelUI.installUI(SynthPanelUI.java:37)
	at javax.swing.JComponent.setUI(JComponent.java:668)
	at javax.swing.JPanel.setUI(JPanel.java:136)
	at javax.swing.JPanel.updateUI(JPanel.java:109)
	at javax.swing.JPanel.<init>(JPanel.java:69)
	at javax.swing.JPanel.<init>(JPanel.java:92)
	at javax.swing.JPanel.<init>(JPanel.java:100)
	at
org.netbeans.modules.ruby.railsprojects.GeneratorPanel.<init>(GeneratorPanel.java:62)
	at
org.netbeans.modules.ruby.railsprojects.GenerateAction.performAction(GenerateAction.java:91)
	at org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:559)
	at
org.netbeans.modules.openide.util.ActionsBridge$ActionRunnable.actionPerformed(ActionsBridge.java:89)
	at org.netbeans.core.ModuleActions.invokeAction(ModuleActions.java:82)
	at
org.netbeans.modules.openide.actions.ActionsBridgeImpl.invokeAction(ActionsBridgeImpl.java:30)
	at
org.netbeans.modules.openide.util.ActionsBridge$ActionRunnable.doRun(ActionsBridge.java:80)
	at org.netbeans.modules.openide.util.ActionsBridge$1.run(ActionsBridge.java:49)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:539)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:964)
Comment 1 Torbjorn Norbye 2007-05-08 01:29:13 UTC
This happens only with the GTK look and feel.  I believe I fixed this the other day (AFTER) M9. For Ruby, 
please grab the latest trunk bits, we've fixed a bunch of stuff since the M9 freeze.

For all our JavaOne demos, we're running with NetBeans M9 + trunk JRuby

(Please confirm that this works with the trunk and then I'll close as fixed)
Comment 2 Torbjorn Norbye 2007-05-22 21:58:01 UTC
Fixed a few days after M9
Comment 3 Jiri Kovalsky 2007-07-03 14:07:21 UTC
Reassigning this issue to newly created 'ruby' component.
Comment 4 Jiri Kovalsky 2007-07-03 14:46:47 UTC
Changing target milestone of all resolved Ruby issues from TBD to 6.0 Beta 1 build.
Comment 5 Martin Schovanek 2009-05-22 09:57:39 UTC
v.