05d3fcdb6f5e15a998b1bf68ce57d829f7c1e6fe
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 6 | ||
Push Down Method public build(name String) : RequestLog from class io.dropwizard.jetty.RequestLogFactory to public build(name String) : Slf4jRequestLog from class io.dropwizard.jetty.Slf4jRequestLogFactory | From | To | |
Push Down Method public setTimeZone(timeZone TimeZone) : void from class io.dropwizard.jetty.RequestLogFactory to public setTimeZone(timeZone TimeZone) : void from class io.dropwizard.jetty.Slf4jRequestLogFactory | From | To | |
Push Down Method public getAppenders() : ImmutableList<AppenderFactory> from class io.dropwizard.jetty.RequestLogFactory to public getAppenders() : ImmutableList<AppenderFactory> from class io.dropwizard.jetty.Slf4jRequestLogFactory | From | To | |
Push Down Method public getTimeZone() : TimeZone from class io.dropwizard.jetty.RequestLogFactory to public getTimeZone() : TimeZone from class io.dropwizard.jetty.Slf4jRequestLogFactory | From | To | |
Push Down Method public isEnabled() : boolean from class io.dropwizard.jetty.RequestLogFactory to public isEnabled() : boolean from class io.dropwizard.jetty.Slf4jRequestLogFactory | From | To | |
Push Down Method public setAppenders(appenders ImmutableList<AppenderFactory>) : void from class io.dropwizard.jetty.RequestLogFactory to public setAppenders(appenders ImmutableList<AppenderFactory>) : void from class io.dropwizard.jetty.Slf4jRequestLogFactory | From | To | |
Extract Subclass | 1 | ||
Extract Subclass io.dropwizard.jetty.Slf4jRequestLogFactory from class io.dropwizard.jetty.RequestLogFactory | From | To | |
Change Return Type | 1 | ||
Change Return Type RequestLog to Slf4jRequestLog in method public build(name String) : Slf4jRequestLog in class io.dropwizard.jetty.Slf4jRequestLogFactory | From | To | |
Push Down Attribute | 2 | ||
Push Down Attribute private timeZone : TimeZone from class io.dropwizard.jetty.RequestLogFactory to private timeZone : TimeZone from class io.dropwizard.jetty.Slf4jRequestLogFactory | From | To | |
Push Down Attribute private appenders : ImmutableList<AppenderFactory> from class io.dropwizard.jetty.RequestLogFactory to private appenders : ImmutableList<AppenderFactory> from class io.dropwizard.jetty.Slf4jRequestLogFactory | From | To | |
Move Class | 1 | ||
Move Class io.dropwizard.jetty.RequestLogFactory.RequestLogLayout moved to io.dropwizard.jetty.Slf4jRequestLogFactory.RequestLogLayout | From | To | |
Rename Attribute | 1 | ||
Rename Attribute requestLog : RequestLogFactory to slf4jRequestLog : Slf4jRequestLogFactory in class io.dropwizard.jetty.RequestLogFactoryTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type requestLog : RequestLogFactory to slf4jRequestLog : Slf4jRequestLogFactory in class io.dropwizard.jetty.RequestLogFactoryTest | From | To |