[jboss-jira] [JBoss JIRA] (JBRULES-3117) Compiling two functions fails
Edson Tirelli (Closed) (JIRA)
jira-events at lists.jboss.org
Wed Oct 5 19:33:15 EDT 2011
[ https://issues.jboss.org/browse/JBRULES-3117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Edson Tirelli closed JBRULES-3117.
----------------------------------
> Compiling two functions fails
> ------------------------------
>
> Key: JBRULES-3117
> URL: https://issues.jboss.org/browse/JBRULES-3117
> Project: Drools
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: drools-compiler (expert)
> Affects Versions: 5.2.0.Final
> Reporter: Wolfgang Laun
> Assignee: Edson Tirelli
> Priority: Blocker
> Fix For: 5.3.0.Final
>
>
> Compiling these two function together fails:
> function boolean isOutOfRange( Object value, int lower ){
> return true;
> }
> function boolean isNotContainedInt( Object object, int[] values ){
> return true;
> }
> [ isNotContainedInt : unable to resolve type while building function ]
> If the first one is removed, or its arguments are reduced, the remainder compiles.
--
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