4d6b7cfb6181b93aa9ced148b6ed6fa217d027e7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 2 | ||
| Rename Variable stringValueToItem1 : SetMultimap<String,Object> to stringValueToItemsToCheck : SetMultimap<String,Object> in method private retainMatchingToString(items Iterable<?>, itemsToCheck Iterable<?>) : List<Object> in class com.google.common.truth.IterableSubject | From | To | |
| Rename Variable item1 : Object to itemToCheck : Object in method private retainMatchingToString(items Iterable<?>, itemsToCheck Iterable<?>) : List<Object> in class com.google.common.truth.IterableSubject | From | To | |
| Extract Method | 2 | ||
| Extract Method private retainMatchingToString(items Iterable<?>, itemsToCheck Iterable<?>) : List<Object> extracted from private hasMatchingToStringPair(items1 Iterable<?>, items2 Iterable<?>) : boolean in class com.google.common.truth.IterableSubject | From | To | |
| Extract Method private addTypeInfo(item Object) : String extracted from private addTypeInfoToEveryItem(items Iterable<?>) : List<String> in class com.google.common.truth.IterableSubject | From | To |