5daee3b7b6da6d802735a23ab3372da811fb6140
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type typeVariables : Set<TypeVariable> to typeVariables : Set<TypeVariable<?>> in method private populateAllTypeVariables(typeVariables Set<TypeVariable<?>>, types Type...) : void in class org.assertj.core.test.TypeCanonizer | From | To | |
Change Return Type | 1 | ||
Change Return Type Set<TypeVariable> to Set<TypeVariable<?>> in method private findAllTypeVariables(type Type) : Set<TypeVariable<?>> in class org.assertj.core.test.TypeCanonizer | From | To | |
Change Variable Type | 2 | ||
Change Variable Type typeVariables : Set<TypeVariable> to typeVariables : Set<TypeVariable<?>> in method private findAllTypeVariables(type Type) : Set<TypeVariable<?>> in class org.assertj.core.test.TypeCanonizer | From | To | |
Change Variable Type typeVariable : TypeVariable to typeVariable : TypeVariable<?> in method public canonize(initialType Type) : Type in class org.assertj.core.test.TypeCanonizer | From | To |