public class org.graalvm.component.installer.model.CatalogContentsTest extends org.graalvm.component.installer.CommandTestBase
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.component.installer.model.CatalogContentsTest
  super_class: org.graalvm.component.installer.CommandTestBase
{
  org.graalvm.component.installer.remote.RemotePropertiesStorage remstorage;
    descriptor: Lorg/graalvm/component/installer/remote/RemotePropertiesStorage;
    flags: (0x0000) 

  org.graalvm.component.installer.model.CatalogContents coll;
    descriptor: Lorg/graalvm/component/installer/model/CatalogContents;
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.component.installer.model.CatalogContentsTest this
         0: .line 49
            aload 0 /* this */
            invokespecial org.graalvm.component.installer.CommandTestBase.<init>:()V
         1: .line 50
            return
        end local 0 // org.graalvm.component.installer.model.CatalogContentsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/component/installer/model/CatalogContentsTest;

  public void setUp();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.graalvm.component.installer.model.CatalogContentsTest this
         0: .line 55
            aload 0 /* this */
            invokespecial org.graalvm.component.installer.CommandTestBase.setUp:()V
         1: .line 56
            aload 0 /* this */
            getfield org.graalvm.component.installer.model.CatalogContentsTest.storage:Lorg/graalvm/component/installer/commands/MockStorage;
            getfield org.graalvm.component.installer.commands.MockStorage.graalInfo:Ljava/util/Map;
            ldc "graalvm_version"
            ldc "1.0.0.0"
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 57
            return
        end local 0 // org.graalvm.component.installer.model.CatalogContentsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/component/installer/model/CatalogContentsTest;
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleAnnotations: 
      org.junit.Before()

  private org.graalvm.component.installer.Version initVersion(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/graalvm/component/installer/Version;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=8, args_size=2
        start local 0 // org.graalvm.component.installer.model.CatalogContentsTest this
        start local 1 // java.lang.String s
         0: .line 63
            aload 1 /* s */
            invokestatic org.graalvm.component.installer.Version.fromString:(Ljava/lang/String;)Lorg/graalvm/component/installer/Version;
            astore 2 /* v */
        start local 2 // org.graalvm.component.installer.Version v
         1: .line 64
            aload 0 /* this */
            getfield org.graalvm.component.installer.model.CatalogContentsTest.storage:Lorg/graalvm/component/installer/commands/MockStorage;
            getfield org.graalvm.component.installer.commands.MockStorage.graalInfo:Ljava/util/Map;
            ldc "graalvm_version"
            aload 1 /* s */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 65
            aload 0 /* this */
            ldc "../repo/catalog.properties"
            invokevirtual org.graalvm.component.installer.model.CatalogContentsTest.dataFile:(Ljava/lang/String;)Ljava/nio/file/Path;
            astore 3 /* catalogPath */
        start local 3 // java.nio.file.Path catalogPath
         3: .line 66
            new java.util.Properties
            dup
            invokespecial java.util.Properties.<init>:()V
            astore 4 /* props */
        start local 4 // java.util.Properties props
         4: .line 67
            aconst_null
            astore 5
            aconst_null
            astore 6
         5: aload 3 /* catalogPath */
            iconst_0
            anewarray java.nio.file.OpenOption
            invokestatic java.nio.file.Files.newInputStream:(Ljava/nio/file/Path;[Ljava/nio/file/OpenOption;)Ljava/io/InputStream;
            astore 7 /* is */
        start local 7 // java.io.InputStream is
         6: .line 68
            aload 4 /* props */
            aload 7 /* is */
            invokevirtual java.util.Properties.load:(Ljava/io/InputStream;)V
         7: .line 69
            aload 7 /* is */
            ifnull 13
            aload 7 /* is */
            invokevirtual java.io.InputStream.close:()V
            goto 13
      StackMap locals: org.graalvm.component.installer.model.CatalogContentsTest java.lang.String org.graalvm.component.installer.Version java.nio.file.Path java.util.Properties java.lang.Throwable java.lang.Throwable java.io.InputStream
      StackMap stack: java.lang.Throwable
         8: astore 5
            aload 7 /* is */
            ifnull 9
            aload 7 /* is */
            invokevirtual java.io.InputStream.close:()V
        end local 7 // java.io.InputStream is
      StackMap locals:
      StackMap stack:
         9: aload 5
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        10: astore 6
            aload 5
            ifnonnull 11
            aload 6
            astore 5
            goto 12
      StackMap locals:
      StackMap stack:
        11: aload 5
            aload 6
            if_acmpeq 12
            aload 5
            aload 6
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        12: aload 5
            athrow
        13: .line 70
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new org.graalvm.component.installer.remote.RemotePropertiesStorage
            dup
            aload 0 /* this */
        14: .line 71
            aload 0 /* this */
            invokevirtual org.graalvm.component.installer.model.CatalogContentsTest.getLocalRegistry:()Lorg/graalvm/component/installer/model/ComponentRegistry;
        15: .line 72
            aload 4 /* props */
            ldc "linux_amd64"
            aload 2 /* v */
            aload 3 /* catalogPath */
            invokeinterface java.nio.file.Path.toUri:()Ljava/net/URI;
            invokevirtual java.net.URI.toURL:()Ljava/net/URL;
            invokespecial org.graalvm.component.installer.remote.RemotePropertiesStorage.<init>:(Lorg/graalvm/component/installer/Feedback;Lorg/graalvm/component/installer/model/ComponentRegistry;Ljava/util/Properties;Ljava/lang/String;Lorg/graalvm/component/installer/Version;Ljava/net/URL;)V
        16: .line 70
            putfield org.graalvm.component.installer.model.CatalogContentsTest.remstorage:Lorg/graalvm/component/installer/remote/RemotePropertiesStorage;
        17: .line 73
            aload 0 /* this */
            new org.graalvm.component.installer.model.CatalogContents
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield org.graalvm.component.installer.model.CatalogContentsTest.remstorage:Lorg/graalvm/component/installer/remote/RemotePropertiesStorage;
            aload 0 /* this */
            invokevirtual org.graalvm.component.installer.model.CatalogContentsTest.getLocalRegistry:()Lorg/graalvm/component/installer/model/ComponentRegistry;
            invokespecial org.graalvm.component.installer.model.CatalogContents.<init>:(Lorg/graalvm/component/installer/Feedback;Lorg/graalvm/component/installer/model/ComponentStorage;Lorg/graalvm/component/installer/model/ComponentRegistry;)V
            putfield org.graalvm.component.installer.model.CatalogContentsTest.coll:Lorg/graalvm/component/installer/model/CatalogContents;
        18: .line 74
            aload 2 /* v */
            areturn
        end local 4 // java.util.Properties props
        end local 3 // java.nio.file.Path catalogPath
        end local 2 // org.graalvm.component.installer.Version v
        end local 1 // java.lang.String s
        end local 0 // org.graalvm.component.installer.model.CatalogContentsTest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   19     0         this  Lorg/graalvm/component/installer/model/CatalogContentsTest;
            0   19     1            s  Ljava/lang/String;
            1   19     2            v  Lorg/graalvm/component/installer/Version;
            3   19     3  catalogPath  Ljava/nio/file/Path;
            4   19     4        props  Ljava/util/Properties;
            6    9     7           is  Ljava/io/InputStream;
      Exception table:
        from    to  target  type
           6     7       8  any
           5    10      10  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     

  public void testComponentsForVersion19();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.graalvm.component.installer.model.CatalogContentsTest this
         0: .line 82
            aload 0 /* this */
            ldc "1.0.0.0"
            invokevirtual org.graalvm.component.installer.model.CatalogContentsTest.initVersion:(Ljava/lang/String;)Lorg/graalvm/component/installer/Version;
            pop
         1: .line 84
            aload 0 /* this */
            getfield org.graalvm.component.installer.model.CatalogContentsTest.coll:Lorg/graalvm/component/installer/model/CatalogContents;
            invokevirtual org.graalvm.component.installer.model.CatalogContents.getComponentIDs:()Ljava/util/Collection;
            astore 1 /* ids */
        start local 1 // java.util.Collection ids
         2: .line 85
            aload 1 /* ids */
            ldc "org.graalvm.python"
            invokeinterface java.util.Collection.contains:(Ljava/lang/Object;)Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
         3: .line 86
            aload 1 /* ids */
            ldc "org.graalvm.ruby"
            invokeinterface java.util.Collection.contains:(Ljava/lang/Object;)Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
         4: .line 87
            aload 1 /* ids */
            ldc "org.graalvm.r"
            invokeinterface java.util.Collection.contains:(Ljava/lang/Object;)Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
         5: .line 89
            ldc 4
            aload 1 /* ids */
            invokeinterface java.util.Collection.size:()I
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         6: .line 91
            return
        end local 1 // java.util.Collection ids
        end local 0 // org.graalvm.component.installer.model.CatalogContentsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/graalvm/component/installer/model/CatalogContentsTest;
            2    7     1   ids  Ljava/util/Collection<Ljava/lang/String;>;
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testComponentsForVersion1901();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.graalvm.component.installer.model.CatalogContentsTest this
         0: .line 95
            aload 0 /* this */
            ldc "1.0.1.0"
            invokevirtual org.graalvm.component.installer.model.CatalogContentsTest.initVersion:(Ljava/lang/String;)Lorg/graalvm/component/installer/Version;
            pop
         1: .line 96
            aload 0 /* this */
            getfield org.graalvm.component.installer.model.CatalogContentsTest.coll:Lorg/graalvm/component/installer/model/CatalogContents;
            invokevirtual org.graalvm.component.installer.model.CatalogContents.getComponentIDs:()Ljava/util/Collection;
            astore 1 /* ids */
        start local 1 // java.util.Collection ids
         2: .line 97
            aload 1 /* ids */
            ldc "org.graalvm.python"
            invokeinterface java.util.Collection.contains:(Ljava/lang/Object;)Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
         3: .line 98
            aload 1 /* ids */
            ldc "org.graalvm.r"
            invokeinterface java.util.Collection.contains:(Ljava/lang/Object;)Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
         4: .line 99
            aload 1 /* ids */
            ldc "org.graalvm.ruby"
            invokeinterface java.util.Collection.contains:(Ljava/lang/Object;)Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
         5: .line 101
            ldc 4
            aload 1 /* ids */
            invokeinterface java.util.Collection.size:()I
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         6: .line 102
            return
        end local 1 // java.util.Collection ids
        end local 0 // org.graalvm.component.installer.model.CatalogContentsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/graalvm/component/installer/model/CatalogContentsTest;
            2    7     1   ids  Ljava/util/Collection<Ljava/lang/String;>;
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testComponentsInLatestUpdate();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.graalvm.component.installer.model.CatalogContentsTest this
         0: .line 106
            aload 0 /* this */
            ldc "1.0.1.0"
            invokevirtual org.graalvm.component.installer.model.CatalogContentsTest.initVersion:(Ljava/lang/String;)Lorg/graalvm/component/installer/Version;
            pop
         1: .line 109
            aload 0 /* this */
            getfield org.graalvm.component.installer.model.CatalogContentsTest.coll:Lorg/graalvm/component/installer/model/CatalogContents;
            ldc "org.graalvm.ruby"
            invokevirtual org.graalvm.component.installer.model.CatalogContents.findComponent:(Ljava/lang/String;)Lorg/graalvm/component/installer/model/ComponentInfo;
            invokevirtual org.graalvm.component.installer.model.ComponentInfo.getVersion:()Lorg/graalvm/component/installer/Version;
            astore 1 /* v */
        start local 1 // org.graalvm.component.installer.Version v
         2: .line 110
            ldc "1.0.1.1"
            aload 1 /* v */
            invokevirtual org.graalvm.component.installer.Version.toString:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         3: .line 111
            aload 0 /* this */
            getfield org.graalvm.component.installer.model.CatalogContentsTest.coll:Lorg/graalvm/component/installer/model/CatalogContents;
            ldc "org.graalvm.python"
            invokevirtual org.graalvm.component.installer.model.CatalogContents.findComponent:(Ljava/lang/String;)Lorg/graalvm/component/installer/model/ComponentInfo;
            invokevirtual org.graalvm.component.installer.model.ComponentInfo.getVersion:()Lorg/graalvm/component/installer/Version;
            astore 1 /* v */
         4: .line 112
            ldc "1.0.1.0"
            aload 1 /* v */
            invokevirtual org.graalvm.component.installer.Version.toString:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         5: .line 113
            aload 0 /* this */
            getfield org.graalvm.component.installer.model.CatalogContentsTest.coll:Lorg/graalvm/component/installer/model/CatalogContents;
            ldc "org.graalvm.r"
            invokevirtual org.graalvm.component.installer.model.CatalogContents.findComponent:(Ljava/lang/String;)Lorg/graalvm/component/installer/model/ComponentInfo;
            invokevirtual org.graalvm.component.installer.model.ComponentInfo.getVersion:()Lorg/graalvm/component/installer/Version;
            astore 1 /* v */
         6: .line 114
            ldc "1.0.1.1"
            aload 1 /* v */
            invokevirtual org.graalvm.component.installer.Version.toString:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         7: .line 115
            return
        end local 1 // org.graalvm.component.installer.Version v
        end local 0 // org.graalvm.component.installer.model.CatalogContentsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/graalvm/component/installer/model/CatalogContentsTest;
            2    8     1     v  Lorg/graalvm/component/installer/Version;
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testComponentsInPatchedGraal();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.graalvm.component.installer.model.CatalogContentsTest this
         0: .line 119
            aload 0 /* this */
            ldc "1.0.1.1"
            invokevirtual org.graalvm.component.installer.model.CatalogContentsTest.initVersion:(Ljava/lang/String;)Lorg/graalvm/component/installer/Version;
            pop
         1: .line 123
            aload 0 /* this */
            getfield org.graalvm.component.installer.model.CatalogContentsTest.coll:Lorg/graalvm/component/installer/model/CatalogContents;
            ldc "org.graalvm.ruby"
            invokevirtual org.graalvm.component.installer.model.CatalogContents.findComponent:(Ljava/lang/String;)Lorg/graalvm/component/installer/model/ComponentInfo;
            invokevirtual org.graalvm.component.installer.model.ComponentInfo.getVersion:()Lorg/graalvm/component/installer/Version;
            astore 1 /* v */
        start local 1 // org.graalvm.component.installer.Version v
         2: .line 124
            ldc "1.0.1.1"
            aload 1 /* v */
            invokevirtual org.graalvm.component.installer.Version.toString:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         3: .line 125
            aload 0 /* this */
            getfield org.graalvm.component.installer.model.CatalogContentsTest.coll:Lorg/graalvm/component/installer/model/CatalogContents;
            ldc "org.graalvm.python"
            invokevirtual org.graalvm.component.installer.model.CatalogContents.findComponent:(Ljava/lang/String;)Lorg/graalvm/component/installer/model/ComponentInfo;
            invokevirtual org.graalvm.component.installer.model.ComponentInfo.getVersion:()Lorg/graalvm/component/installer/Version;
            astore 1 /* v */
         4: .line 126
            ldc "1.0.1.0"
            aload 1 /* v */
            invokevirtual org.graalvm.component.installer.Version.toString:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         5: .line 127
            aload 0 /* this */
            getfield org.graalvm.component.installer.model.CatalogContentsTest.coll:Lorg/graalvm/component/installer/model/CatalogContents;
            ldc "org.graalvm.r"
            invokevirtual org.graalvm.component.installer.model.CatalogContents.findComponent:(Ljava/lang/String;)Lorg/graalvm/component/installer/model/ComponentInfo;
            invokevirtual org.graalvm.component.installer.model.ComponentInfo.getVersion:()Lorg/graalvm/component/installer/Version;
            astore 1 /* v */
         6: .line 128
            ldc "1.0.1.1"
            aload 1 /* v */
            invokevirtual org.graalvm.component.installer.Version.toString:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         7: .line 129
            return
        end local 1 // org.graalvm.component.installer.Version v
        end local 0 // org.graalvm.component.installer.model.CatalogContentsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/graalvm/component/installer/model/CatalogContentsTest;
            2    8     1     v  Lorg/graalvm/component/installer/Version;
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testComponentsForVersion191();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.graalvm.component.installer.model.CatalogContentsTest this
         0: .line 133
            aload 0 /* this */
            ldc "1.1.0.0"
            invokevirtual org.graalvm.component.installer.model.CatalogContentsTest.initVersion:(Ljava/lang/String;)Lorg/graalvm/component/installer/Version;
            pop
         1: .line 135
            aload 0 /* this */
            getfield org.graalvm.component.installer.model.CatalogContentsTest.coll:Lorg/graalvm/component/installer/model/CatalogContents;
            invokevirtual org.graalvm.component.installer.model.CatalogContents.getComponentIDs:()Ljava/util/Collection;
            astore 1 /* ids */
        start local 1 // java.util.Collection ids
         2: .line 136
            aload 1 /* ids */
            ldc "org.graalvm.python"
            invokeinterface java.util.Collection.contains:(Ljava/lang/Object;)Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
         3: .line 137
            aload 1 /* ids */
            ldc "org.graalvm.r"
            invokeinterface java.util.Collection.contains:(Ljava/lang/Object;)Z
            invokestatic org.junit.Assert.assertTrue:(Z)V
         4: .line 139
            ldc 3
            aload 1 /* ids */
            invokeinterface java.util.Collection.size:()I
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         5: .line 140
            return
        end local 1 // java.util.Collection ids
        end local 0 // org.graalvm.component.installer.model.CatalogContentsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/graalvm/component/installer/model/CatalogContentsTest;
            2    6     1   ids  Ljava/util/Collection<Ljava/lang/String;>;
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testDistUpdateFor1901();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.graalvm.component.installer.model.CatalogContentsTest this
         0: .line 148
            aload 0 /* this */
            ldc "1.0.1.0"
            invokevirtual org.graalvm.component.installer.model.CatalogContentsTest.initVersion:(Ljava/lang/String;)Lorg/graalvm/component/installer/Version;
            pop
         1: .line 149
            aload 0 /* this */
            getfield org.graalvm.component.installer.model.CatalogContentsTest.coll:Lorg/graalvm/component/installer/model/CatalogContents;
            iconst_1
            invokevirtual org.graalvm.component.installer.model.CatalogContents.setAllowDistUpdate:(Z)V
         2: .line 152
            aload 0 /* this */
            getfield org.graalvm.component.installer.model.CatalogContentsTest.coll:Lorg/graalvm/component/installer/model/CatalogContents;
            ldc "org.graalvm.ruby"
            invokevirtual org.graalvm.component.installer.model.CatalogContents.findComponent:(Ljava/lang/String;)Lorg/graalvm/component/installer/model/ComponentInfo;
            invokevirtual org.graalvm.component.installer.model.ComponentInfo.getVersion:()Lorg/graalvm/component/installer/Version;
            astore 1 /* v */
        start local 1 // org.graalvm.component.installer.Version v
         3: .line 153
            ldc "1.0.1.1"
            aload 1 /* v */
            invokevirtual org.graalvm.component.installer.Version.toString:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         4: .line 154
            aload 0 /* this */
            getfield org.graalvm.component.installer.model.CatalogContentsTest.coll:Lorg/graalvm/component/installer/model/CatalogContents;
            ldc "org.graalvm.python"
            invokevirtual org.graalvm.component.installer.model.CatalogContents.findComponent:(Ljava/lang/String;)Lorg/graalvm/component/installer/model/ComponentInfo;
            invokevirtual org.graalvm.component.installer.model.ComponentInfo.getVersion:()Lorg/graalvm/component/installer/Version;
            astore 1 /* v */
         5: .line 155
            ldc "1.1.0.0"
            aload 1 /* v */
            invokevirtual org.graalvm.component.installer.Version.toString:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         6: .line 156
            aload 0 /* this */
            getfield org.graalvm.component.installer.model.CatalogContentsTest.coll:Lorg/graalvm/component/installer/model/CatalogContents;
            ldc "org.graalvm.r"
            invokevirtual org.graalvm.component.installer.model.CatalogContents.findComponent:(Ljava/lang/String;)Lorg/graalvm/component/installer/model/ComponentInfo;
            invokevirtual org.graalvm.component.installer.model.ComponentInfo.getVersion:()Lorg/graalvm/component/installer/Version;
            astore 1 /* v */
         7: .line 157
            ldc "1.1.0.1"
            aload 1 /* v */
            invokevirtual org.graalvm.component.installer.Version.toString:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         8: .line 158
            return
        end local 1 // org.graalvm.component.installer.Version v
        end local 0 // org.graalvm.component.installer.model.CatalogContentsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/graalvm/component/installer/model/CatalogContentsTest;
            3    9     1     v  Lorg/graalvm/component/installer/Version;
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testSpecificVersionNoDistUpdate();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // org.graalvm.component.installer.model.CatalogContentsTest this
         0: .line 165
            aload 0 /* this */
            ldc "1.0.1.0"
            invokevirtual org.graalvm.component.installer.model.CatalogContentsTest.initVersion:(Ljava/lang/String;)Lorg/graalvm/component/installer/Version;
            pop
         1: .line 168
            ldc "1.1.0.0"
            invokestatic org.graalvm.component.installer.Version.fromString:(Ljava/lang/String;)Lorg/graalvm/component/installer/Version;
            getstatic org.graalvm.component.installer.Version$Match$Type.EXACT:Lorg/graalvm/component/installer/Version$Match$Type;
            invokevirtual org.graalvm.component.installer.Version.match:(Lorg/graalvm/component/installer/Version$Match$Type;)Lorg/graalvm/component/installer/Version$Match;
            astore 2 /* vm */
        start local 2 // org.graalvm.component.installer.Version$Match vm
         2: .line 169
            aload 0 /* this */
            getfield org.graalvm.component.installer.model.CatalogContentsTest.coll:Lorg/graalvm/component/installer/model/CatalogContents;
            ldc "ruby"
            aload 2 /* vm */
            invokevirtual org.graalvm.component.installer.model.CatalogContents.findComponent:(Ljava/lang/String;Lorg/graalvm/component/installer/Version$Match;)Lorg/graalvm/component/installer/model/ComponentInfo;
            astore 3 /* ci */
        start local 3 // org.graalvm.component.installer.model.ComponentInfo ci
         3: .line 170
            aload 3 /* ci */
            invokestatic org.junit.Assert.assertNull:(Ljava/lang/Object;)V
         4: .line 172
            ldc "1.0.1.0"
            invokestatic org.graalvm.component.installer.Version.fromString:(Ljava/lang/String;)Lorg/graalvm/component/installer/Version;
            getstatic org.graalvm.component.installer.Version$Match$Type.GREATER:Lorg/graalvm/component/installer/Version$Match$Type;
            invokevirtual org.graalvm.component.installer.Version.match:(Lorg/graalvm/component/installer/Version$Match$Type;)Lorg/graalvm/component/installer/Version$Match;
            astore 2 /* vm */
         5: .line 173
            aload 0 /* this */
            getfield org.graalvm.component.installer.model.CatalogContentsTest.coll:Lorg/graalvm/component/installer/model/CatalogContents;
            ldc "ruby"
            aload 2 /* vm */
            invokevirtual org.graalvm.component.installer.model.CatalogContents.findComponent:(Ljava/lang/String;Lorg/graalvm/component/installer/Version$Match;)Lorg/graalvm/component/installer/model/ComponentInfo;
            astore 3 /* ci */
         6: .line 174
            aload 3 /* ci */
            invokevirtual org.graalvm.component.installer.model.ComponentInfo.getVersion:()Lorg/graalvm/component/installer/Version;
            astore 1 /* v */
        start local 1 // org.graalvm.component.installer.Version v
         7: .line 175
            ldc "1.0.1.1"
            aload 1 /* v */
            invokevirtual org.graalvm.component.installer.Version.toString:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         8: .line 177
            ldc "1.0.1.0"
            invokestatic org.graalvm.component.installer.Version.fromString:(Ljava/lang/String;)Lorg/graalvm/component/installer/Version;
            getstatic org.graalvm.component.installer.Version$Match$Type.GREATER:Lorg/graalvm/component/installer/Version$Match$Type;
            invokevirtual org.graalvm.component.installer.Version.match:(Lorg/graalvm/component/installer/Version$Match$Type;)Lorg/graalvm/component/installer/Version$Match;
            astore 2 /* vm */
         9: .line 178
            aload 0 /* this */
            getfield org.graalvm.component.installer.model.CatalogContentsTest.coll:Lorg/graalvm/component/installer/model/CatalogContents;
            ldc "python"
            aload 2 /* vm */
            invokevirtual org.graalvm.component.installer.model.CatalogContents.findComponent:(Ljava/lang/String;Lorg/graalvm/component/installer/Version$Match;)Lorg/graalvm/component/installer/model/ComponentInfo;
            invokevirtual org.graalvm.component.installer.model.ComponentInfo.getVersion:()Lorg/graalvm/component/installer/Version;
            astore 1 /* v */
        10: .line 179
            ldc "1.1.0.0"
            aload 1 /* v */
            invokevirtual org.graalvm.component.installer.Version.toString:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
        11: .line 181
            ldc "1.0.0.0"
            invokestatic org.graalvm.component.installer.Version.fromString:(Ljava/lang/String;)Lorg/graalvm/component/installer/Version;
            getstatic org.graalvm.component.installer.Version$Match$Type.EXACT:Lorg/graalvm/component/installer/Version$Match$Type;
            invokevirtual org.graalvm.component.installer.Version.match:(Lorg/graalvm/component/installer/Version$Match$Type;)Lorg/graalvm/component/installer/Version$Match;
            astore 2 /* vm */
        12: .line 182
            aload 0 /* this */
            getfield org.graalvm.component.installer.model.CatalogContentsTest.coll:Lorg/graalvm/component/installer/model/CatalogContents;
            ldc "python"
            aload 2 /* vm */
            invokevirtual org.graalvm.component.installer.model.CatalogContents.findComponent:(Ljava/lang/String;Lorg/graalvm/component/installer/Version$Match;)Lorg/graalvm/component/installer/model/ComponentInfo;
            astore 3 /* ci */
        13: .line 183
            aload 3 /* ci */
            invokestatic org.junit.Assert.assertNull:(Ljava/lang/Object;)V
        14: .line 185
            aload 0 /* this */
            getfield org.graalvm.component.installer.model.CatalogContentsTest.coll:Lorg/graalvm/component/installer/model/CatalogContents;
            ldc "org.graalvm.r"
            invokevirtual org.graalvm.component.installer.model.CatalogContents.findComponent:(Ljava/lang/String;)Lorg/graalvm/component/installer/model/ComponentInfo;
            invokevirtual org.graalvm.component.installer.model.ComponentInfo.getVersion:()Lorg/graalvm/component/installer/Version;
            astore 1 /* v */
        15: .line 186
            ldc "1.0.1.1"
            aload 1 /* v */
            invokevirtual org.graalvm.component.installer.Version.toString:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
        16: .line 188
            ldc "1.0.1.0"
            invokestatic org.graalvm.component.installer.Version.fromString:(Ljava/lang/String;)Lorg/graalvm/component/installer/Version;
            getstatic org.graalvm.component.installer.Version$Match$Type.MOSTRECENT:Lorg/graalvm/component/installer/Version$Match$Type;
            invokevirtual org.graalvm.component.installer.Version.match:(Lorg/graalvm/component/installer/Version$Match$Type;)Lorg/graalvm/component/installer/Version$Match;
            astore 2 /* vm */
        17: .line 189
            aload 0 /* this */
            getfield org.graalvm.component.installer.model.CatalogContentsTest.coll:Lorg/graalvm/component/installer/model/CatalogContents;
            ldc "r"
            aload 2 /* vm */
            invokevirtual org.graalvm.component.installer.model.CatalogContents.findComponent:(Ljava/lang/String;Lorg/graalvm/component/installer/Version$Match;)Lorg/graalvm/component/installer/model/ComponentInfo;
            invokevirtual org.graalvm.component.installer.model.ComponentInfo.getVersion:()Lorg/graalvm/component/installer/Version;
            astore 1 /* v */
        18: .line 190
            ldc "1.0.1.1"
            aload 1 /* v */
            invokevirtual org.graalvm.component.installer.Version.toString:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
        19: .line 191
            return
        end local 3 // org.graalvm.component.installer.model.ComponentInfo ci
        end local 2 // org.graalvm.component.installer.Version$Match vm
        end local 1 // org.graalvm.component.installer.Version v
        end local 0 // org.graalvm.component.installer.model.CatalogContentsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   20     0  this  Lorg/graalvm/component/installer/model/CatalogContentsTest;
            7   20     1     v  Lorg/graalvm/component/installer/Version;
            2   20     2    vm  Lorg/graalvm/component/installer/Version$Match;
            3   20     3    ci  Lorg/graalvm/component/installer/model/ComponentInfo;
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testSpecificVersionDistUpdate();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // org.graalvm.component.installer.model.CatalogContentsTest this
         0: .line 198
            aload 0 /* this */
            ldc "1.0.1.0"
            invokevirtual org.graalvm.component.installer.model.CatalogContentsTest.initVersion:(Ljava/lang/String;)Lorg/graalvm/component/installer/Version;
            pop
         1: .line 199
            aload 0 /* this */
            getfield org.graalvm.component.installer.model.CatalogContentsTest.coll:Lorg/graalvm/component/installer/model/CatalogContents;
            iconst_1
            invokevirtual org.graalvm.component.installer.model.CatalogContents.setAllowDistUpdate:(Z)V
         2: .line 202
            ldc "1.1.0.0"
            invokestatic org.graalvm.component.installer.Version.fromString:(Ljava/lang/String;)Lorg/graalvm/component/installer/Version;
            getstatic org.graalvm.component.installer.Version$Match$Type.EXACT:Lorg/graalvm/component/installer/Version$Match$Type;
            invokevirtual org.graalvm.component.installer.Version.match:(Lorg/graalvm/component/installer/Version$Match$Type;)Lorg/graalvm/component/installer/Version$Match;
            astore 2 /* vm */
        start local 2 // org.graalvm.component.installer.Version$Match vm
         3: .line 203
            aload 0 /* this */
            getfield org.graalvm.component.installer.model.CatalogContentsTest.coll:Lorg/graalvm/component/installer/model/CatalogContents;
            ldc "ruby"
            aload 2 /* vm */
            invokevirtual org.graalvm.component.installer.model.CatalogContents.findComponent:(Ljava/lang/String;Lorg/graalvm/component/installer/Version$Match;)Lorg/graalvm/component/installer/model/ComponentInfo;
            astore 3 /* ci */
        start local 3 // org.graalvm.component.installer.model.ComponentInfo ci
         4: .line 204
            aload 3 /* ci */
            invokestatic org.junit.Assert.assertNull:(Ljava/lang/Object;)V
         5: .line 206
            ldc "1.0.1.0"
            invokestatic org.graalvm.component.installer.Version.fromString:(Ljava/lang/String;)Lorg/graalvm/component/installer/Version;
            getstatic org.graalvm.component.installer.Version$Match$Type.GREATER:Lorg/graalvm/component/installer/Version$Match$Type;
            invokevirtual org.graalvm.component.installer.Version.match:(Lorg/graalvm/component/installer/Version$Match$Type;)Lorg/graalvm/component/installer/Version$Match;
            astore 2 /* vm */
         6: .line 207
            aload 0 /* this */
            getfield org.graalvm.component.installer.model.CatalogContentsTest.coll:Lorg/graalvm/component/installer/model/CatalogContents;
            ldc "ruby"
            aload 2 /* vm */
            invokevirtual org.graalvm.component.installer.model.CatalogContents.findComponent:(Ljava/lang/String;Lorg/graalvm/component/installer/Version$Match;)Lorg/graalvm/component/installer/model/ComponentInfo;
            astore 3 /* ci */
         7: .line 208
            aload 3 /* ci */
            invokevirtual org.graalvm.component.installer.model.ComponentInfo.getVersion:()Lorg/graalvm/component/installer/Version;
            astore 1 /* v */
        start local 1 // org.graalvm.component.installer.Version v
         8: .line 209
            ldc "1.0.1.1"
            aload 1 /* v */
            invokevirtual org.graalvm.component.installer.Version.toString:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         9: .line 211
            ldc "1.0.1.0"
            invokestatic org.graalvm.component.installer.Version.fromString:(Ljava/lang/String;)Lorg/graalvm/component/installer/Version;
            getstatic org.graalvm.component.installer.Version$Match$Type.GREATER:Lorg/graalvm/component/installer/Version$Match$Type;
            invokevirtual org.graalvm.component.installer.Version.match:(Lorg/graalvm/component/installer/Version$Match$Type;)Lorg/graalvm/component/installer/Version$Match;
            astore 2 /* vm */
        10: .line 212
            aload 0 /* this */
            getfield org.graalvm.component.installer.model.CatalogContentsTest.coll:Lorg/graalvm/component/installer/model/CatalogContents;
            ldc "python"
            aload 2 /* vm */
            invokevirtual org.graalvm.component.installer.model.CatalogContents.findComponent:(Ljava/lang/String;Lorg/graalvm/component/installer/Version$Match;)Lorg/graalvm/component/installer/model/ComponentInfo;
            invokevirtual org.graalvm.component.installer.model.ComponentInfo.getVersion:()Lorg/graalvm/component/installer/Version;
            astore 1 /* v */
        11: .line 213
            ldc "1.1.0.0"
            aload 1 /* v */
            invokevirtual org.graalvm.component.installer.Version.toString:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
        12: .line 215
            ldc "1.0.0.0"
            invokestatic org.graalvm.component.installer.Version.fromString:(Ljava/lang/String;)Lorg/graalvm/component/installer/Version;
            getstatic org.graalvm.component.installer.Version$Match$Type.EXACT:Lorg/graalvm/component/installer/Version$Match$Type;
            invokevirtual org.graalvm.component.installer.Version.match:(Lorg/graalvm/component/installer/Version$Match$Type;)Lorg/graalvm/component/installer/Version$Match;
            astore 2 /* vm */
        13: .line 216
            aload 0 /* this */
            getfield org.graalvm.component.installer.model.CatalogContentsTest.coll:Lorg/graalvm/component/installer/model/CatalogContents;
            ldc "python"
            aload 2 /* vm */
            invokevirtual org.graalvm.component.installer.model.CatalogContents.findComponent:(Ljava/lang/String;Lorg/graalvm/component/installer/Version$Match;)Lorg/graalvm/component/installer/model/ComponentInfo;
            astore 3 /* ci */
        14: .line 217
            aload 3 /* ci */
            invokestatic org.junit.Assert.assertNull:(Ljava/lang/Object;)V
        15: .line 219
            aload 0 /* this */
            getfield org.graalvm.component.installer.model.CatalogContentsTest.coll:Lorg/graalvm/component/installer/model/CatalogContents;
            ldc "org.graalvm.r"
            invokevirtual org.graalvm.component.installer.model.CatalogContents.findComponent:(Ljava/lang/String;)Lorg/graalvm/component/installer/model/ComponentInfo;
            invokevirtual org.graalvm.component.installer.model.ComponentInfo.getVersion:()Lorg/graalvm/component/installer/Version;
            astore 1 /* v */
        16: .line 220
            ldc "1.1.0.1"
            aload 1 /* v */
            invokevirtual org.graalvm.component.installer.Version.toString:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
        17: .line 222
            ldc "1.0.1.0"
            invokestatic org.graalvm.component.installer.Version.fromString:(Ljava/lang/String;)Lorg/graalvm/component/installer/Version;
            getstatic org.graalvm.component.installer.Version$Match$Type.MOSTRECENT:Lorg/graalvm/component/installer/Version$Match$Type;
            invokevirtual org.graalvm.component.installer.Version.match:(Lorg/graalvm/component/installer/Version$Match$Type;)Lorg/graalvm/component/installer/Version$Match;
            astore 2 /* vm */
        18: .line 223
            aload 0 /* this */
            getfield org.graalvm.component.installer.model.CatalogContentsTest.coll:Lorg/graalvm/component/installer/model/CatalogContents;
            ldc "r"
            aload 2 /* vm */
            invokevirtual org.graalvm.component.installer.model.CatalogContents.findComponent:(Ljava/lang/String;Lorg/graalvm/component/installer/Version$Match;)Lorg/graalvm/component/installer/model/ComponentInfo;
            invokevirtual org.graalvm.component.installer.model.ComponentInfo.getVersion:()Lorg/graalvm/component/installer/Version;
            astore 1 /* v */
        19: .line 224
            ldc "1.1.0.1"
            aload 1 /* v */
            invokevirtual org.graalvm.component.installer.Version.toString:()Ljava/lang/String;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
        20: .line 225
            return
        end local 3 // org.graalvm.component.installer.model.ComponentInfo ci
        end local 2 // org.graalvm.component.installer.Version$Match vm
        end local 1 // org.graalvm.component.installer.Version v
        end local 0 // org.graalvm.component.installer.model.CatalogContentsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   21     0  this  Lorg/graalvm/component/installer/model/CatalogContentsTest;
            8   21     1     v  Lorg/graalvm/component/installer/Version;
            3   21     2    vm  Lorg/graalvm/component/installer/Version$Match;
            4   21     3    ci  Lorg/graalvm/component/installer/model/ComponentInfo;
    Exceptions:
      throws java.lang.Exception
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testFindDependentComponents();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.graalvm.component.installer.model.CatalogContentsTest this
         0: .line 233
            return
        end local 0 // org.graalvm.component.installer.model.CatalogContentsTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/component/installer/model/CatalogContentsTest;
    RuntimeVisibleAnnotations: 
      org.junit.Test()
}
SourceFile: "CatalogContentsTest.java"
InnerClasses:
  public final Match = org.graalvm.component.installer.Version$Match of org.graalvm.component.installer.Version
  public final Type = org.graalvm.component.installer.Version$Match$Type of org.graalvm.component.installer.Version$Match