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 122337 - 'jc' code template is outdated
Summary: 'jc' code template is outdated
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Editing (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Krauskopf
URL: http://www.nabble.com/JRuby-and-the-J...
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-19 21:27 UTC by William Leonard
Modified: 2008-04-25 13:04 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 William Leonard 2007-11-19 21:27:18 UTC
The 'jc' Ruby code template should be changed from:

require 'java'
include_class '${0 default="package.class"}'

to:

include Java
import ${0 default="package.class"}

See URL fied for more information.
Comment 1 Martin Krauskopf 2008-03-28 13:48:38 UTC
Right, thanks for pointing out.
Comment 2 Martin Krauskopf 2008-03-28 22:26:42 UTC
Fixed: 9332da040ce0
Comment 3 Martin Krauskopf 2008-04-21 12:11:07 UTC
Was just partially fixed. The rest of the fix: 6f88e8e2ff9e
Comment 4 Quality Engineering 2008-04-22 11:35:38 UTC
Issue '122337' Integrated in NB_Trunk_Production #150 : http://hg.netbeans.org/main/rev/6f88e8e2ff9e,
 with comment: #122337: 'jc' code template is outdated
- was just partially fixed by 9332da040ce0
Comment 5 Quality Engineering 2008-04-23 03:57:56 UTC
Issue '122337' Integrated in NB_Trunk_Production #152 : http://hg.netbeans.org/main/rev/6f88e8e2ff9e,
 with comment: #122337: 'jc' code template is outdated
- was just partially fixed by 9332da040ce0