ef803a08569fd91d23e617cb6d59d708012a2086
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public testCreateBundleModule_RootConfig() : void renamed to public testCreateModule() : void in class com.nhl.bootique.BootiqueStaticsTest | From | To | |
Rename Method public testCreateInjector_Bundles() : void renamed to public testCreateInjector_Modules_Instances() : void in class com.nhl.bootique.BootiqueTest | From | To | |
Rename Variable | 1 | ||
Rename Variable prefixes : Set<String> to strings : Set<String> in method public testCreateInjector_Modules_Instances() : void in class com.nhl.bootique.BootiqueTest | From | To | |
Rename Class | 1 | ||
Rename Class com.nhl.bootique.BQBundleTest renamed to com.nhl.bootique.FactoryModuleTest | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable i : Injector to injector : Injector in method package setOf(injector Injector, type Class<T>) : Set<T> in class com.nhl.bootique.BootiqueTest | From | To | |
Rename Attribute | 1 | ||
Rename Attribute bundleTypes : Map<Class<? extends BQBundle>,String> to moduleTypes : Collection<Class<? extends Module>> in class com.nhl.bootique.Bootique | From | To | |
Extract Method | 1 | ||
Extract Method package setOf(injector Injector, type Class<T>) : Set<T> extracted from public testCreateInjector_Bundles() : void in class com.nhl.bootique.BootiqueTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type bundleTypes : Map<Class<? extends BQBundle>,String> to moduleTypes : Collection<Class<? extends Module>> in class com.nhl.bootique.Bootique | From | To |