|
Change Parameter Type values : T... to values : ELEMENT... in method public containsExactly(values ELEMENT...) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Parameter Type condition : Condition<? super A> to condition : Condition<? super ACTUAL> in method public has(condition Condition<? super ACTUAL>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Parameter Type actual : A to actual : ACTUAL in method protected AbstractListAssert(actual ACTUAL, selfType Class<?>) in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Parameter Type customComparator : Comparator<? super A> to customComparator : Comparator<? super ACTUAL> in method public usingComparator(customComparator Comparator<? super ACTUAL>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Parameter Type iterable : Iterable<? extends T> to iterable : Iterable<? extends ELEMENT> in method public hasSameElementsAs(iterable Iterable<? extends ELEMENT>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Parameter Type condition : Condition<? super T> to condition : Condition<? super ELEMENT> in method public haveAtLeast(times int, condition Condition<? super ELEMENT>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Parameter Type condition : Condition<? super T> to condition : Condition<? super ELEMENT> in method public haveExactly(times int, condition Condition<? super ELEMENT>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Parameter Type values : T... to values : ELEMENT... in method public containsExactlyInAnyOrder(values ELEMENT...) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Parameter Type actual : Iterable<? extends T> to actual : Iterable<? extends ELEMENT> in method public assertThat(actual Iterable<? extends ELEMENT>) : AbstractIterableAssert<?,Iterable<? extends ELEMENT>,ELEMENT,ObjectAssert<ELEMENT>> in class org.assertj.core.api.Assertions |
From |
To |
|
Change Parameter Type condition : Condition<? super T> to condition : Condition<? super ELEMENT> in method public areExactly(times int, condition Condition<? super ELEMENT>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Parameter Type condition : Condition<? super T> to condition : Condition<? super ELEMENT> in method public areAtLeast(times int, condition Condition<? super ELEMENT>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Parameter Type values : Iterable<? extends T> to values : Iterable<? extends ELEMENT> in method public isSubsetOf(values Iterable<? extends ELEMENT>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Parameter Type condition : Condition<? super T> to condition : Condition<? super ELEMENT> in method public areNot(condition Condition<? super ELEMENT>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Parameter Type sequence : T... to sequence : ELEMENT... in method public containsSequence(sequence ELEMENT...) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Parameter Type actual : Iterator<? extends T> to actual : Iterator<? extends ELEMENT> in method protected IterableAssert(actual Iterator<? extends ELEMENT>) in class org.assertj.core.api.IterableAssert |
From |
To |
|
Change Parameter Type condition : Condition<? super T> to condition : Condition<? super ELEMENT> in method public are(condition Condition<? super ELEMENT>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Parameter Type extractor : Extractor<? super T,? extends Collection<V>> to extractor : Extractor<? super ELEMENT,? extends Collection<V>> in method public flatExtracting(extractor Extractor<? super ELEMENT,? extends Collection<V>>) : ListAssert<V> in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Parameter Type actual : A to actual : ACTUAL in method protected AbstractIterableAssert(actual ACTUAL, selfType Class<?>) in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Parameter Type sequence : T... to sequence : ELEMENT... in method public endsWith(sequence ELEMENT...) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Parameter Type condition : Condition<? super A> to condition : Condition<? super ACTUAL> in method public doesNotHave(condition Condition<? super ACTUAL>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Parameter Type values : T... to values : ELEMENT... in method public containsOnly(values ELEMENT...) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Parameter Type customComparator : Comparator<? super T> to customComparator : Comparator<? super ELEMENT> in method public usingElementComparator(customComparator Comparator<? super ELEMENT>) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Parameter Type elementComparator : Comparator<? super T> to elementComparator : Comparator<? super ELEMENT> in method public usingElementComparator(elementComparator Comparator<? super ELEMENT>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Parameter Type actual : Iterator<? extends T> to actual : Iterator<? extends ELEMENT> in method public assertThat(actual Iterator<? extends ELEMENT>) : AbstractIterableAssert<?,Iterable<? extends ELEMENT>,ELEMENT,ObjectAssert<ELEMENT>> in class org.assertj.core.api.Assertions |
From |
To |
|
Change Parameter Type actual : Iterable<? extends T> to actual : Iterable<? extends ELEMENT> in method protected IterableAssert(actual Iterable<? extends ELEMENT>) in class org.assertj.core.api.IterableAssert |
From |
To |
|
Change Parameter Type condition : Condition<? super A> to condition : Condition<? super ACTUAL> in method public isNot(condition Condition<? super ACTUAL>) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Parameter Type actual : Collection<T> to actual : Collection<ELEMENT> in method public ConcreteIterableAssert(actual Collection<ELEMENT>) in class org.assertj.core.api.ConcreteIterableAssert |
From |
To |
|
Change Parameter Type condition : Condition<? super T> to condition : Condition<? super ELEMENT> in method public filteredOn(condition Condition<? super ELEMENT>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Parameter Type sequence : T... to sequence : ELEMENT... in method public containsSubsequence(sequence ELEMENT...) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Parameter Type condition : Condition<? super T> to condition : Condition<? super ELEMENT> in method public have(condition Condition<? super ELEMENT>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Parameter Type condition : Condition<? super A> to condition : Condition<? super ACTUAL> in method public doesNotHave(condition Condition<? super ACTUAL>) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Parameter Type condition : Condition<? super A> to condition : Condition<? super ACTUAL> in method public isNot(condition Condition<? super ACTUAL>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Parameter Type sequence : T... to sequence : ELEMENT... in method public startsWith(sequence ELEMENT...) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Parameter Type iterable : Iterable<? extends T> to iterable : Iterable<? extends ELEMENT> in method public containsOnlyElementsOf(iterable Iterable<? extends ELEMENT>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Parameter Type actual : List<? extends T> to actual : List<? extends ELEMENT> in method public assertThat(actual List<? extends ELEMENT>, assertClass Class<ELEMENT_ASSERT>) : ClassBasedNavigableListAssert<?,ACTUAL,ELEMENT,ELEMENT_ASSERT> in class org.assertj.core.api.Assertions |
From |
To |
|
Change Parameter Type values : T... to values : ELEMENT... in method public contains(values ELEMENT...) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Parameter Type condition : Condition<? super T> to condition : Condition<? super ELEMENT> in method public is(condition Condition<? super ELEMENT>, index Index) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Parameter Type actual : List<? extends T> to actual : List<? extends ELEMENT> in method protected ListAssert(actual List<? extends ELEMENT>) in class org.assertj.core.api.ListAssert |
From |
To |
|
Change Parameter Type value : T to value : ELEMENT in method public doesNotContain(value ELEMENT, index Index) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Parameter Type comparator : Comparator<? super T> to comparator : Comparator<? super ELEMENT> in method public isSortedAccordingTo(comparator Comparator<? super ELEMENT>) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Parameter Type condition : Condition<? super A> to condition : Condition<? super ACTUAL> in method public is(condition Condition<? super ACTUAL>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Parameter Type condition : Condition<? super T> to condition : Condition<? super ELEMENT> in method public haveAtMost(times int, condition Condition<? super ELEMENT>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Parameter Type values : T... to values : ELEMENT... in method public containsOnlyOnce(values ELEMENT...) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Parameter Type condition : Condition<? super T> to condition : Condition<? super ELEMENT> in method public has(condition Condition<? super ELEMENT>, index Index) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Parameter Type condition : Condition<? super T> to condition : Condition<? super ELEMENT> in method public doNotHave(condition Condition<? super ELEMENT>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Parameter Type extractor : Extractor<? super T,V> to extractor : Extractor<? super ELEMENT,V> in method public extracting(extractor Extractor<? super ELEMENT,V>) : ListAssert<V> in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Parameter Type condition : Condition<? super T> to condition : Condition<? super ELEMENT> in method public haveAtLeastOne(condition Condition<? super ELEMENT>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Parameter Type iterable : Iterable<? extends T> to iterable : Iterable<? extends ELEMENT> in method public doesNotContainAnyElementsOf(iterable Iterable<? extends ELEMENT>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Parameter Type value : T to value : ELEMENT in method public contains(value ELEMENT, index Index) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Parameter Type condition : Condition<? super A> to condition : Condition<? super ACTUAL> in method public has(condition Condition<? super ACTUAL>) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Parameter Type values : T... to values : ELEMENT... in method public doesNotContain(values ELEMENT...) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Parameter Type condition : Condition<? super A> to condition : Condition<? super ACTUAL> in method public is(condition Condition<? super ACTUAL>) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Parameter Type values : T... to values : ELEMENT... in method public isSubsetOf(values ELEMENT...) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Parameter Type condition : Condition<? super T> to condition : Condition<? super ELEMENT> in method public areAtLeastOne(condition Condition<? super ELEMENT>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Parameter Type condition : Condition<? super T> to condition : Condition<? super ELEMENT> in method public areAtMost(times int, condition Condition<? super ELEMENT>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Parameter Type iterable : Iterable<? extends T> to iterable : Iterable<? extends ELEMENT> in method public containsExactlyElementsOf(iterable Iterable<? extends ELEMENT>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Parameter Type customComparator : Comparator<? super A> to customComparator : Comparator<? super ACTUAL> in method public usingComparator(customComparator Comparator<? super ACTUAL>) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Parameter Type actual : List<? extends T> to actual : List<? extends ELEMENT> in method public assertThat(actual List<? extends ELEMENT>) : AbstractListAssert<?,List<? extends ELEMENT>,ELEMENT,ObjectAssert<ELEMENT>> in class org.assertj.core.api.Assertions |
From |
To |
|
Change Parameter Type assertFactory : AssertFactory<T,TA> to assertClass : Class<ELEMENT_ASSERT> in method public assertThat(actual List<? extends ELEMENT>, assertClass Class<ELEMENT_ASSERT>) : ClassBasedNavigableListAssert<?,ACTUAL,ELEMENT,ELEMENT_ASSERT> in class org.assertj.core.api.Assertions |
From |
To |
|
Change Parameter Type iterable : Iterable<? extends T> to iterable : Iterable<? extends ELEMENT> in method public containsAll(iterable Iterable<? extends ELEMENT>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public areAtLeastOne(condition Condition<? super ELEMENT>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public isSortedAccordingTo(comparator Comparator<? super ELEMENT>) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Return Type S to SELF in method public describedAs(description String, args Object...) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method protected usingComparisonStrategy(comparisonStrategy ComparisonStrategy) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public containsSubsequence(sequence ELEMENT...) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public filteredOn(condition Condition<? super ELEMENT>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public containsOnlyOnce(values ELEMENT...) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public containsExactlyElementsOf(iterable Iterable<? extends ELEMENT>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public describedAs(description String, args Object...) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Return Type S to SELF in method public doesNotContainAnyElementsOf(iterable Iterable<? extends ELEMENT>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type AbstractIterableAssert<?,? extends Iterable<? extends T>,T> to AbstractIterableAssert<?,Iterable<? extends T>,T,ObjectAssert<T>> in method public then(actual Iterable<? extends T>) : AbstractIterableAssert<?,Iterable<? extends T>,T,ObjectAssert<T>> in class org.assertj.core.api.BDDAssertions |
From |
To |
|
Change Return Type S to SELF in method public filteredOn(propertyOrFieldName String, filterOperator FilterOperator<?>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public doesNotHaveSameClassAs(other Object) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Return Type S to SELF in method public isNot(condition Condition<? super ACTUAL>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public isSorted() : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Return Type S to SELF in method public containsOnlyElementsOf(iterable Iterable<? extends ELEMENT>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public hasSameClassAs(other Object) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Return Type S to SELF in method public doesNotHaveSameClassAs(other Object) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public isNotOfAnyClassIn(types Class<?>...) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public isSameAs(expected Object) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Return Type S to SELF in method public containsAll(iterable Iterable<? extends ELEMENT>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public hasToString(expectedToString String) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type AbstractIterableAssert<?,? extends Iterable<? extends T>,T> to IterableAssert<T> in method public assertThat(actual Iterable<? extends T>) : IterableAssert<T> in class org.assertj.core.api.Java6Assertions |
From |
To |
|
Change Return Type S to SELF in method public as(description String, args Object...) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Return Type S to SELF in method public isSubsetOf(values ELEMENT...) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public containsSequence(sequence ELEMENT...) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public isNotExactlyInstanceOf(type Class<?>) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Return Type S to SELF in method public isEqualTo(expected Object) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Return Type S to SELF in method public areAtMost(times int, condition Condition<? super ELEMENT>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public endsWith(sequence ELEMENT...) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type IterableAssert<T> to IterableAssert<ELEMENT> in method public isExactlyInstanceOf(type Class<?>) : IterableAssert<ELEMENT> in class org.assertj.core.api.IterableAssert |
From |
To |
|
Change Return Type S to SELF in method public isIn(values Iterable<?>) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Return Type S to SELF in method public filteredOnNull(propertyOrFieldName String) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type IterableAssert<T> to IterableAssert<ELEMENT> in method public isNotExactlyInstanceOf(type Class<?>) : IterableAssert<ELEMENT> in class org.assertj.core.api.IterableAssert |
From |
To |
|
Change Return Type S to SELF in method public isInstanceOfAny(types Class<?>...) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Return Type S to SELF in method public isNotEmpty() : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public usingElementComparatorOnFields(fields String...) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public hasOnlyElementsOfType(expectedType Class<?>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public doesNotHave(condition Condition<? super ACTUAL>) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Return Type S to SELF in method public doesNotContain(values ELEMENT...) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type AbstractListAssert<?,?,Object> to AbstractListAssert<?,List<? extends Object>,Object,ObjectAssert<Object>> in method public asList() : AbstractListAssert<?,List<? extends Object>,Object,ObjectAssert<Object>> in class org.assertj.core.api.AbstractAssert |
From |
To |
|
Change Return Type S to SELF in method public isInstanceOf(type Class<?>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public hasAtLeastOneElementOfType(expectedType Class<?>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type AbstractListAssert<?,? extends List<? extends T>,T> to AbstractListAssert<?,List<? extends ELEMENT>,ELEMENT,ObjectAssert<ELEMENT>> in method public assertThat(actual List<? extends ELEMENT>) : AbstractListAssert<?,List<? extends ELEMENT>,ELEMENT,ObjectAssert<ELEMENT>> in class org.assertj.core.api.Assertions |
From |
To |
|
Change Return Type S to SELF in method public isNotOfAnyClassIn(types Class<?>...) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Return Type S to SELF in method public describedAs(description Description) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public withThreadDumpOnError() : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public doesNotHave(condition Condition<? super ACTUAL>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public is(condition Condition<? super ACTUAL>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public inBinary() : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public has(condition Condition<? super ACTUAL>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type IterableAssert<T> to IterableAssert<ELEMENT> in method public isInstanceOfAny(types Class<?>...) : IterableAssert<ELEMENT> in class org.assertj.core.api.IterableAssert |
From |
To |
|
Change Return Type S to SELF in method public is(condition Condition<? super ELEMENT>, index Index) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Return Type S to SELF in method public has(condition Condition<? super ELEMENT>, index Index) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Return Type S to SELF in method public isIn(values Object...) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Return Type S to SELF in method public hasSameSizeAs(other Iterable<?>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public hasToString(expectedToString String) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Return Type S to SELF in method public overridingErrorMessage(newErrorMessage String, args Object...) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Return Type IterableAssert<T> to IterableAssert<ELEMENT> in method public isNotInstanceOfAny(types Class<?>...) : IterableAssert<ELEMENT> in class org.assertj.core.api.IterableAssert |
From |
To |
|
Change Return Type S to SELF in method public hasSameSizeAs(other Object) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public areAtLeast(times int, condition Condition<? super ELEMENT>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public areExactly(times int, condition Condition<? super ELEMENT>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public usingElementComparator(elementComparator Comparator<? super ELEMENT>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public as(description String, args Object...) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type AbstractIterableAssert<?,? extends Iterable<? extends T>,T> to AbstractIterableAssert<?,Iterable<? extends ELEMENT>,ELEMENT,ObjectAssert<ELEMENT>> in method public assertThat(actual Iterator<? extends ELEMENT>) : AbstractIterableAssert<?,Iterable<? extends ELEMENT>,ELEMENT,ObjectAssert<ELEMENT>> in class org.assertj.core.api.Assertions |
From |
To |
|
Change Return Type S to SELF in method public usingElementComparator(customComparator Comparator<? super ELEMENT>) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Return Type S to SELF in method public contains(value ELEMENT, index Index) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Return Type S to SELF in method public are(condition Condition<? super ELEMENT>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public isSameAs(expected Object) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public doesNotContain(value ELEMENT, index Index) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Return Type S to SELF in method public haveAtLeast(times int, condition Condition<? super ELEMENT>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public haveExactly(times int, condition Condition<? super ELEMENT>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public isNotSameAs(other Object) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type A to ASSERT in method public createAssert(t T) : ASSERT in class org.assertj.core.api.AssertFactory |
From |
To |
|
Change Return Type S to SELF in method public isEqualTo(expected Object) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public isNotIn(values Iterable<?>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type AbstractIterableAssert<?,? extends Iterable<? extends T>,T> to IterableAssert<T> in method public assertThat(actual Iterator<? extends T>) : IterableAssert<T> in class org.assertj.core.api.Java6Assertions |
From |
To |
|
Change Return Type S to SELF in method public doNotHave(condition Condition<? super ELEMENT>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public has(condition Condition<? super ACTUAL>) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Return Type S to SELF in method public is(condition Condition<? super ACTUAL>) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Return Type AbstractIterableAssert<?,? extends Iterable<? extends T>,T> to AbstractIterableAssert<?,Iterable<? extends ELEMENT>,ELEMENT,ObjectAssert<ELEMENT>> in method public assertThat(actual Iterable<? extends ELEMENT>) : AbstractIterableAssert<?,Iterable<? extends ELEMENT>,ELEMENT,ObjectAssert<ELEMENT>> in class org.assertj.core.api.Assertions |
From |
To |
|
Change Return Type S to SELF in method public areNot(condition Condition<? super ELEMENT>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public usingDefaultElementComparator() : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Return Type S to SELF in method public containsNull() : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public as(description Description) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Return Type S to SELF in method public withThreadDumpOnError() : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Return Type S to SELF in method public usingDefaultElementComparator() : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public describedAs(description Description) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Return Type S to SELF in method public isSubsetOf(values Iterable<? extends ELEMENT>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public isInstanceOfAny(types Class<?>...) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public isNotInstanceOf(type Class<?>) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Return Type S to SELF in method public haveAtLeastOne(condition Condition<? super ELEMENT>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public isExactlyInstanceOf(type Class<?>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public overridingErrorMessage(newErrorMessage String, args Object...) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method protected usingComparisonStrategy(comparisonStrategy ComparisonStrategy) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Return Type AbstractIterableAssert<?,? extends Iterable<? extends T>,T> to AbstractIterableAssert<?,Iterable<? extends T>,T,ObjectAssert<T>> in method public then(actual Iterator<? extends T>) : AbstractIterableAssert<?,Iterable<? extends T>,T,ObjectAssert<T>> in class org.assertj.core.api.BDDAssertions |
From |
To |
|
Change Return Type S to SELF in method public doesNotContainNull() : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public isNotNull() : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public haveAtMost(times int, condition Condition<? super ELEMENT>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public isNotInstanceOfAny(types Class<?>...) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Return Type S to SELF in method public isNotInstanceOfAny(types Class<?>...) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public isNotExactlyInstanceOf(type Class<?>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public isInstanceOf(type Class<?>) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Return Type S to SELF in method public isNotInstanceOf(type Class<?>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public isOfAnyClassIn(types Class<?>...) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public isNotIn(values Object...) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Return Type S to SELF in method public hasSize(expected int) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public containsOnly(values ELEMENT...) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public isNotIn(values Object...) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public doesNotHaveDuplicates() : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public contains(values ELEMENT...) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public usingComparator(customComparator Comparator<? super ACTUAL>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public isIn(values Object...) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public filteredOn(propertyOrFieldName String, expectedValue Object) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type IterableAssert<T> to IterableAssert<ELEMENT> in method public isInstanceOf(type Class<?>) : IterableAssert<ELEMENT> in class org.assertj.core.api.IterableAssert |
From |
To |
|
Change Return Type S to SELF in method public withFailMessage(newErrorMessage String, args Object...) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Return Type AbstractListAssert<?,?,Object> to AbstractListAssert<?,List<? extends Object>,Object,ObjectAssert<Object>> in method public asList() : AbstractListAssert<?,List<? extends Object>,Object,ObjectAssert<Object>> in class org.assertj.core.api.Assert |
From |
To |
|
Change Return Type S to SELF in method public containsExactlyInAnyOrder(values ELEMENT...) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public isNotIn(values Iterable<?>) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Return Type IterableAssert<T> to IterableAssert<ELEMENT> in method public isSameAs(expected Object) : IterableAssert<ELEMENT> in class org.assertj.core.api.IterableAssert |
From |
To |
|
Change Return Type S to SELF in method public isNotNull() : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Return Type S to SELF in method public isNot(condition Condition<? super ACTUAL>) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Return Type S to SELF in method public usingDefaultComparator() : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Return Type NavigationListAssert<T,TA> to ClassBasedNavigableListAssert<?,ACTUAL,ELEMENT,ELEMENT_ASSERT> in method public assertThat(actual List<? extends ELEMENT>, assertClass Class<ELEMENT_ASSERT>) : ClassBasedNavigableListAssert<?,ACTUAL,ELEMENT,ELEMENT_ASSERT> in class org.assertj.core.api.Assertions |
From |
To |
|
Change Return Type S to SELF in method public usingComparator(customComparator Comparator<? super ACTUAL>) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Return Type S to SELF in method public isIn(values Iterable<?>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public isExactlyInstanceOf(type Class<?>) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Return Type S to SELF in method public startsWith(sequence ELEMENT...) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public usingFieldByFieldElementComparator() : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public inHexadecimal() : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public containsExactly(values ELEMENT...) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public hasSameClassAs(other Object) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public isOfAnyClassIn(types Class<?>...) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Return Type S to SELF in method public usingElementComparatorIgnoringFields(fields String...) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type AbstractListAssert<?,? extends List<? extends T>,T> to AbstractListAssert<?,List<? extends T>,T,ObjectAssert<T>> in method public then(actual List<? extends T>) : AbstractListAssert<?,List<? extends T>,T,ObjectAssert<T>> in class org.assertj.core.api.BDDAssertions |
From |
To |
|
Change Return Type S to SELF in method public withFailMessage(newErrorMessage String, args Object...) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public hasSameElementsAs(iterable Iterable<? extends ELEMENT>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type S to SELF in method public as(description Description) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type IterableAssert<T> to IterableAssert<ELEMENT> in method public isNotSameAs(expected Object) : IterableAssert<ELEMENT> in class org.assertj.core.api.IterableAssert |
From |
To |
|
Change Return Type S to SELF in method public isNotSameAs(other Object) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Return Type S to SELF in method public isNotEqualTo(other Object) : SELF in class org.assertj.core.api.AbstractListAssert |
From |
To |
|
Change Return Type S to SELF in method public usingDefaultComparator() : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type IterableAssert<T> to IterableAssert<ELEMENT> in method public isNotInstanceOf(type Class<?>) : IterableAssert<ELEMENT> in class org.assertj.core.api.IterableAssert |
From |
To |
|
Change Return Type IterableAssert<T> to IterableAssert<ELEMENT> in method public isOfAnyClassIn(types Class<?>...) : IterableAssert<ELEMENT> in class org.assertj.core.api.IterableAssert |
From |
To |
|
Change Return Type S to SELF in method public isNotEqualTo(other Object) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |
|
Change Return Type IterableAssert<T> to IterableAssert<ELEMENT> in method public isNotOfAnyClassIn(types Class<?>...) : IterableAssert<ELEMENT> in class org.assertj.core.api.IterableAssert |
From |
To |
|
Change Return Type AbstractListAssert<?,? extends List<? extends T>,T> to ListAssert<T> in method public assertThat(actual List<? extends T>) : ListAssert<T> in class org.assertj.core.api.Java6Assertions |
From |
To |
|
Change Return Type S to SELF in method public have(condition Condition<? super ELEMENT>) : SELF in class org.assertj.core.api.AbstractIterableAssert |
From |
To |