b43caa60607379f6018c501708acf0394fd3f6da
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type Object to Boolean in method public evaluate(ctx EvaluationContext) : Boolean in class org.kie.dmn.feel.lang.ast.QuantifiedExpressionNode | From | To | |
Extract Method | 5 | ||
Extract Method private setValueIntoContext(ctx EvaluationContext, qeIteration QEIteration) : void extracted from public evaluate(ctx EvaluationContext) : Object in class org.kie.dmn.feel.lang.ast.QuantifiedExpressionNode | From | To | |
Extract Method private iterateContexts(ctx EvaluationContext, iterationContexts List<IterationContextNode>, expression BaseNode, quantifier Quantifier) : Boolean extracted from public evaluate(ctx EvaluationContext) : Object in class org.kie.dmn.feel.lang.ast.QuantifiedExpressionNode | From | To | |
Extract Method private createQuantifiedExpressionIterationContext(ctx EvaluationContext, icn IterationContextNode) : QEIteration extracted from public evaluate(ctx EvaluationContext) : Object in class org.kie.dmn.feel.lang.ast.QuantifiedExpressionNode | From | To | |
Extract Method private initializeContexts(ctx EvaluationContext, iterationContexts List<IterationContextNode>) : QEIteration[] extracted from public evaluate(ctx EvaluationContext) : Object in class org.kie.dmn.feel.lang.ast.QuantifiedExpressionNode | From | To | |
Extract Method private nextIteration(ctx EvaluationContext, ictx QEIteration[]) : boolean extracted from public evaluate(ctx EvaluationContext) : Object in class org.kie.dmn.feel.lang.ast.QuantifiedExpressionNode | From | To |