[
https://jira.jboss.org/jira/browse/JBRULES-1955?page=com.atlassian.jira.p...
]
Kris Verlaenen resolved JBRULES-1955.
-------------------------------------
Fix Version/s: 5.0.0.CR1
Resolution: Done
Assignee: Kris Verlaenen (was: Mark Proctor)
Thanks for the patch, fixed the issue
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: Kris Verlaenen
Priority: Minor
Fix For: 5.0.0.CR1
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