da49cde8ba5316541f4fe343ccd5fc66209fbd89
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type config : LogbackHelper.RootLoggerConfig to config : RootLoggerConfig in method public newFileAppender(ctx LoggerContext, props Props, config RootLoggerConfig, logPattern String) : FileAppender<ILoggingEvent> in class org.sonar.process.logging.LogbackHelper | From | To | |
Change Parameter Type config : LogbackHelper.RootLoggerConfig to config : RootLoggerConfig in method public buildLogPattern(config RootLoggerConfig) : String in class org.sonar.process.logging.LogbackHelper | From | To | |
Move Class | 1 | ||
Move Class org.sonar.process.logging.LogbackHelper.RootLoggerConfig moved to org.sonar.process.logging.RootLoggerConfig | From | To | |
Change Variable Type | 2 | ||
Change Variable Type config : LogbackHelper.RootLoggerConfig to config : RootLoggerConfig in method public configure(props Props) : LoggerContext in class org.sonar.search.SearchLogging | From | To | |
Change Variable Type config : LogbackHelper.RootLoggerConfig to config : RootLoggerConfig in method private configureRootLogger(props Props) : void in class org.sonar.server.app.ServerProcessLogging | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type APP_ROOT_LOGGER_CONFIG : LogbackHelper.RootLoggerConfig to APP_ROOT_LOGGER_CONFIG : RootLoggerConfig in class org.sonar.application.AppLogging | From | To |