Uploaded image for project: 'JBRULES'
  1. JBRULES
  2. JBRULES-3229

Stack overflow using recursive types

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 5.4.0.CR1
    • None
    • None
    • None

      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

              mfusco@redhat.com Mario Fusco
              manstis@redhat.com Michael Anstis
              Archiver:
              rhn-support-ceverson Clark Everson

                Created:
                Updated:
                Resolved:
                Archived: