386207d573bd50a60b63a7a5817359024702ec54
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 9 | ||
Extract Method public containsAtLeast(first long, second long, rest long...) : Ordered extracted from public containsAllOf(first long, second long, rest long...) : Ordered in class com.google.common.truth.LongStreamSubject | From | To | |
Extract Method public isInStrictOrder(comparator Comparator<?>) : void extracted from public isStrictlyOrdered(comparator Comparator<?>) : void in class com.google.common.truth.IterableSubject | From | To | |
Extract Method public containsAtLeast(first int, second int, rest int...) : Ordered extracted from public containsAllOf(first int, second int, rest int...) : Ordered in class com.google.common.truth.IntStreamSubject | From | To | |
Extract Method public isInOrder(comparator Comparator<?>) : void extracted from public isOrdered(comparator Comparator<?>) : void in class com.google.common.truth.IterableSubject | From | To | |
Extract Method public containsAtLeast(first Object, second Object, rest Object...) : Ordered extracted from public containsAllOf(first Object, second Object, rest Object...) : Ordered in class com.google.common.truth.StreamSubject | From | To | |
Extract Method public containsAtLeastElementsIn(expected Iterable<?>) : Ordered extracted from public containsAllIn(expected Iterable<?>) : Ordered in class com.google.common.truth.IntStreamSubject | From | To | |
Extract Method public isInStrictOrder() : void extracted from public isStrictlyOrdered() : void in class com.google.common.truth.IterableSubject | From | To | |
Extract Method public containsAtLeastElementsIn(expected Iterable<?>) : Ordered extracted from public containsAllIn(expected Iterable<?>) : Ordered in class com.google.common.truth.LongStreamSubject | From | To | |
Extract Method public containsAtLeastElementsIn(expected Iterable<?>) : Ordered extracted from public containsAllIn(expected Iterable<?>) : Ordered in class com.google.common.truth.StreamSubject | From | To |