public final class org.junit.runner.OrderWithValidator extends org.junit.validator.AnnotationValidator
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.junit.runner.OrderWithValidator
  super_class: org.junit.validator.AnnotationValidator
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.junit.runner.OrderWithValidator this
         0: .line 19
            aload 0 /* this */
            invokespecial org.junit.validator.AnnotationValidator.<init>:()V
            return
        end local 0 // org.junit.runner.OrderWithValidator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/junit/runner/OrderWithValidator;

  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=3, locals=2, args_size=2
        start local 0 // org.junit.runner.OrderWithValidator this
        start local 1 // org.junit.runners.model.TestClass testClass
         0: .line 32
            aload 1 /* testClass */
            ldc Lorg/junit/FixMethodOrder;
            invokevirtual org.junit.runners.model.TestClass.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            ifnull 3
         1: .line 34
            new java.lang.Exception
            dup
            ldc "@FixMethodOrder cannot be combined with @OrderWith"
            invokespecial java.lang.Exception.<init>:(Ljava/lang/String;)V
         2: .line 33
            invokestatic java.util.Collections.singletonList:(Ljava/lang/Object;)Ljava/util/List;
            areturn
         3: .line 36
      StackMap locals:
      StackMap stack:
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            areturn
        end local 1 // org.junit.runners.model.TestClass testClass
        end local 0 // org.junit.runner.OrderWithValidator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/junit/runner/OrderWithValidator;
            0    4     1  testClass  Lorg/junit/runners/model/TestClass;
    Signature: (Lorg/junit/runners/model/TestClass;)Ljava/util/List<Ljava/lang/Exception;>;
    MethodParameters:
           Name  Flags
      testClass  
}
SourceFile: "OrderWithValidator.java"