91bda0e74b844b62e09a4cb5523f6a1a5ee0e186
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method public beforeOnce() : void from class org.assertj.core.api.iterable.IterableAssert_anyMatch_Test to public beforeOnce() : void from class org.assertj.core.api.iterable.IterableAssert_anySatisfy_Test | From | To | |
Rename Variable | 2 | ||
Rename Variable anyMatch : boolean to unsatisfiedRequirements : List<UnsatisfiedRequirement> in method public assertAnySatisfy(info AssertionInfo, actual Iterable<? extends E>, requirements Consumer<? super E>) : void in class org.assertj.core.internal.Iterables | From | To | |
Rename Variable anyMatch : boolean to unsatisfiedRequirements : List<UnsatisfiedRequirement> in method public assertAnySatisfy(info AssertionInfo, actual Map<K,V>, entryRequirements BiConsumer<? super K,? super V>) : void in class org.assertj.core.internal.Maps | From | To | |
Move Attribute | 1 | ||
Move Attribute private predicate : Predicate<Object> from class org.assertj.core.api.iterable.IterableAssert_anyMatch_Test to private predicate : Predicate<Object> from class org.assertj.core.api.iterable.IterableAssert_anySatisfy_Test | From | To | |
Change Variable Type | 2 | ||
Change Variable Type anyMatch : boolean to unsatisfiedRequirements : List<UnsatisfiedRequirement> in method public assertAnySatisfy(info AssertionInfo, actual Iterable<? extends E>, requirements Consumer<? super E>) : void in class org.assertj.core.internal.Iterables | From | To | |
Change Variable Type anyMatch : boolean to unsatisfiedRequirements : List<UnsatisfiedRequirement> in method public assertAnySatisfy(info AssertionInfo, actual Map<K,V>, entryRequirements BiConsumer<? super K,? super V>) : void in class org.assertj.core.internal.Maps | From | To |