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