0c4907d54a1b777ffe908494f8b01041a9ef6452
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public failedCCIsReported() : void renamed to public inconsistentCCIsReportedWithExitCode3() : void in class org.neo4j.backup.OnlineBackupCommandTest | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type cause : Exception to cause : Throwable in method public CommandFailed(message String, cause Throwable, code int) in class org.neo4j.commandline.admin.CommandFailed | From | To | |
Extract Method | 1 | ||
Extract Method private failure(message String, e Exception, code int) : void extracted from private failure(message String, e Exception) : void in class org.neo4j.commandline.admin.AdminTool | From | To |