[jboss-jira] [JBoss JIRA] (DROOLS-162) Unsupported Polymorphic declarations are not detected until runtime
Davide Sottara (JIRA)
jira-events at lists.jboss.org
Tue Jun 4 11:53:54 EDT 2013
Davide Sottara created DROOLS-162:
-------------------------------------
Summary: 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: Mark Proctor
Priority: Minor
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