[jboss-jira] [JBoss JIRA] Created: (JBRULES-3229) Stack overflow using recursive types

Michael Anstis (JIRA) jira-events at lists.jboss.org
Thu Sep 29 16:18:26 EDT 2011


Stack overflow using recursive types
------------------------------------

                 Key: JBRULES-3229
                 URL: https://issues.jboss.org/browse/JBRULES-3229
             Project: Drools
          Issue Type: Bug
      Security Level: Public (Everyone can see)
            Reporter: Michael Anstis
            Assignee: Edson Tirelli


The following DRL produces a stack overflow in org.drools.compiler.PackageBuilder$Node.accept(PackageBuilder.java:2684):-

package com.sample

declare Type
	child: Type
end

rule "test"
	when
	Type( )
	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