|
Change Return Type ListSubject<?,Long,List<Long>> to IterableSubject<?,Long,List<Long>> in method public asList() : IterableSubject<?,Long,List<Long>> in class com.google.common.truth.PrimitiveLongArraySubject |
From |
To |
|
Change Return Type ListSubject<?,Double,List<Double>> to IterableSubject<?,Double,List<Double>> in method private asList() : IterableSubject<?,Double,List<Double>> in class com.google.common.truth.PrimitiveDoubleArraySubject |
From |
To |
|
Change Return Type ListSubject<?,T,List<T>> to IterableSubject<?,T,List<T>> in method public asList() : IterableSubject<?,T,List<T>> in class com.google.common.truth.ObjectArraySubject |
From |
To |
|
Change Return Type ListSubject<?,Float,List<Float>> to IterableSubject<?,Float,List<Float>> in method private asList() : IterableSubject<?,Float,List<Float>> in class com.google.common.truth.PrimitiveFloatArraySubject |
From |
To |
|
Change Return Type ListSubject<?,Character,List<Character>> to IterableSubject<?,Character,List<Character>> in method public asList() : IterableSubject<?,Character,List<Character>> in class com.google.common.truth.PrimitiveCharArraySubject |
From |
To |
|
Change Return Type ListSubject<?,Integer,List<Integer>> to IterableSubject<?,Integer,List<Integer>> in method public asList() : IterableSubject<?,Integer,List<Integer>> in class com.google.common.truth.PrimitiveIntArraySubject |
From |
To |
|
Change Return Type ListSubject<?,Byte,List<Byte>> to IterableSubject<?,Byte,List<Byte>> in method public asList() : IterableSubject<?,Byte,List<Byte>> in class com.google.common.truth.PrimitiveByteArraySubject |
From |
To |
|
Change Return Type ListSubject<?,Boolean,List<Boolean>> to IterableSubject<?,Boolean,List<Boolean>> in method public asList() : IterableSubject<?,Boolean,List<Boolean>> in class com.google.common.truth.PrimitiveBooleanArraySubject |
From |
To |