className = className.replace('.', '/');
String baseName = className + _baseSuffix;
String extName = className + "__ResinExt";
for (int i = 0; i < entries.size(); i++) {
ConstantPoolEntry entry = entries.get(i);
if (entry instanceof MethodRefConstant) {
MethodRefConstant methodRef = (MethodRefConstant) entry;
if (! methodRef.getClassName().equals(baseName))