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 110445 - Cannot create a new Ruby class with the wizard
Summary: Cannot create a new Ruby class with the wizard
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2007-07-20 15:52 UTC by Martin Krauskopf
Modified: 2007-07-20 18:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
freemarker-ex.txt (18.26 KB, text/plain)
2007-07-20 15:53 UTC, Martin Krauskopf
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Krauskopf 2007-07-20 15:52:43 UTC
1) Create project
2) Create class: Ctrl+n -> Ruby -> Ruby Class

Attached exception is thrown. This worked before introducing FreeMarker templates.
Comment 1 Martin Krauskopf 2007-07-20 15:53:15 UTC
Created attachment 45445 [details]
freemarker-ex.txt
Comment 2 Torbjorn Norbye 2007-07-20 18:32:18 UTC
Fixed. I didn't see this locally because I had made a diff to the loaders code (as part of my evaluation for issue
109569) which masked this problem. I had disabled my code in RHTML which triggered 109569 but I believed the Ruby file
code (which had its own wizard) would not be affected.

IDE:-------------------------------------------------
IDE: [7/20/07 10:29 AM] Committing started
Checking in NewRubyFileWizardIterator.java;
/cvs/ruby/projects/src/org/netbeans/modules/ruby/rubyproject/templates/NewRubyFileWizardIterator.java,v  <-- 
NewRubyFileWizardIterator.java
new revision: 1.3; previous revision: 1.2
done
IDE: [7/20/07 10:29 AM] Committing finished