PickFirstParent.java

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

2.2
Location : build
Killed by : net.bmahe.genetics4j.core.combination.PickFirstParentHandlerTest.[engine:junit-jupiter]/[class:net.bmahe.genetics4j.core.combination.PickFirstParentHandlerTest]/[method:canHandle()]
removed call to net/bmahe/genetics4j/core/spec/combination/ImmutablePickFirstParent$Builder::build → KILLED

3.3
Location : build
Killed by : net.bmahe.genetics4j.core.combination.PickFirstParentHandlerTest.[engine:junit-jupiter]/[class:net.bmahe.genetics4j.core.combination.PickFirstParentHandlerTest]/[method:canHandle()]
removed call to net/bmahe/genetics4j/core/spec/combination/ImmutablePickFirstParent::builder → KILLED

Active mutators

Tests examined


Report generated by PIT 1.25.7 support