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