bdd84ea99f78ab98528bdbd9078ea694f8d63c67
Files Diff
- Added: 14
- Removed: 0
- Renamed: 0
- Modified: 20
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
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 | |
Rename Method private collectionRemoves(actual Collection<?>, value Object) : void renamed to private iterableRemoves(actual Collection<?>, value Object) : void in class org.assertj.core.internal.Arrays | From | To |