26bdfa97a8ba231656f93cada6e8732d722e2a10
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable finalModules : Collection<Module> to modules : Collection<BQModuleProvider> in method protected autoLoadedProviders() : Collection<BQModuleProvider> in class com.nhl.bootique.Bootique | From | To | |
Inline Method | 4 | ||
Inline Method protected createBuilderModules() : Collection<Module> inlined to protected createInjector() : Injector in class com.nhl.bootique.Bootique | From | To | |
Inline Method protected createAutoLoadModules(explicitModules Collection<Module>) : Collection<Module> inlined to protected createInjector() : Injector in class com.nhl.bootique.Bootique | From | To | |
Move Attribute | 1 | ||
Move Attribute protected modules : Collection<Module> from class com.nhl.bootique.Bootique to private modules : Collection<Module> from class com.nhl.bootique.ModuleMerger | From | To | |
Rename Attribute | 1 | ||
Rename Attribute modules : Collection<Module> to providers : Collection<BQModuleProvider> in class com.nhl.bootique.Bootique | From | To | |
Change Variable Type | 1 | ||
Change Variable Type finalModules : Collection<Module> to modules : Collection<BQModuleProvider> in method protected autoLoadedProviders() : Collection<BQModuleProvider> in class com.nhl.bootique.Bootique | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type modules : Collection<Module> to providers : Collection<BQModuleProvider> in class com.nhl.bootique.Bootique | From | To | |
Extract Method | 1 | ||
Extract Method protected autoLoadedProviders() : Collection<BQModuleProvider> extracted from protected createInjector() : Injector in class com.nhl.bootique.Bootique | From | To |