cfdad783d45e5fcfa693ff3dbcf4793ac78159c1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 21
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type allowed : String to allowed : String[] in method public ProcedureSignature(name ProcedureName, inputSignature List<FieldSignature>, outputSignature List<FieldSignature>, mode Mode, deprecated Optional<String>, allowed String[], description Optional<String>) in class org.neo4j.kernel.api.proc.ProcedureSignature | From | To | |
Change Parameter Type allowed : String to allowed : String[] in method public allowed(allowed String[]) : Builder in class org.neo4j.kernel.api.proc.ProcedureSignature.Builder | From | To | |
Change Return Type | 1 | ||
Change Return Type String to String[] in method public allowed() : String[] in class org.neo4j.kernel.api.proc.ProcedureSignature | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type allowed : String to allowed : String[] in class org.neo4j.kernel.api.proc.ProcedureSignature | From | To | |
Change Attribute Type allowed : String to allowed : String[] in class org.neo4j.kernel.api.proc.ProcedureSignature.Builder | From | To |