modified: src/main/java/de/dhbwstuttgart/bytecode/genericsGenerator/GeneratedGenericsFinder.java

This commit is contained in:
pl@gohorb.ba-horb.de 2021-01-18 13:40:20 +01:00
parent 3ef15d814d
commit bd6d74c74d

View File

@ -136,17 +136,15 @@ public class GeneratedGenericsFinder implements ASTVisitor {
//PL 2020-10-16: Ab hier GGenerics implementieren durch Ali
//Rueckgabe an generatedGenericsForSF
fogg = new FamilyOfGeneratedGenerics(tphExtractor);
<<<<<<< HEAD
System.out.println("fogg: "+ fogg.methodConstraintsWithPosition);
/*
=======
System.out.println("fogg.allConstraints: "+ fogg.allConstraints);
System.out.println("fogg.posOfTPHs: "+ fogg.posOfTPHs);
System.out.println("fogg.classConstraints: "+ fogg.classConstraints);
System.out.println("fogg.methodConstraintsWithPosition: "+ fogg.methodConstraintsWithPosition);
>>>>>>> fc8f11ebb1d4d900b2611616b89a1f24f054e9b4
tphsClass = tphExtractor.tphsClass;
//PL 2020-01-15
//Es muss ggResult aus fogg gebildet werden