2 Commits

Author SHA1 Message Date
NoName11234
604ee60000 Merge branch 'main' of https://gitea.hb.dhbw-stuttgart.de/i21017/JavaTypeUnify 2024-04-14 07:56:29 +02:00
NoName11234
0ff307520c removed volatile from ConstraintSetRepository 2024-04-14 07:56:24 +02:00

View File

@@ -90,7 +90,7 @@ public class TypeUnifyTask extends RecursiveTask<Set<Set<UnifyPair>>> {
static Writer statisticsFile = new NullWriter();
//Attribute für die Rekursionsoptimierung -> bereits in einem Thread berechnete Pfade kein zweites Mal berechnen
protected volatile ConstraintSetRepository constraintSetRepository;
protected ConstraintSetRepository constraintSetRepository;
public boolean hasBeenCalculated = false;
public TypeUnifyTask() {