" " + updatedAdvicesFieldName + " = false;" +
" " + names.getJoinPointField().getName() + " = null;" +
// " " + names.getInfoFieldName() + ".setInterceptors(copy.getInterceptors());" + //We need a way to make this "transient"
" super.rebindJoinPointWithInstanceInformation(copy);" +
"}";
instanceAdvisorMethod.insertBefore(code);
genInstanceAdvisor.addMethod(instanceAdvisorMethod);
}
}
protected void initaliseMethodInfo(String infoName, long hash, long unadvisedHash)throws NotFoundException