07e67291fe62826332880f4feedb948976273700
Files Diff
- Added: 6
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private notSatisfiesCondition(actual Iterable<? extends E>, condition Condition<? super E>) : List<E> renamed to private notSatisfyingCondition(actual Iterable<? extends E>, condition Condition<? super E>) : List<E> in class org.assertj.core.internal.Iterables | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type actual : Iterable<? extends E> to actual : Iterable<? extends T> in method public assertAre(info AssertionInfo, actual Iterable<? extends T>, condition Condition<? super T>) : void in class org.assertj.core.internal.Iterables | From | To | |
Change Parameter Type condition : Condition<? super E> to condition : Condition<? super T> in method public assertAre(info AssertionInfo, actual Iterable<? extends T>, condition Condition<? super T>) : void in class org.assertj.core.internal.Iterables | From | To | |
Change Variable Type | 1 | ||
Change Variable Type notSatisfiesCondition : List<E> to notSatisfiesCondition : List<T> in method public assertAre(info AssertionInfo, actual Iterable<? extends T>, condition Condition<? super T>) : void in class org.assertj.core.internal.Iterables | From | To |