/* 503 */ MethodInfo constructorInfo = constructor.getMethodInfo2();
/* 504 */ SignatureAttribute attribute = (SignatureAttribute)constructorInfo.getAttribute("Signature");
/* 505 */ if (attribute != null)
/* */ {
/* 507 */ MethodInfo wrapperInfo = wmethod.getMethodInfo2();
/* 508 */ wrapperInfo.addAttribute(attribute.copy(wrapperInfo.getConstPool(), new HashMap()));
/* */ }
/* */
/* 512 */ getWrapper().prepareForWrapping(constructor, 0);
/* */ }
/* */