[jboss-jira] [JBoss JIRA] (DROOLS-162) Unsupported Polymorphic declarations are not detected until runtime

Mario Fusco (JIRA) jira-events at lists.jboss.org
Tue Jul 9 11:16:22 EDT 2013


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

Mario Fusco resolved DROOLS-162.
--------------------------------

    Fix Version/s: 5.5.1.Final
                   6.0.0.CR1
       Resolution: Done

    
> Unsupported Polymorphic declarations are not detected until runtime
> -------------------------------------------------------------------
>
>                 Key: DROOLS-162
>                 URL: https://issues.jboss.org/browse/DROOLS-162
>             Project: Drools
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>            Reporter: Davide Sottara
>            Assignee: Mario Fusco
>            Priority: Minor
>             Fix For: 5.5.1.Final, 6.0.0.CR1
>
>
> rule X
> when 
>   $x : Foo()
>   or
>   $x : Bar()
> then
> ...
> will throw a CCE when the rule is triggered by a Bar and $x is used in the RHS

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