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 - NullPointerException at org.netbeans.modules.ruby.railsprojects.Generator.findUsageFile
Summary: NullPointerException at org.netbeans.modules.ruby.railsprojects.Generator.fin...
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Rails (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-25 06:45 UTC by gu6526
Modified: 2017-11-15 23:55 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 171542


Attachments
stacktrace (1.41 KB, text/plain)
2010-07-25 06:45 UTC, gu6526
Details

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