Mario Fusco created JBRULES-3642:
------------------------------------
Summary: A constraint in the form lowerBuond < value < upperBound
should cause a compilation error when
Key: JBRULES-3642
URL:
https://issues.jboss.org/browse/JBRULES-3642
Project: Drools
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Mario Fusco
Assignee: Mario Fusco
A constraint in the form lowerBuond < value < upperBound for example like in:
Person( 20 < age < 30 )
is not supported and then should raise a compilation error. Even worse it is silently
transformed in 20 < 30 and evaluated accordingly.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira