|
Change Parameter Type callableFunctions : List<CallableFunction> to callableFunctions : List<CallableUserFunction> in method public addAllFunctions(callableFunctions List<CallableUserFunction>) : void in class org.neo4j.kernel.impl.proc.ProcedureJarLoader.Callables |
From |
To |
|
Change Parameter Type function : CallableFunction to function : CallableUserFunction in method public register(function CallableUserFunction, overrideCurrentImplementation boolean) : void in class org.neo4j.kernel.impl.proc.ProcedureRegistry |
From |
To |
|
Change Parameter Type function : CallableFunction to function : CallableUserFunction in method public register(function CallableUserFunction, overrideCurrentImplementation boolean) : void in class org.neo4j.kernel.impl.proc.Procedures |
From |
To |
|
Change Parameter Type signature : FunctionSignature to signature : UserFunctionSignature in method private function(signature UserFunctionSignature) : CallableUserFunction in class org.neo4j.kernel.impl.proc.UserFunctionsTest |
From |
To |
|
Change Parameter Type function : CallableFunction to function : CallableUserFunction in method public registerUserFunction(function CallableUserFunction) : void in class org.neo4j.kernel.api.KernelAPI |
From |
To |
|
Change Parameter Type function : CallableFunction to function : CallableUserFunction in method public register(function CallableUserFunction) : void in class org.neo4j.kernel.impl.proc.Procedures |
From |
To |
|
Change Parameter Type function : CallableFunction to function : CallableUserFunction in method public registerUserFunction(function CallableUserFunction) : void in class org.neo4j.kernel.impl.api.Kernel |
From |
To |
|
Change Parameter Type func : CallableFunction to func : CallableUserFunction in method public add(func CallableUserFunction) : void in class org.neo4j.kernel.impl.proc.ProcedureJarLoader.Callables |
From |
To |
|
Change Parameter Type signature : FunctionSignature to signature : UserFunctionSignature in method protected BasicUserFunction(signature UserFunctionSignature) in class org.neo4j.kernel.api.proc.CallableUserFunction.BasicUserFunction |
From |
To |
|
Change Parameter Type signature : FunctionSignature to signature : UserFunctionSignature in method public ReflectiveUserFunction(signature UserFunctionSignature, constructor MethodHandle, procedureMethod MethodHandle, outputMapper TypeMappers.NeoValueConverter, fieldSetters List<FieldInjections.FieldSetter>) in class org.neo4j.kernel.impl.proc.ReflectiveProcedureCompiler.ReflectiveUserFunction |
From |
To |
|
Change Parameter Type function : CallableFunction to function : CallableUserFunction in method public registerUserFunction(function CallableUserFunction) : void in class org.neo4j.kernel.impl.api.constraints.ConstraintIndexCreatorTest.StubKernel |
From |
To |
|
Change Return Type FunctionSignature to UserFunctionSignature in method public signature() : UserFunctionSignature in class org.neo4j.kernel.impl.proc.ReflectiveProcedureCompiler.ReflectiveUserFunction |
From |
To |
|
Change Return Type CallableFunction to CallableUserFunction in method private function(signature UserFunctionSignature) : CallableUserFunction in class org.neo4j.kernel.impl.proc.UserFunctionsTest |
From |
To |
|
Change Return Type Set<FunctionSignature> to Set<UserFunctionSignature> in method public getAllFunctions() : Set<UserFunctionSignature> in class org.neo4j.kernel.impl.proc.ProcedureRegistry |
From |
To |
|
Change Return Type Optional<FunctionSignature> to Optional<UserFunctionSignature> in method public functionGet(name QualifiedName) : Optional<UserFunctionSignature> in class org.neo4j.kernel.api.ReadOperations |
From |
To |
|
Change Return Type FunctionSignature to UserFunctionSignature in method public signature() : UserFunctionSignature in class org.neo4j.kernel.api.proc.CallableUserFunction.BasicUserFunction |
From |
To |
|
Change Return Type List<CallableFunction> to List<CallableUserFunction> in method public compileFunction(fcnDefinition Class<?>) : List<CallableUserFunction> in class org.neo4j.kernel.impl.proc.ReflectiveProcedureCompiler |
From |
To |
|
Change Return Type Optional<FunctionSignature> to Optional<UserFunctionSignature> in method public function(name QualifiedName) : Optional<UserFunctionSignature> in class org.neo4j.kernel.impl.proc.ProcedureRegistry |
From |
To |
|
Change Return Type Set<FunctionSignature> to Set<UserFunctionSignature> in method public getAllFunctions() : Set<UserFunctionSignature> in class org.neo4j.kernel.impl.proc.Procedures |
From |
To |
|
Change Return Type FunctionSignature to UserFunctionSignature in method public build() : UserFunctionSignature in class org.neo4j.kernel.api.proc.UserFunctionSignature.Builder |
From |
To |
|
Change Return Type ReflectiveFunction to ReflectiveUserFunction in method private compileFunction(procDefinition Class<?>, constructor MethodHandle, method Method) : ReflectiveUserFunction in class org.neo4j.kernel.impl.proc.ReflectiveProcedureCompiler |
From |
To |
|
Change Return Type FunctionSignature to UserFunctionSignature in method public signature() : UserFunctionSignature in class org.neo4j.kernel.api.proc.CallableUserFunction |
From |
To |
|
Change Return Type List<CallableFunction> to List<CallableUserFunction> in method private compile(clazz Class<?>) : List<CallableUserFunction> in class org.neo4j.kernel.impl.proc.ReflectiveUserFunctionTest |
From |
To |
|
Change Return Type Optional<FunctionSignature> to Optional<UserFunctionSignature> in method public functionGet(name QualifiedName) : Optional<UserFunctionSignature> in class org.neo4j.kernel.impl.api.OperationsFacade |
From |
To |
|
Change Return Type Optional<FunctionSignature> to Optional<UserFunctionSignature> in method public function(name QualifiedName) : Optional<UserFunctionSignature> in class org.neo4j.kernel.impl.proc.Procedures |
From |
To |
|
Change Return Type List<CallableFunction> to List<CallableUserFunction> in method public functions() : List<CallableUserFunction> in class org.neo4j.kernel.impl.proc.ProcedureJarLoader.Callables |
From |
To |
|
Rename Class org.neo4j.kernel.impl.proc.ReflectiveFunctionTest renamed to org.neo4j.kernel.impl.proc.ReflectiveUserFunctionTest |
From |
To |
|
Rename Class org.neo4j.procedure.FunctionIT renamed to org.neo4j.procedure.UserFunctionIT |
From |
To |
|
Rename Class org.neo4j.kernel.impl.proc.FunctionSignatureTest renamed to org.neo4j.kernel.impl.proc.UserFunctionSignatureTest |
From |
To |
|
Rename Class org.neo4j.kernel.api.proc.FunctionSignature renamed to org.neo4j.kernel.api.proc.UserFunctionSignature |
From |
To |
|
Rename Class org.neo4j.kernel.api.proc.CallableFunction renamed to org.neo4j.kernel.api.proc.CallableUserFunction |
From |
To |
|
Rename Class org.neo4j.kernel.impl.proc.ReflectiveProcedureCompiler.ReflectiveFunction renamed to org.neo4j.kernel.impl.proc.ReflectiveProcedureCompiler.ReflectiveUserFunction |
From |
To |
|
Rename Class org.neo4j.kernel.impl.proc.FunctionsTest renamed to org.neo4j.kernel.impl.proc.UserFunctionsTest |
From |
To |
|
Change Variable Type func : CallableFunction to func : CallableUserFunction in method public shouldSupportFunctionDeprecation() : void in class org.neo4j.kernel.impl.proc.ReflectiveUserFunctionTest |
From |
To |
|
Change Variable Type functions : List<CallableFunction> to functions : List<CallableUserFunction> in method public shouldIgnoreClassesWithNoFunctions() : void in class org.neo4j.kernel.impl.proc.ReflectiveUserFunctionTest |
From |
To |
|
Change Variable Type funcs : List<CallableFunction> to funcs : List<CallableUserFunction> in method public shouldSupportFunctionDeprecation() : void in class org.neo4j.kernel.impl.proc.ReflectiveUserFunctionTest |
From |
To |
|
Change Variable Type that : FunctionSignature to that : UserFunctionSignature in method public equals(o Object) : boolean in class org.neo4j.kernel.api.proc.UserFunctionSignature |
From |
To |
|
Change Variable Type oldImplementation : CallableFunction to oldImplementation : CallableUserFunction in method public register(function CallableUserFunction, overrideCurrentImplementation boolean) : void in class org.neo4j.kernel.impl.proc.ProcedureRegistry |
From |
To |
|
Change Variable Type coolPeople : CallableFunction to coolPeople : CallableUserFunction in method public shouldRunClassWithMultipleFunctionsDeclared() : void in class org.neo4j.kernel.impl.proc.ReflectiveUserFunctionTest |
From |
To |
|
Change Variable Type signature : FunctionSignature to signature : UserFunctionSignature in method private compileFunction(procDefinition Class<?>, constructor MethodHandle, method Method) : ReflectiveUserFunction in class org.neo4j.kernel.impl.proc.ReflectiveProcedureCompiler |
From |
To |
|
Change Variable Type proc : CallableFunction to proc : CallableUserFunction in method public shouldGiveHelpfulErrorOnNullMessageException() : void in class org.neo4j.kernel.impl.proc.ReflectiveUserFunctionTest |
From |
To |
|
Change Variable Type compiled : List<CallableFunction> to compiled : List<CallableUserFunction> in method public shouldRunClassWithMultipleFunctionsDeclared() : void in class org.neo4j.kernel.impl.proc.ReflectiveUserFunctionTest |
From |
To |
|
Change Variable Type proc : CallableFunction to proc : CallableUserFunction in method public shouldAllowOverridingProcedureName() : void in class org.neo4j.kernel.impl.proc.ReflectiveUserFunctionTest |
From |
To |
|
Change Variable Type function : CallableFunction to function : CallableUserFunction in method public shouldInjectLogging() : void in class org.neo4j.kernel.impl.proc.ReflectiveUserFunctionTest |
From |
To |
|
Change Variable Type out : ArrayList<CallableFunction> to out : ArrayList<CallableUserFunction> in method public compileFunction(fcnDefinition Class<?>) : List<CallableUserFunction> in class org.neo4j.kernel.impl.proc.ReflectiveProcedureCompiler |
From |
To |
|
Change Variable Type func : CallableFunction to func : CallableUserFunction in method public callFunction(ctx Context, name QualifiedName, input Object[]) : Object in class org.neo4j.kernel.impl.proc.ProcedureRegistry |
From |
To |
|
Change Variable Type function : CallableFunction to function : CallableUserFunction in method public registerFunction(func Class<?>, overrideCurrentImplementation boolean) : void in class org.neo4j.kernel.impl.proc.Procedures |
From |
To |
|
Change Variable Type func : CallableFunction to func : CallableUserFunction in method public function(name QualifiedName) : Optional<UserFunctionSignature> in class org.neo4j.kernel.impl.proc.ProcedureRegistry |
From |
To |
|
Change Variable Type func : CallableFunction to func : CallableUserFunction in method public shouldRunSimpleReadOnlyFunction() : void in class org.neo4j.kernel.impl.proc.ReflectiveUserFunctionTest |
From |
To |
|
Change Variable Type signature : FunctionSignature to signature : UserFunctionSignature in method public register(function CallableUserFunction, overrideCurrentImplementation boolean) : void in class org.neo4j.kernel.impl.proc.ProcedureRegistry |
From |
To |
|
Change Variable Type function : Function to function : UserFunction in method private compileFunction(procDefinition Class<?>, constructor MethodHandle, method Method) : ReflectiveUserFunction in class org.neo4j.kernel.impl.proc.ReflectiveProcedureCompiler |
From |
To |
|
Change Variable Type bananaPeople : CallableFunction to bananaPeople : CallableUserFunction in method public shouldRunClassWithMultipleFunctionsDeclared() : void in class org.neo4j.kernel.impl.proc.ReflectiveUserFunctionTest |
From |
To |
|
Change Variable Type function : CallableFunction to function : CallableUserFunction in method public start() : void in class org.neo4j.kernel.impl.proc.Procedures |
From |
To |
|
Change Variable Type function : List<CallableFunction> to function : List<CallableUserFunction> in method public shouldCompileFunction() : void in class org.neo4j.kernel.impl.proc.ReflectiveUserFunctionTest |
From |
To |
|
Change Variable Type signatures : List<FunctionSignature> to signatures : List<UserFunctionSignature> in method public shouldGetAllRegisteredProcedures() : void in class org.neo4j.kernel.impl.proc.UserFunctionsTest |
From |
To |
|
Change Attribute Type functions : Map<QualifiedName,CallableFunction> to functions : Map<QualifiedName,CallableUserFunction> in class org.neo4j.kernel.impl.proc.ProcedureRegistry |
From |
To |
|
Change Attribute Type signature : FunctionSignature to signature : UserFunctionSignature in class org.neo4j.kernel.impl.proc.UserFunctionSignatureTest |
From |
To |
|
Change Attribute Type functions : List<CallableFunction> to functions : List<CallableUserFunction> in class org.neo4j.kernel.impl.proc.ProcedureJarLoader.Callables |
From |
To |
|
Change Attribute Type function : CallableFunction to function : CallableUserFunction in class org.neo4j.kernel.impl.proc.UserFunctionsTest |
From |
To |
|
Change Attribute Type signature : FunctionSignature to signature : UserFunctionSignature in class org.neo4j.kernel.impl.proc.UserFunctionsTest |
From |
To |
|
Change Attribute Type signature : FunctionSignature to signature : UserFunctionSignature in class org.neo4j.kernel.impl.proc.ReflectiveProcedureCompiler.ReflectiveUserFunction |
From |
To |
|
Change Attribute Type signature : FunctionSignature to signature : UserFunctionSignature in class org.neo4j.kernel.api.proc.CallableUserFunction.BasicUserFunction |
From |
To |