34032e48149a65bfe37ac95d0063b9ec9c506af3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 2 | ||
Change Variable Type appenderFactory : AppenderFactory to appenderFactory : AppenderFactory<ILoggingEvent> in method public canParseNewLoggerFormat() : void in class io.dropwizard.logging.DefaultLoggingFactoryTest | From | To | |
Change Variable Type fileAppenderFactory : FileAppenderFactory to fileAppenderFactory : FileAppenderFactory<ILoggingEvent> in method public canParseNewLoggerFormat() : void in class io.dropwizard.logging.DefaultLoggingFactoryTest | From | To | |
Extract Variable | 1 | ||
Extract Variable filterFactories : ImmutableList<FilterFactory<ILoggingEvent>> in method public canParseNewLoggerFormat() : void from class io.dropwizard.logging.DefaultLoggingFactoryTest | From | To |