diff --git a/src/de/dhbwstuttgart/core/JavaTXCompiler.java b/src/de/dhbwstuttgart/core/JavaTXCompiler.java index bac09f8b6..2abd8b9d2 100644 --- a/src/de/dhbwstuttgart/core/JavaTXCompiler.java +++ b/src/de/dhbwstuttgart/core/JavaTXCompiler.java @@ -83,6 +83,7 @@ public class JavaTXCompiler { //Alle Importierten Klassen in allen geparsten Sourcefiles kommen ins FC for(SourceFile sf : this.sourceFiles.values()) { //allClasses.addAll(getAvailableClasses(sf)); + allClasses.addAll(sf.getClasses()); } final ConstraintSet cons = getConstraints();