@ -15,11 +15,7 @@
*/
package org.springframework.cglib.beans;
import java.lang.reflect.Constructor;
import java.lang.reflect.Method;
import java.lang.reflect.Modifier;
import java.security.ProtectionDomain;
import java.util.*;
import org.springframework.cglib.core.*;
import org.springframework.asm.ClassVisitor;
@ -15,10 +15,8 @@
import org.springframework.asm.Type;
@ -15,8 +15,6 @@
import org.springframework.cglib.core.CodeGenerationException;
@SuppressWarnings({"rawtypes", "unchecked", "serial"})
public class BulkBeanException extends RuntimeException
{
@ -38,7 +38,6 @@ import java.util.List;
import java.util.Map;
import java.util.Set;
import org.springframework.asm.Attribute;
/**
@ -626,10 +625,6 @@ public class ReflectUtils {
public Type[] getExceptionTypes() {
return ReflectUtils.getExceptionTypes(member);
}
public Attribute getAttribute() {
return null;
};
@ -1247,7 +1247,6 @@ public class Enhancer extends AbstractClassGenerator {
se.invoke_constructor(THREAD_LOCAL, CSTRUCT_NULL);
se.putfield(THREAD_CALLBACKS_FIELD);
final Object[] state = new Object[1];
CallbackGenerator.Context context = new CallbackGenerator.Context() {
public ClassLoader getClassLoader() {
return Enhancer.this.getClassLoader();