47baae6c3115cbfa0ed5eec669d50fdfec12fda6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
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 |