a77d32eeadceb81b934e7f6b834f67acf9ac4ee3
Files Diff
- Added: 9
- Removed: 1
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type instances : Map<Class<?>,Object> to instances : List<Object> in method private InjectorImpl(instances List<Object>) in class com.speedment.common.injector.internal.InjectorImpl | From | To | |
Change Variable Type | 1 | ||
Change Variable Type instances : Map<Class<?>,Object> to instances : LinkedList<Object> in method public build() : Injector in class com.speedment.common.injector.internal.InjectorImpl.Builder | From | To | |
Extract Method | 3 | ||
Extract Method private printLine() : void extracted from public build() : Injector in class com.speedment.common.injector.internal.InjectorImpl.Builder | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type instances : Map<Class<?>,Object> to instances : List<Object> in class com.speedment.common.injector.internal.InjectorImpl | From | To |