c71dfc4468d1a1e22bd2b90cbb94106eab2be84f
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 72
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type inputSignature : List<Neo4jTypes.AnyType> to inputSignature : List<FieldSignature> in method public UserFunctionSignature(name QualifiedName, inputSignature List<FieldSignature>, type Neo4jTypes.AnyType, deprecated Optional<String>, allowed String[], description Optional<String>) in class org.neo4j.kernel.api.proc.UserFunctionSignature | From | To | |
Change Return Type | 1 | ||
Change Return Type List<Neo4jTypes.AnyType> to List<FieldSignature> in method public inputSignature() : List<FieldSignature> in class org.neo4j.kernel.api.proc.UserFunctionSignature | From | To | |
Change Variable Type | 1 | ||
Change Variable Type inputSignature : List<Neo4jTypes.AnyType> to inputSignature : List<FieldSignature> in method private compileFunction(procDefinition Class<?>, constructor MethodHandle, method Method) : ReflectiveUserFunction in class org.neo4j.kernel.impl.proc.ReflectiveProcedureCompiler | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type inputSignature : List<Neo4jTypes.AnyType> to inputSignature : List<FieldSignature> in class org.neo4j.kernel.api.proc.UserFunctionSignature | From | To | |
Change Attribute Type inputSignature : List<Neo4jTypes.AnyType> to inputSignature : List<FieldSignature> in class org.neo4j.kernel.api.proc.UserFunctionSignature.Builder | From | To |