SelectAll.java

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

Mutations

9

1.1
Location : build
Killed by : net.bmahe.genetics4j.core.replacement.ElitismImplTest.[engine:junit-jupiter]/[class:net.bmahe.genetics4j.core.replacement.ElitismImplTest]/[method:ctorNoSurvivorSelector()]
removed call to net/bmahe/genetics4j/core/spec/selection/SelectAll$1::<init> → KILLED

2.2
Location : build
Killed by : net.bmahe.genetics4j.core.replacement.ElitismImplTest.[engine:junit-jupiter]/[class:net.bmahe.genetics4j.core.replacement.ElitismImplTest]/[method:ctorNoSurvivorSelector()]
replaced return value with null for net/bmahe/genetics4j/core/spec/selection/SelectAll::build → KILLED

Active mutators

Tests examined


Report generated by PIT 1.19.6