063a44296f54334ba4e94733c9fc2f5c78ab2c72
Files Diff
- Added: 0
- Removed: 2
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable loggingService : LoggingService to log : Log in method public shouldInjectLogging() : void in class org.neo4j.kernel.impl.proc.ReflectiveProcedureTest | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private log : Log from class org.neo4j.kernel.impl.proc.InternalProcedureLoggingService to public log : Log from class org.neo4j.kernel.impl.proc.ReflectiveProcedureTest.LoggingProcedure | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute logging : LoggingService to log : Log in class org.neo4j.kernel.impl.proc.ReflectiveProcedureTest.LoggingProcedure | From | To | |
| Rename Attribute logging : LoggingService to log : Log in class org.neo4j.procedure.ProcedureIT.ClassWithProcedures | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type loggingService : LoggingService to log : Log in method public shouldInjectLogging() : void in class org.neo4j.kernel.impl.proc.ReflectiveProcedureTest | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type logging : LoggingService to log : Log in class org.neo4j.procedure.ProcedureIT.ClassWithProcedures | From | To | |
| Change Attribute Type logging : LoggingService to log : Log in class org.neo4j.kernel.impl.proc.ReflectiveProcedureTest.LoggingProcedure | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter log : LogService to logService : LogService in method private setupProcedures(logService LogService) : Procedures in class org.neo4j.kernel.NeoStoreDataSource | From | To |