This is an automated email from the ASF dual-hosted git repository.
gitgabrio pushed a change to branch incubator-kie-issues#2065
in repository https://gitbox.apache.org/repos/asf/incubator-kie-drools.git
from e50f0619e6 [incubator-kie-issues#2065] WIP - more analysis,
refactoring and unit test needed
add 3959bb0200 [incubator-kie-issues#2065] WIP - Split DMNRuntimeImpl with
DMNRuntimeUtils. Extend test cases with clashing complex type
No new revisions were added by this update.
Summary of changes:
.../dmn/core/ast/DMNDecisionServiceEvaluator.java | 9 +-
...DecisionServiceFunctionDefinitionEvaluator.java | 9 +-
.../dmn/core/ast/DMNFunctionWithReturnType.java | 10 +-
.../java/org/kie/dmn/core/impl/DMNRuntimeImpl.java | 195 +---------------
.../org/kie/dmn/core/impl/DMNRuntimeUtils.java | 254 +++++++++++++++++++++
...ntimeImplTest.java => DMNRuntimeUtilsTest.java} | 28 ++-
.../java/org/kie/dmn/core/imports/ImportsTest.java | 53 ++++-
.../ImportedModel.dmn | 28 ++-
.../ImportingModel.dmn | 8 +-
.../ImportedModel.dmn | 0
.../ImportingModel.dmn | 4 +-
.../java/org/kie/dmn/validation/ValidatorTest.java | 15 +-
12 files changed, 374 insertions(+), 239 deletions(-)
create mode 100644
kie-dmn/kie-dmn-core/src/main/java/org/kie/dmn/core/impl/DMNRuntimeUtils.java
rename
kie-dmn/kie-dmn-core/src/test/java/org/kie/dmn/core/impl/{DMNRuntimeImplTest.java
=> DMNRuntimeUtilsTest.java} (94%)
copy
kie-dmn/kie-dmn-test-resources/src/test/resources/valid_models/DMNv1_6/imports/{same_import_and_input_name
=> same_import_and_input_name_complex_data}/ImportedModel.dmn (83%)
copy
kie-dmn/kie-dmn-test-resources/src/test/resources/valid_models/DMNv1_6/imports/{same_import_and_input_name
=> same_import_and_input_name_complex_data}/ImportingModel.dmn (95%)
rename
kie-dmn/kie-dmn-test-resources/src/test/resources/valid_models/DMNv1_6/imports/{same_import_and_input_name
=> same_import_and_input_name_simple_data}/ImportedModel.dmn (100%)
rename
kie-dmn/kie-dmn-test-resources/src/test/resources/valid_models/DMNv1_6/imports/{same_import_and_input_name
=> same_import_and_input_name_simple_data}/ImportingModel.dmn (97%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]