Latest nightly test failed with this message from maven on temper test -b java:
Error: /tmp/tmprbyc1imb/temper.out/java/temper-core/src/main/java/temper/core/Core.java:1165: error: @param name not found
Error: * @param <F> the result element type
Error: ^
/**
* <p>Implements {@code Listed::map}.
* </p>
* @param source read once for its contents
* @param function converts source values to result values
* @return the remapped list, with the same length
* @param <F> the result element type
*/
public static List<Boolean> listMapDoubleToObj(List<Double> source, DoubleFunction<Boolean> function) {
Latest nightly test failed with this message from maven on
temper test -b java
:That's from these new changes in Core.java:
We need to take out that
@param <F>
thing.Sadly, we only test temper test on nightly.