e547edb93a6561f094bacefefd87a6e63af9401e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private populateEndpoints(basePath String, klass Class<?>, isLocator boolean, resource Resource) : void renamed to private populate(basePath String, klass Class<?>, isLocator boolean, resource Resource, endpointLogLines List<EndpointLogLine>) : void in class io.dropwizard.jersey.DropwizardResourceConfig.EndpointLogger | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method private formatEndpoint(method String, path String, klass Class<?>) : String from class io.dropwizard.jersey.DropwizardResourceConfig.EndpointLogger to public toString() : String from class io.dropwizard.jersey.DropwizardResourceConfig.EndpointLogLine | From | To | |
Rename Variable | 1 | ||
Rename Variable klass : Class<?> to line : EndpointLogLine in method public getEndpointsInfo() : String in class io.dropwizard.jersey.DropwizardResourceConfig | From | To | |
Change Variable Type | 1 | ||
Change Variable Type klass : Class<?> to line : EndpointLogLine in method public getEndpointsInfo() : String in class io.dropwizard.jersey.DropwizardResourceConfig | From | To |