[jboss-jira] [JBoss JIRA] (DROOLS-954) Removal of a rule having a sub-sub-network doesn't cleanup the outermost subnetwork

Mario Fusco (JIRA) issues at jboss.org
Fri Oct 16 06:03:00 EDT 2015


Mario Fusco created DROOLS-954:
----------------------------------

             Summary: Removal of a rule having a sub-sub-network doesn't cleanup the outermost subnetwork
                 Key: DROOLS-954
                 URL: https://issues.jboss.org/browse/DROOLS-954
             Project: Drools
          Issue Type: Bug
            Reporter: Mario Fusco
            Assignee: Mario Fusco


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

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



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list