46179d5f712e19fe1bed150faf37a39035d79e21
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private failAllIn(expected Collection<?>, missingRawObjects Collection<?>) : Ordered renamed to private failAtLeast(expected Collection<?>, missingRawObjects Collection<?>) : Ordered in class com.google.common.truth.IterableSubject | From | To | |
Extract Method | 3 | ||
Extract Method public containsAtLeastElementsIn(expectedIterable Iterable<?>) : Ordered extracted from public containsAllIn(expectedIterable Iterable<?>) : Ordered in class com.google.common.truth.IterableSubject | From | To | |
Extract Method public isNotSameInstanceAs(unexpected Object) : void extracted from public isNotSameAs(unexpected Object) : void in class com.google.common.truth.Subject | From | To | |
Extract Method public isSameInstanceAs(expected Object) : void extracted from public isSameAs(expected Object) : void in class com.google.common.truth.Subject | From | To |