d44be00f27920164b77d35258ae6aa212c09af3d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private containsExactlyEntriesInAnyOrder(expectedMap Map<?,?>, failVerb String) : boolean renamed to private containsEntriesInAnyOrder(expectedMap Map<?,?>, failVerb String, allowUnexpected boolean) : boolean in class com.google.common.truth.MapSubject | From | To | |
Extract Method | 1 | ||
Extract Method private internalContainsEntriesIn(modifier String, expectedMap Map<K,V>, allowUnexpected boolean) : Ordered extracted from public containsExactlyEntriesIn(expectedMap Map<K,V>) : Ordered in class com.google.common.truth.MapSubject.UsingCorrespondence | From | To |