d6f73345d733c759932ce098226d4c9938c85ee8
Files Diff
- Added: 3
- Removed: 2
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type singletons : Set<Object> to singletons : Set<Supplier<?>> in method package ResourceTestJerseyConfiguration(singletons Set<Supplier<?>>, providers Set<Class<?>>, properties Map<String,Object>, mapper ObjectMapper, validator Validator, clientConfigurator Consumer<ClientConfig>, testContainerFactory TestContainerFactory, registerDefaultExceptionMappers boolean) in class io.dropwizard.testing.common.ResourceTestJerseyConfiguration | From | To | |
| Rename Class | 2 | ||
| Rename Class io.dropwizard.testing.app.ResourceTestWithGrizzly renamed to io.dropwizard.testing.app.ResourceTestRuleWithGrizzlyTest | From | To | |
| Rename Class io.dropwizard.testing.app.PersonResourceTest renamed to io.dropwizard.testing.app.ResourceTestRuleTest | From | To | |
| Rename Attribute | 3 | ||
| Rename Attribute RESOURCES : ResourceTestRule to resourceTestRule : ResourceTestRule in class io.dropwizard.testing.app.ResourceTestRuleWithGrizzlyTest | From | To | |
| Rename Attribute RESOURCES : ResourceTestRule to resourceTestRule : ResourceTestRule in class io.dropwizard.testing.app.ResourceTestRuleTest | From | To | |
| Rename Attribute PEOPLE_STORE : PeopleStore to peopleStore : PeopleStore in class io.dropwizard.testing.app.ResourceTestRuleTest | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type singleton : Object to singleton : Supplier<?> in method package DropwizardTestResourceConfig(configuration ResourceTestJerseyConfiguration) in class io.dropwizard.testing.common.DropwizardTestResourceConfig | From | To | |
| Extract Method | 2 | ||
| Extract Method public addResource(resourceSupplier Supplier<Object>) : B extracted from public addResource(resource Object) : B in class io.dropwizard.testing.common.Resource.Builder | From | To | |
| Extract Method public addProvider(providerSupplier Supplier<Object>) : B extracted from public addProvider(provider Object) : B in class io.dropwizard.testing.common.Resource.Builder | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type singletons : Set<Object> to singletons : Set<Supplier<?>> in class io.dropwizard.testing.common.Resource.Builder | From | To | |
| Change Attribute Type singletons : Set<Object> to singletons : Set<Supplier<?>> in class io.dropwizard.testing.common.ResourceTestJerseyConfiguration | From | To |