Uploaded image for project: 'Drools'
  1. Drools
  2. DROOLS-954

Removal of a rule having a sub-sub-network doesn't cleanup the outermost subnetwork

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 6.4.0.Beta1
    • None
    • None
    • None

    Description

      Removal of a rule having a sub-sub-network (as in the following drl) doesn't cleanup the outermost subnetwork

      rule R when
          $l : List()
          exists Integer( this == 1 ) from $l
          exists Integer( this == 2 ) from $l
      then 
      end
      

      Attachments

        Activity

          People

            mfusco@redhat.com Mario Fusco
            mfusco@redhat.com Mario Fusco
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: