|
|
|
@ -45,7 +45,7 @@ import com.fr.third.net.sf.cglib.core.Transformer;
|
|
|
|
|
import com.fr.third.net.sf.cglib.core.TypeUtils; |
|
|
|
|
import com.fr.third.net.sf.cglib.core.VisibilityPredicate; |
|
|
|
|
import com.fr.third.net.sf.cglib.core.WeakCacheKey; |
|
|
|
|
import net.sf.cglib.core.*; |
|
|
|
|
import com.fr.third.net.sf.cglib.core.*; |
|
|
|
|
import com.fr.third.org.objectweb.asm.ClassVisitor; |
|
|
|
|
import com.fr.third.org.objectweb.asm.Type; |
|
|
|
|
import com.fr.third.org.objectweb.asm.Label; |
|
|
|
@ -115,7 +115,7 @@ public class Enhancer extends AbstractClassGenerator
|
|
|
|
|
private static final Type OBJECT_TYPE = |
|
|
|
|
TypeUtils.parseType("Object"); |
|
|
|
|
private static final Type FACTORY = |
|
|
|
|
TypeUtils.parseType("net.sf.cglib.proxy.Factory"); |
|
|
|
|
TypeUtils.parseType("com.fr.third.net.sf.cglib.proxy.Factory"); |
|
|
|
|
private static final Type ILLEGAL_STATE_EXCEPTION = |
|
|
|
|
TypeUtils.parseType("IllegalStateException"); |
|
|
|
|
private static final Type ILLEGAL_ARGUMENT_EXCEPTION = |
|
|
|
@ -123,7 +123,7 @@ public class Enhancer extends AbstractClassGenerator
|
|
|
|
|
private static final Type THREAD_LOCAL = |
|
|
|
|
TypeUtils.parseType("ThreadLocal"); |
|
|
|
|
private static final Type CALLBACK = |
|
|
|
|
TypeUtils.parseType("net.sf.cglib.proxy.Callback"); |
|
|
|
|
TypeUtils.parseType("com.fr.third.net.sf.cglib.proxy.Callback"); |
|
|
|
|
private static final Type CALLBACK_ARRAY = |
|
|
|
|
Type.getType(Callback[].class); |
|
|
|
|
private static final Signature CSTRUCT_NULL = |
|
|
|
|