return;
}
else if (! ref.getName().equals("<init>")) {
// private methods are called with invokespecial, but shouldn't
// be modified
JMethod method = findMethod(jClass,
ref.getName(),
ref.getType());
if (method != null && method.isPrivate())
return;
}
String superName;
if (ref.getName().equals("<init>"))