|
Pull Up Method protected isCustomFunction() : boolean from class org.kie.dmn.feel.runtime.functions.CustomFEELFunction to protected isCustomFunction() : boolean from class org.kie.dmn.feel.runtime.functions.AbstractCustomFEELFunction |
From |
To |
|
Pull Up Method public invoke(ctx EvaluationContext, params Object[]) : FEELFnResult<Object> from class org.kie.dmn.feel.codegen.feel11.CompiledCustomFEELFunction to public invoke(ctx EvaluationContext, params Object[]) : FEELFnResult<Object> from class org.kie.dmn.feel.runtime.functions.AbstractCustomFEELFunction |
From |
To |
|
Pull Up Method private getSignature() : String from class org.kie.dmn.feel.codegen.feel11.CompiledCustomFEELFunction to package getSignature() : String from class org.kie.dmn.feel.runtime.functions.AbstractCustomFEELFunction |
From |
To |
|
Pull Up Method public invoke(ctx EvaluationContext, params Object[]) : FEELFnResult<Object> from class org.kie.dmn.feel.runtime.functions.CustomFEELFunction to public invoke(ctx EvaluationContext, params Object[]) : FEELFnResult<Object> from class org.kie.dmn.feel.runtime.functions.AbstractCustomFEELFunction |
From |
To |
|
Pull Up Method public getParameterNames() : List<List<String>> from class org.kie.dmn.feel.runtime.functions.CustomFEELFunction to public getParameterNames() : List<List<String>> from class org.kie.dmn.feel.runtime.functions.AbstractCustomFEELFunction |
From |
To |
|
Pull Up Method private getSignature() : String from class org.kie.dmn.feel.runtime.functions.CustomFEELFunction to package getSignature() : String from class org.kie.dmn.feel.runtime.functions.AbstractCustomFEELFunction |
From |
To |
|
Pull Up Method public getParameterNames() : List<List<String>> from class org.kie.dmn.feel.codegen.feel11.CompiledCustomFEELFunction to public getParameterNames() : List<List<String>> from class org.kie.dmn.feel.runtime.functions.AbstractCustomFEELFunction |
From |
To |
|
Pull Up Method protected isCustomFunction() : boolean from class org.kie.dmn.feel.codegen.feel11.CompiledCustomFEELFunction to protected isCustomFunction() : boolean from class org.kie.dmn.feel.runtime.functions.AbstractCustomFEELFunction |
From |
To |
|
Pull Up Method public toString() : String from class org.kie.dmn.feel.codegen.feel11.CompiledCustomFEELFunction to public toString() : String from class org.kie.dmn.feel.runtime.functions.AbstractCustomFEELFunction |
From |
To |
|
Pull Up Method public toString() : String from class org.kie.dmn.feel.runtime.functions.CustomFEELFunction to public toString() : String from class org.kie.dmn.feel.runtime.functions.AbstractCustomFEELFunction |
From |
To |
|
Change Parameter Type parameters : List<String> to parameters : List<BaseFEELFunction.Param> in method public AbstractCustomFEELFunction(name String, parameters List<BaseFEELFunction.Param>, body B) in class org.kie.dmn.feel.runtime.functions.AbstractCustomFEELFunction |
From |
To |
|
Change Parameter Type body : BaseNode to body : B in method public AbstractCustomFEELFunction(name String, parameters List<BaseFEELFunction.Param>, body B) in class org.kie.dmn.feel.runtime.functions.AbstractCustomFEELFunction |
From |
To |
|
Change Parameter Type parameters : List<String> to parameters : List<Param> in method public CompiledCustomFEELFunction(name String, parameters List<Param>, body Function<EvaluationContext,Object>) in class org.kie.dmn.feel.codegen.feel11.CompiledCustomFEELFunction |
From |
To |
|
Change Parameter Type formalParameters : List<NameDefNode> to formalParameters : List<FormalParameterNode> in method public setFormalParameters(formalParameters List<FormalParameterNode>) : void in class org.kie.dmn.feel.lang.ast.FunctionDefNode |
From |
To |