5a92faf892a18e7e8d30c2751a2a6d4e38e2baf5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 4 | ||
Move Method private populateEndpoints(endpoints List<String>, basePath String, klass Class<?>, isLocator boolean) : void from class io.dropwizard.jersey.DropwizardResourceConfig to private populateEndpoints(basePath String, klass Class<?>, isLocator boolean) : void from class io.dropwizard.jersey.DropwizardResourceConfig.EndpointLogger | From | To | |
Move Method private populateEndpoints(endpoints List<String>, basePath String, klass Class<?>, isLocator boolean, resource Resource) : void from class io.dropwizard.jersey.DropwizardResourceConfig to private populateEndpoints(basePath String, klass Class<?>, isLocator boolean, resource Resource) : void from class io.dropwizard.jersey.DropwizardResourceConfig.EndpointLogger | From | To | |
Move Method private formatEndpoint(method String, path String, klass Class<?>) : String from class io.dropwizard.jersey.DropwizardResourceConfig to private formatEndpoint(method String, path String, klass Class<?>) : String from class io.dropwizard.jersey.DropwizardResourceConfig.EndpointLogger | From | To | |
Move Method private normalizePath(basePath String, path String) : String from class io.dropwizard.jersey.DropwizardResourceConfig to private normalizePath(basePath String, path String) : String from class io.dropwizard.jersey.DropwizardResourceConfig.EndpointLogger | From | To | |
Rename Variable | 4 | ||
Rename Variable o : Object to singleton : Object in method package allClasses() : Set<Class<?>> in class io.dropwizard.jersey.DropwizardResourceConfig | From | To | |
Rename Variable builder : ImmutableList.Builder<Class<?>> to allClasses : Set<Class<?>> in method package allClasses() : Set<Class<?>> in class io.dropwizard.jersey.DropwizardResourceConfig | From | To | |
Rename Variable builder : ImmutableList.Builder<Class<?>> to allResources : Set<Class<?>> in method package logEndpoints() : String in class io.dropwizard.jersey.DropwizardResourceConfig | From | To | |
Rename Variable klass : Class<?> to clazz : Class<?> in method package logEndpoints() : String in class io.dropwizard.jersey.DropwizardResourceConfig | From | To | |
Extract Class | 1 | ||
Extract Class io.dropwizard.jersey.DropwizardResourceConfig.EndpointLogger from class io.dropwizard.jersey.DropwizardResourceConfig | From | To | |
Change Variable Type | 2 | ||
Change Variable Type builder : ImmutableList.Builder<Class<?>> to allClasses : Set<Class<?>> in method package allClasses() : Set<Class<?>> in class io.dropwizard.jersey.DropwizardResourceConfig | From | To | |
Change Variable Type builder : ImmutableList.Builder<Class<?>> to allResources : Set<Class<?>> in method package logEndpoints() : String in class io.dropwizard.jersey.DropwizardResourceConfig | From | To | |
Extract Method | 1 | ||
Extract Method package allClasses() : Set<Class<?>> extracted from private logEndpoints() : String in class io.dropwizard.jersey.DropwizardResourceConfig | From | To |