2d2b2e71c267442ef42773f4c66131e385ba0f19
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private hitToOutput(hit DTDecisionRule, outputs List<DTOutputClause>) : Object renamed to public first(ctx EvaluationContext, params Object[], decisionRules List<DTDecisionRule>, inputs List<DTInputClause>, outputs List<DTOutputClause>) : Object in class org.kie.dmn.feel.runtime.decisiontables.HitPolicy | From | To | |
Rename Method public first(params Object[], decisionRules List<DTDecisionRule>, inputs List<DTInputClause>, outputs List<DTOutputClause>) : Object renamed to public any(ctx EvaluationContext, params Object[], decisionRules List<DTDecisionRule>, inputs List<DTInputClause>, outputs List<DTOutputClause>) : Object in class org.kie.dmn.feel.runtime.decisiontables.HitPolicy | From | To | |
Change Return Type | 1 | ||
Change Return Type List<Object> to List<LiteralExpression> in method public getOutputEntry() : List<LiteralExpression> in class org.kie.dmn.feel.runtime.decisiontables.DTDecisionRule | From | To | |
Change Variable Type | 1 | ||
Change Variable Type outputEntry : List<Object> to outputEntry : List<LiteralExpression> in method private hitToOutput(ctx EvaluationContext, hit DTDecisionRule, outputs List<DTOutputClause>) : Object in class org.kie.dmn.feel.runtime.decisiontables.HitPolicy | From | To | |
Extract Variable | 1 | ||
Extract Variable ctx : EvaluationContextImpl in method public evaluate(result DMNResultImpl) : Object from class org.kie.dmn.core.ast.DecisionNode.DTExpressionEvaluator | From | To | |
Extract Method | 1 | ||
Extract Method private hitToOutput(ctx EvaluationContext, hit DTDecisionRule, outputs List<DTOutputClause>) : Object extracted from private hitToOutput(hit DTDecisionRule, outputs List<DTOutputClause>) : Object in class org.kie.dmn.feel.runtime.decisiontables.HitPolicy | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type outputEntry : List<Object> to outputEntry : List<LiteralExpression> in class org.kie.dmn.feel.runtime.decisiontables.DTDecisionRule | From | To |