a5dbd5e93b5c7d22ee2e2f4e81b8d9b65e5c247e
Files Diff
- Added: 143
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private determineVerbose(arguments Args) : boolean renamed to private isVerbose(arguments Args) : boolean in class org.neo4j.consistency.ConsistencyCheckTool | From | To | |
| Move Method | 2 | ||
| Move Method private newConsistencyCheckToolWith(consistencyCheckService ConsistencyCheckService, systemError PrintStream) : ConsistencyCheckTool from class org.neo4j.consistency.ConsistencyCheckToolTest to private newConsistencyCheckToolWith(consistencyCheckService ConsistencyCheckService, systemError PrintStream) : ConsistencyCheckTool from class org.neo4j.legacy.consistency.ConsistencyCheckToolTest | From | To | |
| Move Method private newConsistencyCheckToolWith(monitors Monitors, exitHandle ConsistencyCheckTool.ExitHandle, fileSystem FileSystemAbstraction) : ConsistencyCheckTool from class org.neo4j.consistency.ConsistencyCheckToolTest to private newConsistencyCheckToolWith(monitors Monitors, exitHandle ConsistencyCheckTool.ExitHandle, fileSystem FileSystemAbstraction) : ConsistencyCheckTool from class org.neo4j.legacy.consistency.ConsistencyCheckToolTest | From | To | |
| Extract Class | 1 | ||
| Extract Class org.neo4j.legacy.consistency.ConsistencyCheckToolTest from class org.neo4j.consistency.ConsistencyCheckToolTest | From | To | |
| Move Class | 1 | ||
| Move Class org.neo4j.consistency.ConsistencyCheckTool.ExitHandle moved to org.neo4j.legacy.consistency.ConsistencyCheckTool.ExitHandle | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type exitHandle : ConsistencyCheckTool.ExitHandle to exitHandle : ExitHandle in method public shouldExitWhenRecoveryNeededButRecoveryFalseOptionSpecified() : void in class org.neo4j.consistency.ConsistencyCheckToolTest | From | To | |
| Extract Method | 1 | ||
| Extract Method public runFullConsistencyCheck(storeDir File, tuningConfiguration Config, progressFactory ProgressMonitorFactory, logProvider LogProvider, fileSystem FileSystemAbstraction, verbose boolean) : Result extracted from public runFullConsistencyCheck(storeDir File, tuningConfiguration Config, progressFactory ProgressMonitorFactory, logProvider LogProvider, verbose boolean) : Result in class org.neo4j.consistency.ConsistencyCheckService | From | To |