63c7579ccc62783f7c12f09b1750b99490cd61ce
Files Diff
- Added: 8
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type obj : Object to obj : ExecutionFrame in method public push(obj ExecutionFrame) : void in class org.kie.dmn.feel.lang.impl.EvaluationContextImpl | From | To | |
Change Return Type | 3 | ||
Change Return Type Object to ExecutionFrame in method public pop() : ExecutionFrame in class org.kie.dmn.feel.lang.impl.EvaluationContextImpl | From | To | |
Change Return Type Object to ExecutionFrame in method public peek() : ExecutionFrame in class org.kie.dmn.feel.lang.impl.EvaluationContextImpl | From | To | |
Change Return Type Stack<Object> to Stack<ExecutionFrame> in method public getStack() : Stack<ExecutionFrame> in class org.kie.dmn.feel.lang.impl.EvaluationContextImpl | From | To | |
Extract Variable | 1 | ||
Extract Variable node : Node in method public followUp(t String, commit boolean) : boolean from class org.kie.dmn.feel.util.TokenTree | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type stack : Stack<Object> to stack : Stack<ExecutionFrame> in class org.kie.dmn.feel.lang.impl.EvaluationContextImpl | From | To | |
Extract Method | 2 | ||
Extract Method private equality(left Object, right Object, ctx EvaluationContextImpl, op BiPredicate<Comparable,Comparable>) : Object extracted from public evaluate(ctx EvaluationContextImpl) : Object in class org.kie.dmn.feel.lang.ast.InfixOpNode | From | To | |
Extract Method private add(left Object, right Object, ctx EvaluationContextImpl) : Object extracted from public evaluate(ctx EvaluationContextImpl) : Object in class org.kie.dmn.feel.lang.ast.InfixOpNode | From | To |