db80217f161ac24023e50bfb8c5628e436df6584
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public root_logger_level_changes_with_ce_property_and_is_case_insensitive() : void renamed to public root_logger_level_changes_with_web_property_and_is_case_insensitive() : void in class org.sonar.server.app.WebServerProcessLoggingTest | From | To | |
Rename Method public root_log_level_does_not_change_with_global_property_value() : void renamed to public root_logger_level_changes_with_global_property() : void in class org.sonar.search.SearchLoggingTest | From | To | |
Rename Method public root_log_level_change_with_es_property_value() : void renamed to public root_logger_level_changes_with_es_property() : void in class org.sonar.search.SearchLoggingTest | From | To | |
Inline Method | 1 | ||
Inline Method public configureRootLogLevel(props Props, propertyKeys String...) : Level inlined to public configureRootLogLevel(props Props, processId ProcessId) : Level in class org.sonar.process.LogbackHelper | From | To | |
Extract Method | 2 | ||
Extract Method private verifyRootLogLevel(ctx LoggerContext, expected Level) : void extracted from public root_log_level_change_with_es_property_value() : void in class org.sonar.search.SearchLoggingTest | From | To | |
Extract Method private verifyRootLogLevel(ctx LoggerContext, expected Level) : void extracted from public root_log_level_does_not_change_with_global_property_value() : void in class org.sonar.search.SearchLoggingTest | From | To |