adf8fbe5364084c3da6d004d1ad55cba0620be4d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public log_to_console() : void renamed to public do_not_log_to_console() : void in class org.sonar.search.SearchLoggingTest | From | To | |
Move Method | 1 | ||
Move Method private configureRootLogger(ctx LoggerContext, props Props) : void from class org.sonar.server.app.ServerProcessLogging to public configureRootLogger(ctx LoggerContext, props Props, threadIdFieldPattern String, fileName String) : void from class org.sonar.process.LogbackHelper | From | To | |
Move Attribute | 3 | ||
Move Attribute private THREAD_ID_PLACEHOLDER : String from class org.sonar.server.app.ServerProcessLogging to private THREAD_ID_PLACEHOLDER : String from class org.sonar.process.LogbackHelper | From | To | |
Move Attribute private LOG_FORMAT : String from class org.sonar.search.SearchLogging to private LOG_FORMAT : String from class org.sonar.process.LogbackHelper | From | To | |
Move Attribute private LOG_FORMAT : String from class org.sonar.server.app.ServerProcessLogging to private LOG_FORMAT : String from class org.sonar.process.LogbackHelper | From | To | |
Rename Attribute | 1 | ||
Rename Attribute threadIdPattern : String to threadIdFieldPattern : String in class org.sonar.server.app.ServerProcessLogging | From | To | |
Rename Parameter | 1 | ||
Rename Parameter threadIdPattern : String to threadIdFieldPattern : String in method protected ServerProcessLogging(processName String, threadIdFieldPattern String) in class org.sonar.server.app.ServerProcessLogging | From | To |