public class junit.framework.JUnit4TestAdapterCache extends java.util.HashMap<org.junit.runner.Description, junit.framework.Test>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: junit.framework.JUnit4TestAdapterCache
  super_class: java.util.HashMap
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final junit.framework.JUnit4TestAdapterCache fInstance;
    descriptor: Ljunit/framework/JUnit4TestAdapterCache;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 15
            new junit.framework.JUnit4TestAdapterCache
            dup
            invokespecial junit.framework.JUnit4TestAdapterCache.<init>:()V
            putstatic junit.framework.JUnit4TestAdapterCache.fInstance:Ljunit/framework/JUnit4TestAdapterCache;
            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 // junit.framework.JUnit4TestAdapterCache this
         0: .line 13
            aload 0 /* this */
            invokespecial java.util.HashMap.<init>:()V
            return
        end local 0 // junit.framework.JUnit4TestAdapterCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljunit/framework/JUnit4TestAdapterCache;

  public static junit.framework.JUnit4TestAdapterCache getDefault();
    descriptor: ()Ljunit/framework/JUnit4TestAdapterCache;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 18
            getstatic junit.framework.JUnit4TestAdapterCache.fInstance:Ljunit/framework/JUnit4TestAdapterCache;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public junit.framework.Test asTest(org.junit.runner.Description);
    descriptor: (Lorg/junit/runner/Description;)Ljunit/framework/Test;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // junit.framework.JUnit4TestAdapterCache this
        start local 1 // org.junit.runner.Description description
         0: .line 22
            aload 1 /* description */
            invokevirtual org.junit.runner.Description.isSuite:()Z
            ifeq 2
         1: .line 23
            aload 0 /* this */
            aload 1 /* description */
            invokevirtual junit.framework.JUnit4TestAdapterCache.createTest:(Lorg/junit/runner/Description;)Ljunit/framework/Test;
            areturn
         2: .line 25
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* description */
            invokevirtual junit.framework.JUnit4TestAdapterCache.containsKey:(Ljava/lang/Object;)Z
            ifne 4
         3: .line 26
            aload 0 /* this */
            aload 1 /* description */
            aload 0 /* this */
            aload 1 /* description */
            invokevirtual junit.framework.JUnit4TestAdapterCache.createTest:(Lorg/junit/runner/Description;)Ljunit/framework/Test;
            invokevirtual junit.framework.JUnit4TestAdapterCache.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 28
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* description */
            invokevirtual junit.framework.JUnit4TestAdapterCache.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast junit.framework.Test
            areturn
        end local 1 // org.junit.runner.Description description
        end local 0 // junit.framework.JUnit4TestAdapterCache this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Ljunit/framework/JUnit4TestAdapterCache;
            0    5     1  description  Lorg/junit/runner/Description;
    MethodParameters:
             Name  Flags
      description  

  junit.framework.Test createTest(org.junit.runner.Description);
    descriptor: (Lorg/junit/runner/Description;)Ljunit/framework/Test;
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // junit.framework.JUnit4TestAdapterCache this
        start local 1 // org.junit.runner.Description description
         0: .line 33
            aload 1 /* description */
            invokevirtual org.junit.runner.Description.isTest:()Z
            ifeq 2
         1: .line 34
            new junit.framework.JUnit4TestCaseFacade
            dup
            aload 1 /* description */
            invokespecial junit.framework.JUnit4TestCaseFacade.<init>:(Lorg/junit/runner/Description;)V
            areturn
         2: .line 36
      StackMap locals:
      StackMap stack:
            new junit.framework.TestSuite
            dup
            aload 1 /* description */
            invokevirtual org.junit.runner.Description.getDisplayName:()Ljava/lang/String;
            invokespecial junit.framework.TestSuite.<init>:(Ljava/lang/String;)V
            astore 2 /* suite */
        start local 2 // junit.framework.TestSuite suite
         3: .line 37
            aload 1 /* description */
            invokevirtual org.junit.runner.Description.getChildren:()Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.iterator:()Ljava/util/Iterator;
            astore 4
            goto 6
      StackMap locals: junit.framework.JUnit4TestAdapterCache org.junit.runner.Description junit.framework.TestSuite top java.util.Iterator
      StackMap stack:
         4: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.junit.runner.Description
            astore 3 /* child */
        start local 3 // org.junit.runner.Description child
         5: .line 38
            aload 2 /* suite */
            aload 0 /* this */
            aload 3 /* child */
            invokevirtual junit.framework.JUnit4TestAdapterCache.asTest:(Lorg/junit/runner/Description;)Ljunit/framework/Test;
            invokevirtual junit.framework.TestSuite.addTest:(Ljunit/framework/Test;)V
        end local 3 // org.junit.runner.Description child
         6: .line 37
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         7: .line 40
            aload 2 /* suite */
            areturn
        end local 2 // junit.framework.TestSuite suite
        end local 1 // org.junit.runner.Description description
        end local 0 // junit.framework.JUnit4TestAdapterCache this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Ljunit/framework/JUnit4TestAdapterCache;
            0    8     1  description  Lorg/junit/runner/Description;
            3    8     2        suite  Ljunit/framework/TestSuite;
            5    6     3        child  Lorg/junit/runner/Description;
    MethodParameters:
             Name  Flags
      description  

  public org.junit.runner.notification.RunNotifier getNotifier(junit.framework.TestResult, junit.framework.JUnit4TestAdapter);
    descriptor: (Ljunit/framework/TestResult;Ljunit/framework/JUnit4TestAdapter;)Lorg/junit/runner/notification/RunNotifier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // junit.framework.JUnit4TestAdapterCache this
        start local 1 // junit.framework.TestResult result
        start local 2 // junit.framework.JUnit4TestAdapter adapter
         0: .line 45
            new org.junit.runner.notification.RunNotifier
            dup
            invokespecial org.junit.runner.notification.RunNotifier.<init>:()V
            astore 3 /* notifier */
        start local 3 // org.junit.runner.notification.RunNotifier notifier
         1: .line 46
            aload 3 /* notifier */
            new junit.framework.JUnit4TestAdapterCache$1
            dup
            aload 0 /* this */
            aload 1 /* result */
            invokespecial junit.framework.JUnit4TestAdapterCache$1.<init>:(Ljunit/framework/JUnit4TestAdapterCache;Ljunit/framework/TestResult;)V
            invokevirtual org.junit.runner.notification.RunNotifier.addListener:(Lorg/junit/runner/notification/RunListener;)V
         2: .line 62
            aload 3 /* notifier */
            areturn
        end local 3 // org.junit.runner.notification.RunNotifier notifier
        end local 2 // junit.framework.JUnit4TestAdapter adapter
        end local 1 // junit.framework.TestResult result
        end local 0 // junit.framework.JUnit4TestAdapterCache this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Ljunit/framework/JUnit4TestAdapterCache;
            0    3     1    result  Ljunit/framework/TestResult;
            0    3     2   adapter  Ljunit/framework/JUnit4TestAdapter;
            1    3     3  notifier  Lorg/junit/runner/notification/RunNotifier;
    MethodParameters:
         Name  Flags
      result   final
      adapter  final

  public java.util.List<junit.framework.Test> asTestList(org.junit.runner.Description);
    descriptor: (Lorg/junit/runner/Description;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // junit.framework.JUnit4TestAdapterCache this
        start local 1 // org.junit.runner.Description description
         0: .line 66
            aload 1 /* description */
            invokevirtual org.junit.runner.Description.isTest:()Z
            ifeq 2
         1: .line 67
            iconst_1
            anewarray junit.framework.Test
            dup
            iconst_0
            aload 0 /* this */
            aload 1 /* description */
            invokevirtual junit.framework.JUnit4TestAdapterCache.asTest:(Lorg/junit/runner/Description;)Ljunit/framework/Test;
            aastore
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            areturn
         2: .line 69
      StackMap locals:
      StackMap stack:
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* returnThis */
        start local 2 // java.util.List returnThis
         3: .line 70
            aload 1 /* description */
            invokevirtual org.junit.runner.Description.getChildren:()Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.iterator:()Ljava/util/Iterator;
            astore 4
            goto 6
      StackMap locals: junit.framework.JUnit4TestAdapterCache org.junit.runner.Description java.util.List top java.util.Iterator
      StackMap stack:
         4: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.junit.runner.Description
            astore 3 /* child */
        start local 3 // org.junit.runner.Description child
         5: .line 71
            aload 2 /* returnThis */
            aload 0 /* this */
            aload 3 /* child */
            invokevirtual junit.framework.JUnit4TestAdapterCache.asTest:(Lorg/junit/runner/Description;)Ljunit/framework/Test;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // org.junit.runner.Description child
         6: .line 70
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         7: .line 73
            aload 2 /* returnThis */
            areturn
        end local 2 // java.util.List returnThis
        end local 1 // org.junit.runner.Description description
        end local 0 // junit.framework.JUnit4TestAdapterCache this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Ljunit/framework/JUnit4TestAdapterCache;
            0    8     1  description  Lorg/junit/runner/Description;
            3    8     2   returnThis  Ljava/util/List<Ljunit/framework/Test;>;
            5    6     3        child  Lorg/junit/runner/Description;
    Signature: (Lorg/junit/runner/Description;)Ljava/util/List<Ljunit/framework/Test;>;
    MethodParameters:
             Name  Flags
      description  
}
Signature: Ljava/util/HashMap<Lorg/junit/runner/Description;Ljunit/framework/Test;>;
SourceFile: "JUnit4TestAdapterCache.java"
NestMembers:
  junit.framework.JUnit4TestAdapterCache$1
InnerClasses:
  junit.framework.JUnit4TestAdapterCache$1