f2e88d17618c26cd372a50c02e441714fa01acf0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 5 | ||
Rename Method public isOrderedWithNonComparableElementsFailure() : void renamed to public isStrictlyOrderedWithNonComparableElementsFailure() : void in class com.google.common.truth.ListTest | From | To | |
Rename Method public listIsOrderedWithComparatorFailure() : void renamed to public listIsStrictlyOrderedWithComparatorFailure() : void in class com.google.common.truth.ListTest | From | To | |
Rename Method public listIsOrdered() : void renamed to public listIsStrictlyOrdered() : void in class com.google.common.truth.ListTest | From | To | |
Rename Method public isOrderedFailure() : void renamed to public isStrictlyOrderedFailure() : void in class com.google.common.truth.ListTest | From | To | |
Rename Method public listIsOrderedWithComparator() : void renamed to public listIsStrictlyOrderedWithComparator() : void in class com.google.common.truth.ListTest | From | To | |
Pull Up Method | 4 | ||
Pull Up Method public isPartiallyOrdered(comparator Comparator<? super T>) : void from class com.google.common.truth.ListSubject to public isPartiallyOrdered(comparator Comparator<? super T>) : void from class com.google.common.truth.IterableSubject | From | To | |
Pull Up Method public isPartiallyOrdered() : void from class com.google.common.truth.ListSubject to public isPartiallyOrdered() : void from class com.google.common.truth.IterableSubject | From | To | |
Pull Up Method public isOrdered(comparator Comparator<? super T>) : void from class com.google.common.truth.ListSubject to public isStrictlyOrdered(comparator Comparator<? super T>) : void from class com.google.common.truth.IterableSubject | From | To | |
Pull Up Method private pairwiseCheck(checker PairwiseChecker<T>) : void from class com.google.common.truth.ListSubject to private pairwiseCheck(checker PairwiseChecker<T>) : void from class com.google.common.truth.IterableSubject | From | To | |
Move Class | 1 | ||
Move Class com.google.common.truth.ListSubject.PairwiseChecker moved to com.google.common.truth.IterableSubject.PairwiseChecker | From | To |