7c43b0a1b4526b9c01d64705b49dc4293fda2175
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable item : Object to e : Object in method private containsAll(failVerb String, expectedIterable Iterable<?>) : Ordered in class com.google.common.truth.IterableSubject | From | To | |
Rename Variable inOrder : boolean to ordered : boolean in method private containsAll(failVerb String, expectedIterable Iterable<?>) : Ordered in class com.google.common.truth.IterableSubject | From | To | |
Extract Variable | 1 | ||
Extract Variable iterable : Iterable<Object> in method public iterableContainsAllOfInOrderWithOneShotIterable() : void from class com.google.common.truth.IterableTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter expected : Iterable<?> to expectedIterable : Iterable<?> in method private containsAll(failVerb String, expectedIterable Iterable<?>) : Ordered in class com.google.common.truth.IterableSubject | From | To |