8efecbd138f23f33ce377483e7dc19cfa4228e70
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private getCastSubject() : Iterable<A> renamed to private getCastActual() : Iterable<A> in class com.google.common.truth.IterableSubject.UsingCorrespondence | From | To | |
Rename Variable | 1 | ||
Rename Variable subject : Collection<?> to actual : Collection<?> in method private containsAny(failVerb String, expected Iterable<?>) : void in class com.google.common.truth.IterableSubject | From | To | |
Extract Method | 1 | ||
Extract Method private iterableToCollection(iterable Iterable<T>) : Collection<T> extracted from private containsAny(failVerb String, expected Iterable<?>) : void in class com.google.common.truth.IterableSubject | From | To | |
Rename Parameter | 3 | ||
Rename Parameter unused : Iterable<E> to expected : Iterable<E> in method public containsAnyIn(expected Iterable<E>) : void in class com.google.common.truth.IterableSubject.UsingCorrespondence | From | To | |
Rename Parameter unused : Iterable<E> to excluded : Iterable<E> in method public containsNoneIn(excluded Iterable<E>) : void in class com.google.common.truth.IterableSubject.UsingCorrespondence | From | To | |
Rename Parameter rest : E... to restOfExcluded : E... in method public containsNoneOf(firstExcluded E, secondExcluded E, restOfExcluded E...) : void in class com.google.common.truth.IterableSubject.UsingCorrespondence | From | To |