[jboss-jira] [JBoss JIRA] (JBRULES-3683) Invoking toString() on a fact that is an instance of a recursive type declaration causes a StackOverflowError

Mario Fusco (JIRA) jira-events at lists.jboss.org
Fri Nov 9 04:21:18 EST 2012


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

Mario Fusco resolved JBRULES-3683.
----------------------------------

    Fix Version/s: 6.0.0.Beta1
       Resolution: Done

    
> Invoking toString() on a fact that is an instance of a recursive type declaration causes a StackOverflowError
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: JBRULES-3683
>                 URL: https://issues.jboss.org/browse/JBRULES-3683
>             Project: Drools
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>            Reporter: Mario Fusco
>            Assignee: Mario Fusco
>             Fix For: 6.0.0.Beta1
>
>
> Having 2 circular declared types as the following:
> declare FactA
>     fieldB: FactB
> end
> declare FactB
>     fieldA: FactA
> end
> and trying to print out a fact instanced from one of them causes a StackOevrflowError

--
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