1 | package net.bmahe.genetics4j.core.spec.combination; | |
2 | ||
3 | import org.immutables.value.Value; | |
4 | ||
5 | @Value.Immutable | |
6 | public abstract class OrderCrossover implements CombinationPolicy { | |
7 | ||
8 | public static OrderCrossover build() { | |
9 |
2
1. build : replaced return value with null for net/bmahe/genetics4j/core/spec/combination/OrderCrossover::build → NO_COVERAGE 2. build : removed call to net/bmahe/genetics4j/core/spec/combination/OrderCrossover$1::<init> → NO_COVERAGE |
return new OrderCrossover() { |
10 | }; | |
11 | } | |
12 | } | |
Mutations | ||
9 |
1.1 2.2 |