[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:40:00 EDT 2018
Vishal Soni created DROOLS-2384:
-----------------------------------
Summary: 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
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 ;
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list