b325530f647ca686fd3d5d42979c625be3d33a69
Files Diff
- Added: 1
- Removed: 2
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type BiDiGzipHandler to GzipHandler in method public build(handler Handler) : GzipHandler in class io.dropwizard.jetty.GzipHandlerFactory | From | To | |
Rename Class | 1 | ||
Rename Class io.dropwizard.jetty.BiDiGzipHandlerTest renamed to io.dropwizard.jetty.GzipHandlerTest | From | To | |
Change Variable Type | 4 | ||
Change Variable Type handler : BiDiGzipHandler to handler : GzipHandler in method public testBuildDefault() : void in class io.dropwizard.jetty.GzipHandlerFactoryTest | From | To | |
Change Variable Type gzipHandler : BiDiGzipHandler to gzipHandler : GzipHandler in method public build(handler Handler) : GzipHandler in class io.dropwizard.jetty.GzipHandlerFactory | From | To | |
Change Variable Type handler : BiDiGzipHandler to handler : GzipHandler in method public testBuild() : void in class io.dropwizard.jetty.GzipHandlerFactoryTest | From | To | |
Change Variable Type biDiGzipHandler : BiDiGzipHandler to biDiGzipHandler : GzipHandler in method public testBuilderProperties() : void in class io.dropwizard.jetty.GzipHandlerFactoryTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type gzipHandler : BiDiGzipHandler to gzipHandler : GzipHandler in class io.dropwizard.jetty.GzipHandlerTest | From | To |