/* */ catch (NotFoundException e)
/* */ {
/* 714 */ CtMethod instanceAdvisorMethod = CtNewMethod.delegator(names.getWrapper(), this.genInstanceAdvisor);
/* 715 */ String code = "checkVersion();if (" + updatedAdvicesFieldName + ")" + "{ " + " " + JoinPointInfo.class.getName() + " copy = " + names.getInfoFieldName() + ".copy();" + " copy.setInterceptors( " + "instanceAdvisorMixin" + ".getWrappers(copy.getInterceptors()) );" + " " + updatedAdvicesFieldName + " = false;" + " " + names.getJoinPointField().getName() + " = null;" + " super.rebindJoinPointWithInstanceInformation(copy);" + "}";
/* */
/* 726 */ instanceAdvisorMethod.insertBefore(code);
/* 727 */ this.genInstanceAdvisor.addMethod(instanceAdvisorMethod);
/* */ }
/* */ }
/* */
/* */ protected void initaliseMethodInfo(String infoName, long hash, long unadvisedHash)