|
Rename Parameter actual : IntPredicate to intPredicate : IntPredicate in method public assumeThat(intPredicate IntPredicate) : IntPredicateAssert in class org.assertj.core.api.WithAssumptions |
From |
To |
|
Rename Parameter actual : Double to value : Double in method public within(value Double) : Offset<Double> in class org.assertj.core.api.WithAssertions |
From |
To |
|
Rename Parameter optional : OptionalLong to optionalLong : OptionalLong in method public assumeThat(optionalLong OptionalLong) : OptionalLongAssert in class org.assertj.core.api.WithAssumptions |
From |
To |
|
Rename Parameter exceptionClass : Class<? extends Throwable> to throwableClass : Class<? extends Throwable> in method public failBecauseExceptionWasNotThrown(throwableClass Class<? extends Throwable>) : void in class org.assertj.core.api.WithAssertions |
From |
To |
|
Rename Parameter actual : Stream<? extends ELEMENT> to stream : Stream<? extends ELEMENT> in method public assumeThat(stream Stream<? extends ELEMENT>) : AbstractListAssert<?,List<? extends ELEMENT>,ELEMENT,ObjectAssert<ELEMENT>> in class org.assertj.core.api.WithAssumptions |
From |
To |
|
Rename Parameter actual : Future<RESULT> to future : Future<RESULT> in method public assumeThat(future Future<RESULT>) : AbstractFutureAssert<?,? extends Future<? extends RESULT>,RESULT> in class org.assertj.core.api.Assumptions |
From |
To |
|
Rename Parameter actual : int to index : int in method public atIndex(index int) : Index in class org.assertj.core.api.WithAssertions |
From |
To |
|
Rename Parameter actual : File to file : File in method public contentOf(file File) : String in class org.assertj.core.api.WithAssertions |
From |
To |
|
Rename Parameter actual : LongStream to longStream : LongStream in method public assumeThat(longStream LongStream) : AbstractListAssert<?,List<? extends Long>,Long,ObjectAssert<Long>> in class org.assertj.core.api.WithAssumptions |
From |
To |
|
Rename Parameter actual : Instant to instant : Instant in method public assumeThat(instant Instant) : AbstractInstantAssert<?> in class org.assertj.core.api.WithAssumptions |
From |
To |
|
Rename Parameter actual : DoubleStream to doubleStream : DoubleStream in method public assumeThat(doubleStream DoubleStream) : AbstractListAssert<?,List<? extends Double>,Double,ObjectAssert<Double>> in class org.assertj.core.api.WithAssumptions |
From |
To |
|
Rename Parameter arg1 : Charset to charset : Charset in method public linesOf(file File, charset Charset) : List<String> in class org.assertj.core.api.WithAssertions |
From |
To |
|
Rename Parameter actual : ZonedDateTime to zonedDateTime : ZonedDateTime in method public assumeThat(zonedDateTime ZonedDateTime) : AbstractZonedDateTimeAssert<?> in class org.assertj.core.api.WithAssumptions |
From |
To |
|
Rename Parameter actual : String to userCustomDateFormatPattern : String in method public registerCustomDateFormat(userCustomDateFormatPattern String) : void in class org.assertj.core.api.WithAssertions |
From |
To |
|
Rename Parameter actual : IntStream to intStream : IntStream in method public assumeThat(intStream IntStream) : AbstractListAssert<?,List<? extends Integer>,Integer,ObjectAssert<Integer>> in class org.assertj.core.api.WithAssumptions |
From |
To |
|
Rename Parameter exceptionClass : Class<? extends Throwable> to throwableClass : Class<? extends Throwable> in method public failBecauseExceptionWasNotThrown(throwableClass Class<? extends Throwable>) : void in class org.assertj.core.api.AssertionsForClassTypes |
From |
To |
|
Rename Parameter actual : boolean to allowExtractingPrivateFields : boolean in method public setAllowExtractingPrivateFields(allowExtractingPrivateFields boolean) : void in class org.assertj.core.api.WithAssertions |
From |
To |
|
Rename Parameter actual : Predicate<T> to predicate : Predicate<T> in method public assumeThat(predicate Predicate<T>) : PredicateAssert<T> in class org.assertj.core.api.WithAssumptions |
From |
To |
|
Rename Parameter actual : BigDecimal to value : BigDecimal in method public within(value BigDecimal) : Offset<BigDecimal> in class org.assertj.core.api.WithAssertions |
From |
To |
|
Rename Parameter actual : URI to uri : URI in method public assumeThat(uri URI) : AbstractUriAssert<?> in class org.assertj.core.api.WithAssumptions |
From |
To |
|
Rename Parameter actual : LongPredicate to longPredicate : LongPredicate in method public assumeThat(longPredicate LongPredicate) : LongPredicateAssert in class org.assertj.core.api.WithAssumptions |
From |
To |
|
Rename Parameter optional : OptionalInt to optionalInt : OptionalInt in method public assumeThat(optionalInt OptionalInt) : OptionalIntAssert in class org.assertj.core.api.WithAssumptions |
From |
To |
|
Rename Parameter actual : URL to url : URL in method public assumeThat(url URL) : AbstractUrlAssert<?> in class org.assertj.core.api.WithAssumptions |
From |
To |
|
Rename Parameter actual : DoublePredicate to doublePredicate : DoublePredicate in method public assumeThat(doublePredicate DoublePredicate) : DoublePredicateAssert in class org.assertj.core.api.WithAssumptions |
From |
To |
|
Rename Parameter actual : File to file : File in method public linesOf(file File) : List<String> in class org.assertj.core.api.WithAssertions |
From |
To |
|
Rename Parameter actual : List<? extends ELEMENT> to list : List<? extends ELEMENT> in method public assumeThat(list List<? extends ELEMENT>) : FactoryBasedNavigableListAssert<ListAssert<ELEMENT>,List<? extends ELEMENT>,ELEMENT,ObjectAssert<ELEMENT>> in class org.assertj.core.api.WithAssumptions |
From |
To |
|
Rename Parameter expectedValue : V to nonExpectedValue : V in method public doesNotHaveValue(nonExpectedValue V) : AtomicReferenceAssert<V> in class org.assertj.core.api.AtomicReferenceAssert |
From |
To |
|
Rename Parameter exceptionClass : Class<? extends Throwable> to throwableClass : Class<? extends Throwable> in method public shouldHaveThrown(throwableClass Class<? extends Throwable>) : void in class org.assertj.core.api.AssertionsForClassTypes |
From |
To |
|
Rename Parameter objects : Iterable<?> to target : Iterable<?> in method public propertyValues(fieldOrPropertyName String, target Iterable<?>) : List<Object> in class org.assertj.core.util.introspection.PropertySupport |
From |
To |
|
Rename Parameter actual : DateFormat to userCustomDateFormat : DateFormat in method public registerCustomDateFormat(userCustomDateFormat DateFormat) : void in class org.assertj.core.api.WithAssertions |
From |
To |
|
Rename Parameter expected : String to notExpected : String in method public isNotEqualByComparingTo(notExpected String) : SELF in class org.assertj.core.api.AbstractBigDecimalAssert |
From |
To |
|
Rename Parameter optional : OptionalDouble to optionalDouble : OptionalDouble in method public assumeThat(optionalDouble OptionalDouble) : OptionalDoubleAssert in class org.assertj.core.api.WithAssumptions |
From |
To |
|
Rename Parameter actual : boolean to removeAssertJRelatedElementsFromStackTrace : boolean in method public setRemoveAssertJRelatedElementsFromStackTrace(removeAssertJRelatedElementsFromStackTrace boolean) : void in class org.assertj.core.api.WithAssertions |
From |
To |
|
Rename Parameter actual : File to file : File in method public linesOf(file File, charset Charset) : List<String> in class org.assertj.core.api.WithAssertions |
From |
To |
|
Rename Parameter second : int to millisecond : int in method public isWithinMillisecond(millisecond int) : SELF in class org.assertj.core.api.AbstractDateAssert |
From |
To |
|
Rename Parameter actual : Float to value : Float in method public within(value Float) : Offset<Float> in class org.assertj.core.api.WithAssertions |
From |
To |