0b38d17ac711fe856c89f35f2e599d709c44e7dc
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Inline Method | 3 | ||
| Inline Method private containsAny(expected Iterable<?>) : void inlined to public containsAnyIn(expected Iterable<?>) : void in class com.google.common.truth.IterableSubject | From | To | |
| Inline Method private containsNone(excluded Iterable<?>) : void inlined to public containsNoneIn(excluded Iterable<?>) : void in class com.google.common.truth.IterableSubject | From | To | |
| Inline Method private containsAll(expectedIterable Iterable<?>) : Ordered inlined to public containsAllIn(expectedIterable Iterable<?>) : Ordered in class com.google.common.truth.IterableSubject | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable expected : Collection<?> to expectedIterable : Iterable<?> in method public containsAllIn(expectedIterable Iterable<?>) : Ordered in class com.google.common.truth.IterableSubject | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type expected : Collection<?> to expectedIterable : Iterable<?> in method public containsAllIn(expectedIterable Iterable<?>) : Ordered in class com.google.common.truth.IterableSubject | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter expected : Iterable<?> to expectedIterable : Iterable<?> in method public containsAllIn(expectedIterable Iterable<?>) : Ordered in class com.google.common.truth.IterableSubject | From | To |