ed419bfc2537b158d48dddedc49bd1b4fa6c139e
Files Diff
- Added: 5
- Removed: 3
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 3 | ||
Move Method private resetConfigOverrides() : void from class io.dropwizard.testing.junit.DropwizardAppRule to private resetConfigOverrides() : void from class io.dropwizard.testing.DropwizardTestSupport | From | To | |
Move Method private startIfRequired() : void from class io.dropwizard.testing.junit.DropwizardAppRule to private startIfRequired() : void from class io.dropwizard.testing.DropwizardTestSupport | From | To | |
Move Method private applyConfigOverrides() : void from class io.dropwizard.testing.junit.DropwizardAppRule to private applyConfigOverrides() : void from class io.dropwizard.testing.DropwizardTestSupport | From | To | |
Move Attribute | 8 | ||
Move Attribute private application : Application<C> from class io.dropwizard.testing.junit.DropwizardAppRule to private application : Application<C> from class io.dropwizard.testing.DropwizardTestSupport | From | To | |
Move Attribute private applicationClass : Class<? extends Application<C>> from class io.dropwizard.testing.junit.DropwizardAppRule to private applicationClass : Class<? extends Application<C>> from class io.dropwizard.testing.DropwizardTestSupport | From | To | |
Move Attribute private listeners : List<ServiceListener> from class io.dropwizard.testing.junit.DropwizardAppRule to private listeners : List<ServiceListener> from class io.dropwizard.testing.DropwizardTestSupport | From | To | |
Move Attribute private configPath : String from class io.dropwizard.testing.junit.DropwizardAppRule to private configPath : String from class io.dropwizard.testing.DropwizardTestSupport | From | To | |
Move Attribute private configuration : C from class io.dropwizard.testing.junit.DropwizardAppRule to private configuration : C from class io.dropwizard.testing.DropwizardTestSupport | From | To | |
Move Attribute private jettyServer : Server from class io.dropwizard.testing.junit.DropwizardAppRule to private jettyServer : Server from class io.dropwizard.testing.DropwizardTestSupport | From | To | |
Move Attribute private configOverrides : Set<ConfigOverride> from class io.dropwizard.testing.junit.DropwizardAppRule to private configOverrides : Set<ConfigOverride> from class io.dropwizard.testing.DropwizardTestSupport | From | To | |
Move Attribute private environment : Environment from class io.dropwizard.testing.junit.DropwizardAppRule to private environment : Environment from class io.dropwizard.testing.DropwizardTestSupport | From | To | |
Extract Class | 1 | ||
Extract Class io.dropwizard.testing.DropwizardTestSupport from class io.dropwizard.testing.junit.DropwizardAppRule | From | To | |
Rename Class | 2 | ||
Rename Class io.dropwizard.testing.junit.DropwizardServiceRuleResetConfigOverrideTest renamed to io.dropwizard.testing.junit.DropwizardAppRuleResetConfigOverrideTest | From | To | |
Rename Class io.dropwizard.testing.junit.DropwizardServiceRuleConfigOverrideTest renamed to io.dropwizard.testing.junit.DropwizardAppRuleConfigOverrideTest | From | To | |
Move Class | 1 | ||
Move Class io.dropwizard.testing.junit.ConfigOverride moved to io.dropwizard.testing.ConfigOverride | From | To | |
Rename Attribute | 1 | ||
Rename Attribute appRule : DropwizardAppRule<Configuration> to testSupport : DropwizardTestSupport<Configuration> in class io.dropwizard.testing.junit.DropwizardClientRule | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type appRule : DropwizardAppRule<Configuration> to testSupport : DropwizardTestSupport<Configuration> in class io.dropwizard.testing.junit.DropwizardClientRule | From | To |