[jboss-jira] [JBoss JIRA] Assigned: (JBRULES-3117) Compiling two functions fails

Mark Proctor (JIRA) jira-events at lists.jboss.org
Mon Jul 4 12:14:23 EDT 2011


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

Mark Proctor reassigned JBRULES-3117:
-------------------------------------

    Assignee: Edson Tirelli  (was: Mark Proctor)


> 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.2.1.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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list