This commit is contained in:
JanUlrich 2015-01-04 23:29:56 +01:00
commit 7ef990ef08
3 changed files with 4 additions and 5 deletions

2
bin/.gitignore vendored
View File

@ -1,2 +0,0 @@
/de/
/plugindevelopment/

View File

@ -744,7 +744,8 @@ public class ClassFile
// Datei vorbereiten
//File file = new File(MyCompiler.getAPI().getOutputDir()
File file = new File ("/Users/pl/forschung/PIZZA+/JVM_Generics/Testfiles/"
File file = new File ("/Users/pl/ResearchPapers/PIZZA+/Intersection_Types/"
//File file = new File ("/Users/pl/ResearchPapers/PIZZA+/JVM_Generics/Testfiles/"
+ class_name + ".class");
FileOutputStream f = new FileOutputStream(file);

View File

@ -2400,7 +2400,7 @@ throws MatchException
return true;
}
}
//Wildcard ergänzt PL 12-12-05
//Wildcard ergänzt PL 14-12-05
if ( T instanceof ExtendsWildcardType )
{
Type Temp = ((ExtendsWildcardType) T).get_ExtendsType();
@ -2415,7 +2415,7 @@ throws MatchException
}
}
}
//Wildcard ergänzt PL 14-12-05
if ( T instanceof SuperWildcardType )
{
Type Temp = ((SuperWildcardType) T).get_SuperType();