/* */
/* */ public AbstractVerifier(VerificationContext context)
/* */ {
/* 121 */ this.context = context;
/* 122 */ this.classloader = context.getClassLoader();
/* 123 */ this.factory = new DefaultEventFactory(getMessageBundle());
/* */
/* 125 */ if (this.classloader == null)
/* */ {
/* 127 */ URL[] list = { context.getJarLocation() };
/* */