f44fc7c698e5b6fb2d13c2e285c6ce31c3ca777e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public clientErrorShouldNotLog() : void renamed to public onlyDatabaseErrorsAreLogged() : void in class org.neo4j.bolt.v1.runtime.ErrorReporterTest | From | To | |
Extract Variable | 1 | ||
Extract Variable message : String in method public report(error Neo4jError) : void from class org.neo4j.bolt.v1.runtime.ErrorReporter | From | To | |
Extract Method | 3 | ||
Extract Method private newStatusCode(classification Status.Classification) : Status.Code extracted from public clientErrorShouldNotLog() : void in class org.neo4j.bolt.v1.runtime.ErrorReporterTest | From | To | |
Extract Method private newErrorReporter(userLog LogProvider, internalLog LogProvider) : ErrorReporter extracted from public clientErrorShouldNotLog() : void in class org.neo4j.bolt.v1.runtime.ErrorReporterTest | From | To | |
Extract Method private newErrorReporter(userLog LogProvider, internalLog LogProvider) : ErrorReporter extracted from public databaseErrorShouldLogFullMessageInDebugLogAndHelpfulPointerInUserLog() : void in class org.neo4j.bolt.v1.runtime.ErrorReporterTest | From | To |