aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--subprojects/store/src/main/java/tools/refinery/store/statecoding/neighbourhood/AbstractNeighbourhoodCalculator.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/subprojects/store/src/main/java/tools/refinery/store/statecoding/neighbourhood/AbstractNeighbourhoodCalculator.java b/subprojects/store/src/main/java/tools/refinery/store/statecoding/neighbourhood/AbstractNeighbourhoodCalculator.java
index 8fcf24b1..0a40a19d 100644
--- a/subprojects/store/src/main/java/tools/refinery/store/statecoding/neighbourhood/AbstractNeighbourhoodCalculator.java
+++ b/subprojects/store/src/main/java/tools/refinery/store/statecoding/neighbourhood/AbstractNeighbourhoodCalculator.java
@@ -24,6 +24,7 @@ public abstract class AbstractNeighbourhoodCalculator {
24 protected AbstractNeighbourhoodCalculator(List<? extends Interpretation<?>> interpretations, IntSet individuals) { 24 protected AbstractNeighbourhoodCalculator(List<? extends Interpretation<?>> interpretations, IntSet individuals) {
25 this.nullImpactValues = new ArrayList<>(); 25 this.nullImpactValues = new ArrayList<>();
26 this.impactValues = new LinkedHashMap<>(); 26 this.impactValues = new LinkedHashMap<>();
27 @SuppressWarnings("squid:S2245")
27 Random random = new Random(1); 28 Random random = new Random(1);
28 29
29 individualHashValues = new IntLongHashMap(); 30 individualHashValues = new IntLongHashMap();