Bug in Matrix gefixt

This commit is contained in:
Fayez Abu Alia 2019-04-05 12:38:29 +02:00
parent 9d2fdf9692
commit 9d16855ce2

View File

@ -772,7 +772,7 @@ public class BytecodeGenMethod implements StatementVisitor {
System.out.println("Methods of " + receiverName + " ");
java.lang.reflect.Method methodRefl = null;
String clazz = receiverName.replace("/", ".");
if(!receiverName.equals(className)) {
// if(!receiverName.equals(className)) {
ClassLoader cLoader = ClassLoader.getSystemClassLoader();
// This will be used if the class is not standard class (not in API)
ClassLoader cLoader2;
@ -852,7 +852,7 @@ public class BytecodeGenMethod implements StatementVisitor {
//do nothing
}
}
}
// }
methodCall.receiver.accept(this);