[jboss-jira] [JBoss JIRA] (JBRULES-3070) Incorrect relational operator usage accepted by compiler

Michael Anstis (JIRA) jira-events at lists.jboss.org
Wed Sep 26 05:28:47 EDT 2012


     [ https://issues.jboss.org/browse/JBRULES-3070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Anstis updated JBRULES-3070:
------------------------------------

    Fix Version/s: 5.5.0.CR1
                       (was: 5.5.0.Beta1)

    
> Incorrect relational operator usage accepted by compiler
> --------------------------------------------------------
>
>                 Key: JBRULES-3070
>                 URL: https://issues.jboss.org/browse/JBRULES-3070
>             Project: Drools
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: drools-compiler (expert)
>    Affects Versions: 5.2.0.CR1
>            Reporter: Wolfgang Laun
>            Assignee: Edson Tirelli
>             Fix For: 5.5.0.CR1
>
>
> Given
>    class Person { int age; ... }
> the following pattern can be written
>    Person( $name: name, age > 20 > 50  )
> And the pattern matches all Person facts with an age > 50.
> a) This should cause an error: a boolean (age > 20) cannot be compared with an integer (50)
> b) The result implies that some strange interpretation is in effect.

--
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


More information about the jboss-jira mailing list