[jboss-jira] [JBoss JIRA] (JBRULES-3035) Check against duplicate declaration for variable has disappeared
Geoffrey De Smet (JIRA)
jira-events at lists.jboss.org
Wed Feb 1 05:26:09 EST 2012
[ https://issues.jboss.org/browse/JBRULES-3035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Geoffrey De Smet updated JBRULES-3035:
--------------------------------------
Fix Version/s: 5.4.0.Beta3
(was: 5.4.0.Beta2)
> Check against duplicate declaration for variable has disappeared
> ----------------------------------------------------------------
>
> Key: JBRULES-3035
> URL: https://issues.jboss.org/browse/JBRULES-3035
> Project: Drools
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 5.2.0.M2
> Reporter: Wolfgang Laun
> Assignee: Edson Tirelli
> Priority: Critical
> Fix For: 5.4.0.Beta3
>
>
> query locateFacts( int v )
> $f: Fact( v: val ) ### this should cause a compile-time error
> end
> rule findFact
> when
> Fact( $k: key, $k: name ) ### this should cause a compile-time error
> then
> end
--
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
More information about the jboss-jira
mailing list