7209e07cb4f451b4711e9d2c20b962be3d447310
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type target : Map<K,V> to target : Map<?,?> in method public assertThat(target Map<?,?>) : MapSubject in class com.google.common.truth.Truth | From | To | |
Change Parameter Type map : M to map : Map<?,?> in method package MapSubject(failureStrategy FailureStrategy, map Map<?,?>) in class com.google.common.truth.MapSubject | From | To | |
Change Return Type | 1 | ||
Change Return Type MapSubject<? extends MapSubject<?,K,V,M>,K,V,M> to MapSubject in method public assertThat(target Map<?,?>) : MapSubject in class com.google.common.truth.Truth | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type i : MapSubject<?,?,?,?> to i : MapSubject in class com.google.common.truth.gwt.Inventory | From | To |