|
Rename Parameter type : Class<?> to expectedType : Class<?> in method public hasOnlyElementsOfType(expectedType Class<?>) : AtomicReferenceArrayAssert<T> in class org.assertj.core.api.AtomicReferenceArrayAssert |
From |
To |
|
Rename Parameter start : long to startInclusive : long in method public hasValueBetween(startInclusive long, endInclusive long) : AtomicLongAssert in class org.assertj.core.api.AtomicLongAssert |
From |
To |
|
Rename Parameter type : Class<?> to expectedType : Class<?> in method public hasAtLeastOneElementOfType(expectedType Class<?>) : AtomicReferenceArrayAssert<T> in class org.assertj.core.api.AtomicReferenceArrayAssert |
From |
To |
|
Rename Parameter start : int to startInclusive : int in method public hasValueBetween(startInclusive int, endInclusive int) : AtomicIntegerAssert in class org.assertj.core.api.AtomicIntegerAssert |
From |
To |
|
Rename Parameter end : long to endInclusive : long in method public hasValueBetween(startInclusive long, endInclusive long) : AtomicLongAssert in class org.assertj.core.api.AtomicLongAssert |
From |
To |
|
Rename Parameter end : int to endInclusive : int in method public hasValueBetween(startInclusive int, endInclusive int) : AtomicIntegerAssert in class org.assertj.core.api.AtomicIntegerAssert |
From |
To |