f70bb178809756361ef12a459097d1eebe8f2a44
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public getInput(id String) : InputDataNode renamed to public getInputById(id String) : InputDataNode in class org.kie.dmn.core.impl.DMNModelImpl | From | To | |
Rename Method public testRuntime() : void renamed to public testSimpleEvaluateAll() : void in class org.kie.dmn.core.DMNRuntimeTest | From | To | |
Rename Method public getDecision(id String) : DecisionNode renamed to public getDecisionById(id String) : DecisionNode in class org.kie.dmn.core.impl.DMNModelImpl | From | To | |
Rename Variable | 2 | ||
Rename Variable dmnRuntime : DMNRuntime to runtime : DMNRuntime in method public testSimpleEvaluateAll() : void in class org.kie.dmn.core.DMNRuntimeTest | From | To | |
Rename Variable dmnRuntime : DMNRuntime to runtime : DMNRuntime in method protected createRuntime(resourceName String) : DMNRuntime in class org.kie.dmn.core.DMNRuntimeTest | From | To | |
Change Return Type | 2 | ||
Change Return Type Collection<DecisionNode> to Set<DecisionNode> in method public getDecisions() : Set<DecisionNode> in class org.kie.dmn.core.impl.DMNModelImpl | From | To | |
Change Return Type Collection<InputDataNode> to Set<InputDataNode> in method public getInputs() : Set<InputDataNode> in class org.kie.dmn.core.impl.DMNModelImpl | From | To | |
Extract Method | 2 | ||
Extract Method private createResult(context DMNContext) : DMNResultImpl extracted from public evaluateAll(model DMNModel, context DMNContext) : DMNResult in class org.kie.dmn.core.impl.DMNRuntimeImpl | From | To | |
Extract Method protected createRuntime(resourceName String) : DMNRuntime extracted from public testRuntime() : void in class org.kie.dmn.core.DMNRuntimeTest | From | To |