Wolfgang Laun created JBRULES-3401:
--------------------------------------
Summary: mvel mis-parses opening comment delimiter
Key: JBRULES-3401
URL:
https://issues.jboss.org/browse/JBRULES-3401
Project: Drools
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: drools-compiler (expert)
Affects Versions: 5.4.0.Beta2
Reporter: Wolfgang Laun
Assignee: Mark Proctor
rule x
dialect "mvel"
when
then
System.out.println( "/*" );
end
Unable to Analyse Expression System.out.println( "/*" );
/:
[Error: Malformed expression]
[Near : {... System.out.println( "/*" ); ....}]
^
[Line: 39, Column: 0] : [Rule name='x']
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira