[jboss-jira] [JBoss JIRA] (DROOLS-2384) CCE when modifying a Nested declared type during an incremental update

Vishal Soni (JIRA) issues at jboss.org
Tue Mar 13 09:47:00 EDT 2018


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

Vishal Soni updated DROOLS-2384:
--------------------------------
    Description:     (was: DECLARES1_DRL :

package org.drools.example;
declare NestedTest
x : String
end 
declare Test
text : String
nested : NestedTest
end ;

DECLARES2_DRL :

package org.drools.example;
declare NestedTest
x : String
y : int
end 
declare Test
text : String
nested : NestedTest
end ;)


> CCE when modifying a Nested declared type during an incremental update
> ----------------------------------------------------------------------
>
>                 Key: DROOLS-2384
>                 URL: https://issues.jboss.org/browse/DROOLS-2384
>             Project: Drools
>          Issue Type: Bug
>          Components: core engine
>            Reporter: Vishal Soni
>            Assignee: Mario Fusco
>




--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list