241242243244245246247248
public Weaver() { this(Thread.currentThread().getContextClassLoader()); } public Weaver(ClassLoader cl) { mirrors = new CachedClassMirrors(cl); detector = new Detector(mirrors); }