public abstract class org.junit.validator.AnnotationValidator
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.junit.validator.AnnotationValidator
  super_class: java.lang.Object
{
  private static final java.util.List<java.lang.Exception> NO_VALIDATION_ERRORS;
    descriptor: Ljava/util/List;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/Exception;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 22
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putstatic org.junit.validator.AnnotationValidator.NO_VALIDATION_ERRORS:Ljava/util/List;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.junit.validator.AnnotationValidator this
         0: .line 20
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.junit.validator.AnnotationValidator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/junit/validator/AnnotationValidator;

  public java.util.List<java.lang.Exception> validateAnnotatedClass(org.junit.runners.model.TestClass);
    descriptor: (Lorg/junit/runners/model/TestClass;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.junit.validator.AnnotationValidator this
        start local 1 // org.junit.runners.model.TestClass testClass
         0: .line 33
            getstatic org.junit.validator.AnnotationValidator.NO_VALIDATION_ERRORS:Ljava/util/List;
            areturn
        end local 1 // org.junit.runners.model.TestClass testClass
        end local 0 // org.junit.validator.AnnotationValidator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/junit/validator/AnnotationValidator;
            0    1     1  testClass  Lorg/junit/runners/model/TestClass;
    Signature: (Lorg/junit/runners/model/TestClass;)Ljava/util/List<Ljava/lang/Exception;>;
    MethodParameters:
           Name  Flags
      testClass  

  public java.util.List<java.lang.Exception> validateAnnotatedField(org.junit.runners.model.FrameworkField);
    descriptor: (Lorg/junit/runners/model/FrameworkField;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.junit.validator.AnnotationValidator this
        start local 1 // org.junit.runners.model.FrameworkField field
         0: .line 45
            getstatic org.junit.validator.AnnotationValidator.NO_VALIDATION_ERRORS:Ljava/util/List;
            areturn
        end local 1 // org.junit.runners.model.FrameworkField field
        end local 0 // org.junit.validator.AnnotationValidator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/junit/validator/AnnotationValidator;
            0    1     1  field  Lorg/junit/runners/model/FrameworkField;
    Signature: (Lorg/junit/runners/model/FrameworkField;)Ljava/util/List<Ljava/lang/Exception;>;
    MethodParameters:
       Name  Flags
      field  

  public java.util.List<java.lang.Exception> validateAnnotatedMethod(org.junit.runners.model.FrameworkMethod);
    descriptor: (Lorg/junit/runners/model/FrameworkMethod;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.junit.validator.AnnotationValidator this
        start local 1 // org.junit.runners.model.FrameworkMethod method
         0: .line 58
            getstatic org.junit.validator.AnnotationValidator.NO_VALIDATION_ERRORS:Ljava/util/List;
            areturn
        end local 1 // org.junit.runners.model.FrameworkMethod method
        end local 0 // org.junit.validator.AnnotationValidator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/junit/validator/AnnotationValidator;
            0    1     1  method  Lorg/junit/runners/model/FrameworkMethod;
    Signature: (Lorg/junit/runners/model/FrameworkMethod;)Ljava/util/List<Ljava/lang/Exception;>;
    MethodParameters:
        Name  Flags
      method  
}
SourceFile: "AnnotationValidator.java"