74a61d8caf547ae32c7b5ca4614750013de0fa1a
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public newCompilerContext() : CompilerContext renamed to public newInstance() : FEEL in class org.kie.dmn.feel.FEEL | From | To | |
| Push Down Method | 4 | ||
| Push Down Method public evaluate(expression String, inputVariables Map<String,Object>) : Object from class org.kie.dmn.feel.FEEL to public evaluate(expression String, inputVariables Map<String,Object>) : Object from class org.kie.dmn.feel.lang.impl.FEELImpl | From | To | |
| Push Down Method public compile(expression String, ctx CompilerContext) : CompiledExpression from class org.kie.dmn.feel.FEEL to public compile(expression String, ctx CompilerContext) : CompiledExpression from class org.kie.dmn.feel.lang.impl.FEELImpl | From | To | |
| Push Down Method public evaluate(expression String) : Object from class org.kie.dmn.feel.FEEL to public evaluate(expression String) : Object from class org.kie.dmn.feel.lang.impl.FEELImpl | From | To | |
| Push Down Method public evaluate(expr CompiledExpression, inputVariables Map<String,Object>) : Object from class org.kie.dmn.feel.FEEL to public evaluate(expr CompiledExpression, inputVariables Map<String,Object>) : Object from class org.kie.dmn.feel.lang.impl.FEELImpl | From | To | |
| Extract Subclass | 1 | ||
| Extract Subclass org.kie.dmn.feel.lang.impl.FEELImpl from class org.kie.dmn.feel.FEEL | From | To | |
| Change Return Type | 1 | ||
| Change Return Type CompilerContext to FEEL in method public newInstance() : FEEL in class org.kie.dmn.feel.FEEL | From | To | |
| Push Down Attribute | 1 | ||
| Push Down Attribute private EMPTY_INPUT : Map<String,Object> from class org.kie.dmn.feel.FEEL to private EMPTY_INPUT : Map<String,Object> from class org.kie.dmn.feel.lang.impl.FEELImpl | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter expr : CompiledExpression to expression : CompiledExpression in method public evaluate(expression CompiledExpression, inputVariables Map<String,Object>) : Object in class org.kie.dmn.feel.FEEL | From | To |