// We might also have a reference to a field
// which is not actually declared in the
// oldclass, in which case, we just fix up
// the ref to point to the new super class
r.setFieldRef(Scene.v().makeFieldRef(newClass,
fieldRef.name(), fieldRef.type(),
fieldRef.isStatic()));
} else if (fieldRef.declaringClass().getName()
.startsWith(oldClass.getName())) {
SootClass changeClass = _getInnerClassCopy(
oldClass, r.getField().getDeclaringClass(),