ProgramRandomCombine.java

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
Location : build
Killed by : net.bmahe.genetics4j.gp.combination.ProgramRandomCombineHandlerTest.[engine:junit-jupiter]/[class:net.bmahe.genetics4j.gp.combination.ProgramRandomCombineHandlerTest]/[method:resolve()]
replaced return value with null for net/bmahe/genetics4j/gp/spec/combination/ProgramRandomCombine::build → KILLED

2.2
Location : build
Killed by : net.bmahe.genetics4j.gp.combination.ProgramRandomCombineHandlerTest.[engine:junit-jupiter]/[class:net.bmahe.genetics4j.gp.combination.ProgramRandomCombineHandlerTest]/[method:resolve()]
removed call to net/bmahe/genetics4j/gp/spec/combination/ProgramRandomCombine$1::<init> → KILLED

Active mutators

Tests examined


Report generated by PIT 1.19.6