[jboss-jira] [JBoss JIRA] (DROOLS-121) Circular dependencies are not detected in declared types

Davide Sottara (JIRA) jira-events at lists.jboss.org
Sun Apr 28 03:54:53 EDT 2013


Davide Sottara created DROOLS-121:
-------------------------------------

             Summary: Circular dependencies are not detected in declared types
                 Key: DROOLS-121
                 URL: https://issues.jboss.org/browse/DROOLS-121
             Project: Drools
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 5.5.0.Final
            Reporter: Davide Sottara
            Assignee: Mark Proctor
            Priority: Critical
             Fix For: 5.5.1.Final


The following declarations are not recognized as errors and cause a stack overflow exception:

declare Bean extends Bean end

declare Bean1 extends Bean2 end
declare Bean2 extends Bean1 end

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