[jboss-jira] [JBoss JIRA] Created: (JBRULES-3035) Check against duplicate declaration for variable has disappeared
Wolfgang Laun (JIRA)
jira-events at lists.jboss.org
Mon May 16 08:22:00 EDT 2011
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)
Reporter: Wolfgang Laun
Assignee: Mark Proctor
Priority: Critical
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.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list