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 188932

Summary: NullPointerException at org.netbeans.modules.ruby.railsprojects.Generator.findUsageFile
Product: ruby Reporter: gu6526 <gu6526>
Component: RailsAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: normal CC: ijenk86, Vitex
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 171542
Attachments: stacktrace

Description gu6526 2010-07-25 06:45:28 UTC
Build: NetBeans IDE 6.9 (Build 201006101454)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.3-b01-279, Java(TM) SE Runtime Environment, 1.6.0_20-b02-279-10M3065
OS: Mac OS X

User Comments:
gu6526: oops - Generate called from project context menu doesn't work anymore?!
Version: 
Netbeans 6.9
MacOSX 10.6




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.ruby.railsprojects.Generator.findUsageFile(Generator.java:243)
   at org.netbeans.modules.ruby.railsprojects.Generator.getUsage(Generator.java:221)
   at org.netbeans.modules.ruby.railsprojects.GeneratorPanel.showUsage(GeneratorPanel.java:517)
   at org.netbeans.modules.ruby.railsprojects.GeneratorPanel.showGenerator(GeneratorPanel.java:511)
   at org.netbeans.modules.ruby.railsprojects.GeneratorPanel.<init>(GeneratorPanel.java:131)
   at org.netbeans.modules.ruby.railsprojects.GenerateAction.generate(GenerateAction.java:194)
Comment 1 gu6526 2010-07-25 06:45:31 UTC
Created attachment 101014 [details]
stacktrace