[jboss-jira] [JBoss JIRA] Updated: (JBRULES-1955) Wrong function template created by eclipse plugin
Jaroslaw Kijanowski (JIRA)
jira-events at lists.jboss.org
Wed Feb 4 14:41:44 EST 2009
[ https://jira.jboss.org/jira/browse/JBRULES-1955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jaroslaw Kijanowski updated JBRULES-1955:
-----------------------------------------
Attachment: DRLGenerator.java.patch
> Wrong function template created by eclipse plugin
> -------------------------------------------------
>
> Key: JBRULES-1955
> URL: https://jira.jboss.org/jira/browse/JBRULES-1955
> Project: JBoss Drools
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: drools-eclipse
> Affects Versions: 5.0.0.M5
> Reporter: Jaroslaw Kijanowski
> Assignee: Mark Proctor
> Priority: Minor
> Attachments: DRLGenerator.java.patch
>
>
> When I create a new rule resource (drl) in eclipse and check "Use functions" I get such a function:
> function myFunction( ... )
> #function content (can have multiple functions)
> end
> instead of:
> function myFunction( ... ) {
> #function content (can have multiple functions)
> }
> drools-eclipse/org.drools.eclipse/src/main/java/org/drools/eclipse/wizard/rule/DRLGenerator.java
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list