f282a66bbf039bfecba26bb3280c526637a63b6a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public procedureMarkedForWritingCanWrite() : void renamed to public shouldAllowWriteProcedureToPerformWrites() : void in class org.neo4j.procedure.ProcedureIT | From | To | |
Rename Method public procedureMarkedForWritingCanCallOtherWritingProcedure() : void renamed to public shouldBeAbleToCallWriteProcedureThroughWriteProcedure() : void in class org.neo4j.procedure.ProcedureIT | From | To | |
Rename Method public readOnlyProcedureCannotWrite() : void renamed to public shouldDenyReadOnlyProcedureToPerformWrites() : void in class org.neo4j.procedure.ProcedureIT | From | To | |
Change Parameter Type | 4 | ||
Change Parameter Type supplier : Function<CallableProcedure.Context,?> to supplier : ThrowingFunction<CallableProcedure.Context,?,ProcedureException> in method public FieldSetter(field Field, setter MethodHandle, supplier ThrowingFunction<CallableProcedure.Context,?,ProcedureException>) in class org.neo4j.kernel.impl.proc.FieldInjections.FieldSetter | From | To | |
Change Parameter Type supplier : Function<CallableProcedure.Context,T> to supplier : ThrowingFunction<CallableProcedure.Context,?,ProcedureException> in method public registerComponent(cls Class<T>, supplier ThrowingFunction<CallableProcedure.Context,?,ProcedureException>) : void in class org.neo4j.kernel.impl.proc.Procedures | From | To | |
Change Parameter Type supplier : Function<CallableProcedure.Context,T> to supplier : ThrowingFunction<CallableProcedure.Context,?,ProcedureException> in method public register(cls Class<T>, supplier ThrowingFunction<CallableProcedure.Context,?,ProcedureException>) : void in class org.neo4j.kernel.impl.proc.ComponentRegistry | From | To | |
Change Parameter Type suppliers : Map<Class<?>,Function<CallableProcedure.Context,?>> to suppliers : Map<Class<?>,ThrowingFunction<CallableProcedure.Context,?,ProcedureException>> in method public ComponentRegistry(suppliers Map<Class<?>,ThrowingFunction<CallableProcedure.Context,?,ProcedureException>>) in class org.neo4j.kernel.impl.proc.ComponentRegistry | From | To | |
Change Return Type | 1 | ||
Change Return Type Function<CallableProcedure.Context,?> to ThrowingFunction<CallableProcedure.Context,?,ProcedureException> in method public supplierFor(type Class<?>) : ThrowingFunction<CallableProcedure.Context,?,ProcedureException> in class org.neo4j.kernel.impl.proc.ComponentRegistry | From | To | |
Change Variable Type | 1 | ||
Change Variable Type supplier : Function<CallableProcedure.Context,?> to supplier : ThrowingFunction<CallableProcedure.Context,?,ProcedureException> in method private createInjector(cls Class<?>, field Field) : FieldSetter in class org.neo4j.kernel.impl.proc.FieldInjections | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type supplier : Function<CallableProcedure.Context,?> to supplier : ThrowingFunction<CallableProcedure.Context,?,ProcedureException> in class org.neo4j.kernel.impl.proc.FieldInjections.FieldSetter | From | To | |
Change Attribute Type suppliers : Map<Class<?>,Function<CallableProcedure.Context,?>> to suppliers : Map<Class<?>,ThrowingFunction<CallableProcedure.Context,?,ProcedureException>> in class org.neo4j.kernel.impl.proc.ComponentRegistry | From | To |