[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
Mon Oct 19 12:10:00 EDT 2015


     [ https://issues.jboss.org/browse/DROOLS-954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mario Fusco closed DROOLS-954.
------------------------------
    Fix Version/s: 6.4.x
       Resolution: Done


Fixed by https://github.com/droolsjbpm/drools/commit/1a6710b7f

> 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
>             Fix For: 6.4.x
>
>
> 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