[jboss-jira] [JBoss JIRA] Created: (JBRULES-1955) Wrong function template created by eclipse plugin

Jaroslaw Kijanowski (JIRA) jira-events at lists.jboss.org
Wed Feb 4 14:39:44 EST 2009


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


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