a4b8572929efd5ebd4df3f3cafbd3c53c96a20ce
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type key : Object to key : K in method public entry(key K, value V) : MapEntry<K,V> in class org.assertj.core.api.WithAssertions | From | To | |
Change Parameter Type value : Object to value : V in method public entry(key K, value V) : MapEntry<K,V> in class org.assertj.core.api.WithAssertions | From | To | |
Change Return Type | 1 | ||
Change Return Type MapEntry to MapEntry<K,V> in method public entry(key K, value V) : MapEntry<K,V> in class org.assertj.core.api.WithAssertions | From | To | |
Change Variable Type | 1 | ||
Change Variable Type result : MapEntry to result : MapEntry<String,String> in method public WithAssertions_entry_MapEntry_Test() : void in class org.assertj.core.api.WithAssertions_delegation_Test | From | To |