public final class org.eclipse.aether.repository.RemoteRepository implements org.eclipse.aether.repository.ArtifactRepository
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.aether.repository.RemoteRepository
  super_class: java.lang.Object
{
  private static final java.util.regex.Pattern URL_PATTERN;
    descriptor: Ljava/util/regex/Pattern;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final java.lang.String id;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String type;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String url;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String host;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String protocol;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.eclipse.aether.repository.RepositoryPolicy releasePolicy;
    descriptor: Lorg/eclipse/aether/repository/RepositoryPolicy;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.eclipse.aether.repository.RepositoryPolicy snapshotPolicy;
    descriptor: Lorg/eclipse/aether/repository/RepositoryPolicy;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.eclipse.aether.repository.Proxy proxy;
    descriptor: Lorg/eclipse/aether/repository/Proxy;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.eclipse.aether.repository.Authentication authentication;
    descriptor: Lorg/eclipse/aether/repository/Authentication;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.List<org.eclipse.aether.repository.RemoteRepository> mirroredRepositories;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/eclipse/aether/repository/RemoteRepository;>;

  private final boolean repositoryManager;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 40
            ldc "([^:/]+(:[^:/]{2,}+(?=://))?):(//([^@/]*@)?([^/:]+))?.*"
            invokestatic java.util.regex.Pattern.compile:(Ljava/lang/String;)Ljava/util/regex/Pattern;
         1: .line 39
            putstatic org.eclipse.aether.repository.RemoteRepository.URL_PATTERN:Ljava/util/regex/Pattern;
         2: .line 40
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(org.eclipse.aether.repository.RemoteRepository$Builder);
    descriptor: (Lorg/eclipse/aether/repository/RemoteRepository$Builder;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.aether.repository.RemoteRepository this
        start local 1 // org.eclipse.aether.repository.RemoteRepository$Builder builder
         0: .line 64
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 66
            aload 1 /* builder */
            getfield org.eclipse.aether.repository.RemoteRepository$Builder.prototype:Lorg/eclipse/aether/repository/RemoteRepository;
            ifnull 35
         2: .line 68
            aload 0 /* this */
            aload 1 /* builder */
            getfield org.eclipse.aether.repository.RemoteRepository$Builder.delta:I
            iconst_1
            iand
            ifeq 3
            aload 1 /* builder */
            getfield org.eclipse.aether.repository.RemoteRepository$Builder.id:Ljava/lang/String;
            goto 4
      StackMap locals: org.eclipse.aether.repository.RemoteRepository org.eclipse.aether.repository.RemoteRepository$Builder
      StackMap stack: org.eclipse.aether.repository.RemoteRepository
         3: aload 1 /* builder */
            getfield org.eclipse.aether.repository.RemoteRepository$Builder.prototype:Lorg/eclipse/aether/repository/RemoteRepository;
            getfield org.eclipse.aether.repository.RemoteRepository.id:Ljava/lang/String;
      StackMap locals: org.eclipse.aether.repository.RemoteRepository org.eclipse.aether.repository.RemoteRepository$Builder
      StackMap stack: org.eclipse.aether.repository.RemoteRepository java.lang.String
         4: putfield org.eclipse.aether.repository.RemoteRepository.id:Ljava/lang/String;
         5: .line 69
            aload 0 /* this */
            aload 1 /* builder */
            getfield org.eclipse.aether.repository.RemoteRepository$Builder.delta:I
            iconst_2
            iand
            ifeq 6
            aload 1 /* builder */
            getfield org.eclipse.aether.repository.RemoteRepository$Builder.type:Ljava/lang/String;
            goto 7
      StackMap locals:
      StackMap stack: org.eclipse.aether.repository.RemoteRepository
         6: aload 1 /* builder */
            getfield org.eclipse.aether.repository.RemoteRepository$Builder.prototype:Lorg/eclipse/aether/repository/RemoteRepository;
            getfield org.eclipse.aether.repository.RemoteRepository.type:Ljava/lang/String;
      StackMap locals: org.eclipse.aether.repository.RemoteRepository org.eclipse.aether.repository.RemoteRepository$Builder
      StackMap stack: org.eclipse.aether.repository.RemoteRepository java.lang.String
         7: putfield org.eclipse.aether.repository.RemoteRepository.type:Ljava/lang/String;
         8: .line 70
            aload 0 /* this */
            aload 1 /* builder */
            getfield org.eclipse.aether.repository.RemoteRepository$Builder.delta:I
            iconst_4
            iand
            ifeq 9
            aload 1 /* builder */
            getfield org.eclipse.aether.repository.RemoteRepository$Builder.url:Ljava/lang/String;
            goto 10
      StackMap locals:
      StackMap stack: org.eclipse.aether.repository.RemoteRepository
         9: aload 1 /* builder */
            getfield org.eclipse.aether.repository.RemoteRepository$Builder.prototype:Lorg/eclipse/aether/repository/RemoteRepository;
            getfield org.eclipse.aether.repository.RemoteRepository.url:Ljava/lang/String;
      StackMap locals: org.eclipse.aether.repository.RemoteRepository org.eclipse.aether.repository.RemoteRepository$Builder
      StackMap stack: org.eclipse.aether.repository.RemoteRepository java.lang.String
        10: putfield org.eclipse.aether.repository.RemoteRepository.url:Ljava/lang/String;
        11: .line 71
            aload 0 /* this */
        12: .line 72
            aload 1 /* builder */
            getfield org.eclipse.aether.repository.RemoteRepository$Builder.delta:I
            bipush 8
            iand
            ifeq 13
            aload 1 /* builder */
            getfield org.eclipse.aether.repository.RemoteRepository$Builder.releasePolicy:Lorg/eclipse/aether/repository/RepositoryPolicy;
            goto 14
      StackMap locals:
      StackMap stack: org.eclipse.aether.repository.RemoteRepository
        13: aload 1 /* builder */
            getfield org.eclipse.aether.repository.RemoteRepository$Builder.prototype:Lorg/eclipse/aether/repository/RemoteRepository;
            getfield org.eclipse.aether.repository.RemoteRepository.releasePolicy:Lorg/eclipse/aether/repository/RepositoryPolicy;
        14: .line 71
      StackMap locals: org.eclipse.aether.repository.RemoteRepository org.eclipse.aether.repository.RemoteRepository$Builder
      StackMap stack: org.eclipse.aether.repository.RemoteRepository org.eclipse.aether.repository.RepositoryPolicy
            putfield org.eclipse.aether.repository.RemoteRepository.releasePolicy:Lorg/eclipse/aether/repository/RepositoryPolicy;
        15: .line 73
            aload 0 /* this */
        16: .line 74
            aload 1 /* builder */
            getfield org.eclipse.aether.repository.RemoteRepository$Builder.delta:I
            bipush 16
            iand
            ifeq 17
            aload 1 /* builder */
            getfield org.eclipse.aether.repository.RemoteRepository$Builder.snapshotPolicy:Lorg/eclipse/aether/repository/RepositoryPolicy;
            goto 18
      StackMap locals:
      StackMap stack: org.eclipse.aether.repository.RemoteRepository
        17: aload 1 /* builder */
            getfield org.eclipse.aether.repository.RemoteRepository$Builder.prototype:Lorg/eclipse/aether/repository/RemoteRepository;
            getfield org.eclipse.aether.repository.RemoteRepository.snapshotPolicy:Lorg/eclipse/aether/repository/RepositoryPolicy;
        18: .line 73
      StackMap locals: org.eclipse.aether.repository.RemoteRepository org.eclipse.aether.repository.RemoteRepository$Builder
      StackMap stack: org.eclipse.aether.repository.RemoteRepository org.eclipse.aether.repository.RepositoryPolicy
            putfield org.eclipse.aether.repository.RemoteRepository.snapshotPolicy:Lorg/eclipse/aether/repository/RepositoryPolicy;
        19: .line 75
            aload 0 /* this */
            aload 1 /* builder */
            getfield org.eclipse.aether.repository.RemoteRepository$Builder.delta:I
            bipush 32
            iand
            ifeq 20
            aload 1 /* builder */
            getfield org.eclipse.aether.repository.RemoteRepository$Builder.proxy:Lorg/eclipse/aether/repository/Proxy;
            goto 21
      StackMap locals:
      StackMap stack: org.eclipse.aether.repository.RemoteRepository
        20: aload 1 /* builder */
            getfield org.eclipse.aether.repository.RemoteRepository$Builder.prototype:Lorg/eclipse/aether/repository/RemoteRepository;
            getfield org.eclipse.aether.repository.RemoteRepository.proxy:Lorg/eclipse/aether/repository/Proxy;
      StackMap locals: org.eclipse.aether.repository.RemoteRepository org.eclipse.aether.repository.RemoteRepository$Builder
      StackMap stack: org.eclipse.aether.repository.RemoteRepository org.eclipse.aether.repository.Proxy
        21: putfield org.eclipse.aether.repository.RemoteRepository.proxy:Lorg/eclipse/aether/repository/Proxy;
        22: .line 76
            aload 0 /* this */
        23: .line 77
            aload 1 /* builder */
            getfield org.eclipse.aether.repository.RemoteRepository$Builder.delta:I
            bipush 64
            iand
            ifeq 24
            aload 1 /* builder */
            getfield org.eclipse.aether.repository.RemoteRepository$Builder.authentication:Lorg/eclipse/aether/repository/Authentication;
            goto 25
      StackMap locals:
      StackMap stack: org.eclipse.aether.repository.RemoteRepository
        24: aload 1 /* builder */
            getfield org.eclipse.aether.repository.RemoteRepository$Builder.prototype:Lorg/eclipse/aether/repository/RemoteRepository;
            getfield org.eclipse.aether.repository.RemoteRepository.authentication:Lorg/eclipse/aether/repository/Authentication;
        25: .line 76
      StackMap locals: org.eclipse.aether.repository.RemoteRepository org.eclipse.aether.repository.RemoteRepository$Builder
      StackMap stack: org.eclipse.aether.repository.RemoteRepository org.eclipse.aether.repository.Authentication
            putfield org.eclipse.aether.repository.RemoteRepository.authentication:Lorg/eclipse/aether/repository/Authentication;
        26: .line 78
            aload 0 /* this */
        27: .line 79
            aload 1 /* builder */
            getfield org.eclipse.aether.repository.RemoteRepository$Builder.delta:I
            sipush 256
            iand
            ifeq 28
            aload 1 /* builder */
            getfield org.eclipse.aether.repository.RemoteRepository$Builder.repositoryManager:Z
            goto 29
        28: .line 80
      StackMap locals:
      StackMap stack: org.eclipse.aether.repository.RemoteRepository
            aload 1 /* builder */
            getfield org.eclipse.aether.repository.RemoteRepository$Builder.prototype:Lorg/eclipse/aether/repository/RemoteRepository;
            getfield org.eclipse.aether.repository.RemoteRepository.repositoryManager:Z
        29: .line 78
      StackMap locals: org.eclipse.aether.repository.RemoteRepository org.eclipse.aether.repository.RemoteRepository$Builder
      StackMap stack: org.eclipse.aether.repository.RemoteRepository int
            putfield org.eclipse.aether.repository.RemoteRepository.repositoryManager:Z
        30: .line 81
            aload 0 /* this */
        31: .line 82
            aload 1 /* builder */
            getfield org.eclipse.aether.repository.RemoteRepository$Builder.delta:I
            sipush 128
            iand
            ifeq 32
            aload 1 /* builder */
            getfield org.eclipse.aether.repository.RemoteRepository$Builder.mirroredRepositories:Ljava/util/List;
            invokestatic org.eclipse.aether.repository.RemoteRepository.copy:(Ljava/util/List;)Ljava/util/List;
            goto 33
        32: .line 83
      StackMap locals:
      StackMap stack: org.eclipse.aether.repository.RemoteRepository
            aload 1 /* builder */
            getfield org.eclipse.aether.repository.RemoteRepository$Builder.prototype:Lorg/eclipse/aether/repository/RemoteRepository;
            getfield org.eclipse.aether.repository.RemoteRepository.mirroredRepositories:Ljava/util/List;
        33: .line 81
      StackMap locals: org.eclipse.aether.repository.RemoteRepository org.eclipse.aether.repository.RemoteRepository$Builder
      StackMap stack: org.eclipse.aether.repository.RemoteRepository java.util.List
            putfield org.eclipse.aether.repository.RemoteRepository.mirroredRepositories:Ljava/util/List;
        34: .line 84
            goto 44
        35: .line 87
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* builder */
            getfield org.eclipse.aether.repository.RemoteRepository$Builder.id:Ljava/lang/String;
            putfield org.eclipse.aether.repository.RemoteRepository.id:Ljava/lang/String;
        36: .line 88
            aload 0 /* this */
            aload 1 /* builder */
            getfield org.eclipse.aether.repository.RemoteRepository$Builder.type:Ljava/lang/String;
            putfield org.eclipse.aether.repository.RemoteRepository.type:Ljava/lang/String;
        37: .line 89
            aload 0 /* this */
            aload 1 /* builder */
            getfield org.eclipse.aether.repository.RemoteRepository$Builder.url:Ljava/lang/String;
            putfield org.eclipse.aether.repository.RemoteRepository.url:Ljava/lang/String;
        38: .line 90
            aload 0 /* this */
            aload 1 /* builder */
            getfield org.eclipse.aether.repository.RemoteRepository$Builder.releasePolicy:Lorg/eclipse/aether/repository/RepositoryPolicy;
            putfield org.eclipse.aether.repository.RemoteRepository.releasePolicy:Lorg/eclipse/aether/repository/RepositoryPolicy;
        39: .line 91
            aload 0 /* this */
            aload 1 /* builder */
            getfield org.eclipse.aether.repository.RemoteRepository$Builder.snapshotPolicy:Lorg/eclipse/aether/repository/RepositoryPolicy;
            putfield org.eclipse.aether.repository.RemoteRepository.snapshotPolicy:Lorg/eclipse/aether/repository/RepositoryPolicy;
        40: .line 92
            aload 0 /* this */
            aload 1 /* builder */
            getfield org.eclipse.aether.repository.RemoteRepository$Builder.proxy:Lorg/eclipse/aether/repository/Proxy;
            putfield org.eclipse.aether.repository.RemoteRepository.proxy:Lorg/eclipse/aether/repository/Proxy;
        41: .line 93
            aload 0 /* this */
            aload 1 /* builder */
            getfield org.eclipse.aether.repository.RemoteRepository$Builder.authentication:Lorg/eclipse/aether/repository/Authentication;
            putfield org.eclipse.aether.repository.RemoteRepository.authentication:Lorg/eclipse/aether/repository/Authentication;
        42: .line 94
            aload 0 /* this */
            aload 1 /* builder */
            getfield org.eclipse.aether.repository.RemoteRepository$Builder.repositoryManager:Z
            putfield org.eclipse.aether.repository.RemoteRepository.repositoryManager:Z
        43: .line 95
            aload 0 /* this */
            aload 1 /* builder */
            getfield org.eclipse.aether.repository.RemoteRepository$Builder.mirroredRepositories:Ljava/util/List;
            invokestatic org.eclipse.aether.repository.RemoteRepository.copy:(Ljava/util/List;)Ljava/util/List;
            putfield org.eclipse.aether.repository.RemoteRepository.mirroredRepositories:Ljava/util/List;
        44: .line 98
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.aether.repository.RemoteRepository.URL_PATTERN:Ljava/util/regex/Pattern;
            aload 0 /* this */
            getfield org.eclipse.aether.repository.RemoteRepository.url:Ljava/lang/String;
            invokevirtual java.util.regex.Pattern.matcher:(Ljava/lang/CharSequence;)Ljava/util/regex/Matcher;
            astore 2 /* m */
        start local 2 // java.util.regex.Matcher m
        45: .line 99
            aload 2 /* m */
            invokevirtual java.util.regex.Matcher.matches:()Z
            ifeq 52
        46: .line 101
            aload 0 /* this */
            aload 2 /* m */
            iconst_1
            invokevirtual java.util.regex.Matcher.group:(I)Ljava/lang/String;
            putfield org.eclipse.aether.repository.RemoteRepository.protocol:Ljava/lang/String;
        47: .line 102
            aload 2 /* m */
            iconst_5
            invokevirtual java.util.regex.Matcher.group:(I)Ljava/lang/String;
            astore 3 /* host */
        start local 3 // java.lang.String host
        48: .line 103
            aload 0 /* this */
            aload 3 /* host */
            ifnull 49
            aload 3 /* host */
            goto 50
      StackMap locals: org.eclipse.aether.repository.RemoteRepository org.eclipse.aether.repository.RemoteRepository$Builder java.util.regex.Matcher java.lang.String
      StackMap stack: org.eclipse.aether.repository.RemoteRepository
        49: ldc ""
      StackMap locals: org.eclipse.aether.repository.RemoteRepository org.eclipse.aether.repository.RemoteRepository$Builder java.util.regex.Matcher java.lang.String
      StackMap stack: org.eclipse.aether.repository.RemoteRepository java.lang.String
        50: putfield org.eclipse.aether.repository.RemoteRepository.host:Ljava/lang/String;
        end local 3 // java.lang.String host
        51: .line 104
            goto 54
        52: .line 107
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc ""
            putfield org.eclipse.aether.repository.RemoteRepository.protocol:Ljava/lang/String;
        53: .line 108
            aload 0 /* this */
            ldc ""
            putfield org.eclipse.aether.repository.RemoteRepository.host:Ljava/lang/String;
        54: .line 110
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.util.regex.Matcher m
        end local 1 // org.eclipse.aether.repository.RemoteRepository$Builder builder
        end local 0 // org.eclipse.aether.repository.RemoteRepository this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   55     0     this  Lorg/eclipse/aether/repository/RemoteRepository;
            0   55     1  builder  Lorg/eclipse/aether/repository/RemoteRepository$Builder;
           45   55     2        m  Ljava/util/regex/Matcher;
           48   51     3     host  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      builder  

  private static java.util.List<org.eclipse.aether.repository.RemoteRepository> copy(java.util.List<org.eclipse.aether.repository.RemoteRepository>);
    descriptor: (Ljava/util/List;)Ljava/util/List;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.util.List repos
         0: .line 114
            aload 0 /* repos */
            ifnull 1
            aload 0 /* repos */
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 2
         1: .line 116
      StackMap locals:
      StackMap stack:
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            areturn
         2: .line 118
      StackMap locals:
      StackMap stack:
            aload 0 /* repos */
            aload 0 /* repos */
            invokeinterface java.util.List.size:()I
            anewarray org.eclipse.aether.repository.RemoteRepository
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast org.eclipse.aether.repository.RemoteRepository[]
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            areturn
        end local 0 // java.util.List repos
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0  repos  Ljava/util/List<Lorg/eclipse/aether/repository/RemoteRepository;>;
    Signature: (Ljava/util/List<Lorg/eclipse/aether/repository/RemoteRepository;>;)Ljava/util/List<Lorg/eclipse/aether/repository/RemoteRepository;>;
    MethodParameters:
       Name  Flags
      repos  

  public java.lang.String getId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.repository.RemoteRepository this
         0: .line 123
            aload 0 /* this */
            getfield org.eclipse.aether.repository.RemoteRepository.id:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.aether.repository.RemoteRepository this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/repository/RemoteRepository;

  public java.lang.String getContentType();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.repository.RemoteRepository this
         0: .line 128
            aload 0 /* this */
            getfield org.eclipse.aether.repository.RemoteRepository.type:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.aether.repository.RemoteRepository this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/repository/RemoteRepository;

  public java.lang.String getUrl();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.repository.RemoteRepository this
         0: .line 138
            aload 0 /* this */
            getfield org.eclipse.aether.repository.RemoteRepository.url:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.aether.repository.RemoteRepository this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/repository/RemoteRepository;

  public java.lang.String getProtocol();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.repository.RemoteRepository this
         0: .line 149
            aload 0 /* this */
            getfield org.eclipse.aether.repository.RemoteRepository.protocol:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.aether.repository.RemoteRepository this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/repository/RemoteRepository;

  public java.lang.String getHost();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.repository.RemoteRepository this
         0: .line 159
            aload 0 /* this */
            getfield org.eclipse.aether.repository.RemoteRepository.host:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.aether.repository.RemoteRepository this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/repository/RemoteRepository;

  public org.eclipse.aether.repository.RepositoryPolicy getPolicy(boolean);
    descriptor: (Z)Lorg/eclipse/aether/repository/RepositoryPolicy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.aether.repository.RemoteRepository this
        start local 1 // boolean snapshot
         0: .line 170
            iload 1 /* snapshot */
            ifeq 1
            aload 0 /* this */
            getfield org.eclipse.aether.repository.RemoteRepository.snapshotPolicy:Lorg/eclipse/aether/repository/RepositoryPolicy;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.eclipse.aether.repository.RemoteRepository.releasePolicy:Lorg/eclipse/aether/repository/RepositoryPolicy;
      StackMap locals:
      StackMap stack: org.eclipse.aether.repository.RepositoryPolicy
         2: areturn
        end local 1 // boolean snapshot
        end local 0 // org.eclipse.aether.repository.RemoteRepository this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/eclipse/aether/repository/RemoteRepository;
            0    3     1  snapshot  Z
    MethodParameters:
          Name  Flags
      snapshot  

  public org.eclipse.aether.repository.Proxy getProxy();
    descriptor: ()Lorg/eclipse/aether/repository/Proxy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.repository.RemoteRepository this
         0: .line 180
            aload 0 /* this */
            getfield org.eclipse.aether.repository.RemoteRepository.proxy:Lorg/eclipse/aether/repository/Proxy;
            areturn
        end local 0 // org.eclipse.aether.repository.RemoteRepository this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/repository/RemoteRepository;

  public org.eclipse.aether.repository.Authentication getAuthentication();
    descriptor: ()Lorg/eclipse/aether/repository/Authentication;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.repository.RemoteRepository this
         0: .line 190
            aload 0 /* this */
            getfield org.eclipse.aether.repository.RemoteRepository.authentication:Lorg/eclipse/aether/repository/Authentication;
            areturn
        end local 0 // org.eclipse.aether.repository.RemoteRepository this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/repository/RemoteRepository;

  public java.util.List<org.eclipse.aether.repository.RemoteRepository> getMirroredRepositories();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.repository.RemoteRepository this
         0: .line 200
            aload 0 /* this */
            getfield org.eclipse.aether.repository.RemoteRepository.mirroredRepositories:Ljava/util/List;
            areturn
        end local 0 // org.eclipse.aether.repository.RemoteRepository this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/repository/RemoteRepository;
    Signature: ()Ljava/util/List<Lorg/eclipse/aether/repository/RemoteRepository;>;

  public boolean isRepositoryManager();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.aether.repository.RemoteRepository this
         0: .line 210
            aload 0 /* this */
            getfield org.eclipse.aether.repository.RemoteRepository.repositoryManager:Z
            ireturn
        end local 0 // org.eclipse.aether.repository.RemoteRepository this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/aether/repository/RemoteRepository;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // org.eclipse.aether.repository.RemoteRepository this
         0: .line 216
            new java.lang.StringBuilder
            dup
            sipush 256
            invokespecial java.lang.StringBuilder.<init>:(I)V
            astore 1 /* buffer */
        start local 1 // java.lang.StringBuilder buffer
         1: .line 217
            aload 1 /* buffer */
            aload 0 /* this */
            invokevirtual org.eclipse.aether.repository.RemoteRepository.getId:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         2: .line 218
            aload 1 /* buffer */
            ldc " ("
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual org.eclipse.aether.repository.RemoteRepository.getUrl:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         3: .line 219
            aload 1 /* buffer */
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual org.eclipse.aether.repository.RemoteRepository.getContentType:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         4: .line 220
            aload 0 /* this */
            iconst_0
            invokevirtual org.eclipse.aether.repository.RemoteRepository.getPolicy:(Z)Lorg/eclipse/aether/repository/RepositoryPolicy;
            invokevirtual org.eclipse.aether.repository.RepositoryPolicy.isEnabled:()Z
            istore 2 /* r */
        start local 2 // boolean r
         5: aload 0 /* this */
            iconst_1
            invokevirtual org.eclipse.aether.repository.RemoteRepository.getPolicy:(Z)Lorg/eclipse/aether/repository/RepositoryPolicy;
            invokevirtual org.eclipse.aether.repository.RepositoryPolicy.isEnabled:()Z
            istore 3 /* s */
        start local 3 // boolean s
         6: .line 221
            iload 2 /* r */
            ifeq 9
            iload 3 /* s */
            ifeq 9
         7: .line 223
            aload 1 /* buffer */
            ldc ", releases+snapshots"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         8: .line 224
            goto 16
         9: .line 225
      StackMap locals: java.lang.StringBuilder int int
      StackMap stack:
            iload 2 /* r */
            ifeq 12
        10: .line 227
            aload 1 /* buffer */
            ldc ", releases"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        11: .line 228
            goto 16
        12: .line 229
      StackMap locals:
      StackMap stack:
            iload 3 /* s */
            ifeq 15
        13: .line 231
            aload 1 /* buffer */
            ldc ", snapshots"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        14: .line 232
            goto 16
        15: .line 235
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            ldc ", disabled"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        16: .line 237
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.aether.repository.RemoteRepository.isRepositoryManager:()Z
            ifeq 18
        17: .line 239
            aload 1 /* buffer */
            ldc ", managed"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        18: .line 241
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        19: .line 242
            aload 1 /* buffer */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 3 // boolean s
        end local 2 // boolean r
        end local 1 // java.lang.StringBuilder buffer
        end local 0 // org.eclipse.aether.repository.RemoteRepository this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   20     0    this  Lorg/eclipse/aether/repository/RemoteRepository;
            1   20     1  buffer  Ljava/lang/StringBuilder;
            5   20     2       r  Z
            6   20     3       s  Z

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.aether.repository.RemoteRepository this
        start local 1 // java.lang.Object obj
         0: .line 248
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 250
            iconst_1
            ireturn
         2: .line 252
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnull 3
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 4
         3: .line 254
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 257
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.eclipse.aether.repository.RemoteRepository
            astore 2 /* that */
        start local 2 // org.eclipse.aether.repository.RemoteRepository that
         5: .line 259
            aload 0 /* this */
            getfield org.eclipse.aether.repository.RemoteRepository.url:Ljava/lang/String;
            aload 2 /* that */
            getfield org.eclipse.aether.repository.RemoteRepository.url:Ljava/lang/String;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 12
            aload 0 /* this */
            getfield org.eclipse.aether.repository.RemoteRepository.type:Ljava/lang/String;
            aload 2 /* that */
            getfield org.eclipse.aether.repository.RemoteRepository.type:Ljava/lang/String;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 12
         6: .line 260
            aload 0 /* this */
            getfield org.eclipse.aether.repository.RemoteRepository.id:Ljava/lang/String;
            aload 2 /* that */
            getfield org.eclipse.aether.repository.RemoteRepository.id:Ljava/lang/String;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 12
            aload 0 /* this */
            getfield org.eclipse.aether.repository.RemoteRepository.releasePolicy:Lorg/eclipse/aether/repository/RepositoryPolicy;
            aload 2 /* that */
            getfield org.eclipse.aether.repository.RemoteRepository.releasePolicy:Lorg/eclipse/aether/repository/RepositoryPolicy;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 12
         7: .line 261
            aload 0 /* this */
            getfield org.eclipse.aether.repository.RemoteRepository.snapshotPolicy:Lorg/eclipse/aether/repository/RepositoryPolicy;
            aload 2 /* that */
            getfield org.eclipse.aether.repository.RemoteRepository.snapshotPolicy:Lorg/eclipse/aether/repository/RepositoryPolicy;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 12
            aload 0 /* this */
            getfield org.eclipse.aether.repository.RemoteRepository.proxy:Lorg/eclipse/aether/repository/Proxy;
            aload 2 /* that */
            getfield org.eclipse.aether.repository.RemoteRepository.proxy:Lorg/eclipse/aether/repository/Proxy;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 12
         8: .line 262
            aload 0 /* this */
            getfield org.eclipse.aether.repository.RemoteRepository.authentication:Lorg/eclipse/aether/repository/Authentication;
            aload 2 /* that */
            getfield org.eclipse.aether.repository.RemoteRepository.authentication:Lorg/eclipse/aether/repository/Authentication;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 12
         9: .line 263
            aload 0 /* this */
            getfield org.eclipse.aether.repository.RemoteRepository.mirroredRepositories:Ljava/util/List;
            aload 2 /* that */
            getfield org.eclipse.aether.repository.RemoteRepository.mirroredRepositories:Ljava/util/List;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 12
        10: .line 264
            aload 0 /* this */
            getfield org.eclipse.aether.repository.RemoteRepository.repositoryManager:Z
            aload 2 /* that */
            getfield org.eclipse.aether.repository.RemoteRepository.repositoryManager:Z
            if_icmpne 12
        11: .line 259
            iconst_1
            ireturn
      StackMap locals: org.eclipse.aether.repository.RemoteRepository
      StackMap stack:
        12: iconst_0
            ireturn
        end local 2 // org.eclipse.aether.repository.RemoteRepository that
        end local 1 // java.lang.Object obj
        end local 0 // org.eclipse.aether.repository.RemoteRepository this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lorg/eclipse/aether/repository/RemoteRepository;
            0   13     1   obj  Ljava/lang/Object;
            5   13     2  that  Lorg/eclipse/aether/repository/RemoteRepository;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.aether.repository.RemoteRepository this
         0: .line 270
            bipush 17
            istore 1 /* hash */
        start local 1 // int hash
         1: .line 271
            iload 1 /* hash */
            bipush 31
            imul
            aload 0 /* this */
            getfield org.eclipse.aether.repository.RemoteRepository.url:Ljava/lang/String;
            invokestatic org.eclipse.aether.repository.RemoteRepository.hash:(Ljava/lang/Object;)I
            iadd
            istore 1 /* hash */
         2: .line 272
            iload 1 /* hash */
            bipush 31
            imul
            aload 0 /* this */
            getfield org.eclipse.aether.repository.RemoteRepository.type:Ljava/lang/String;
            invokestatic org.eclipse.aether.repository.RemoteRepository.hash:(Ljava/lang/Object;)I
            iadd
            istore 1 /* hash */
         3: .line 273
            iload 1 /* hash */
            bipush 31
            imul
            aload 0 /* this */
            getfield org.eclipse.aether.repository.RemoteRepository.id:Ljava/lang/String;
            invokestatic org.eclipse.aether.repository.RemoteRepository.hash:(Ljava/lang/Object;)I
            iadd
            istore 1 /* hash */
         4: .line 274
            iload 1 /* hash */
            bipush 31
            imul
            aload 0 /* this */
            getfield org.eclipse.aether.repository.RemoteRepository.releasePolicy:Lorg/eclipse/aether/repository/RepositoryPolicy;
            invokestatic org.eclipse.aether.repository.RemoteRepository.hash:(Ljava/lang/Object;)I
            iadd
            istore 1 /* hash */
         5: .line 275
            iload 1 /* hash */
            bipush 31
            imul
            aload 0 /* this */
            getfield org.eclipse.aether.repository.RemoteRepository.snapshotPolicy:Lorg/eclipse/aether/repository/RepositoryPolicy;
            invokestatic org.eclipse.aether.repository.RemoteRepository.hash:(Ljava/lang/Object;)I
            iadd
            istore 1 /* hash */
         6: .line 276
            iload 1 /* hash */
            bipush 31
            imul
            aload 0 /* this */
            getfield org.eclipse.aether.repository.RemoteRepository.proxy:Lorg/eclipse/aether/repository/Proxy;
            invokestatic org.eclipse.aether.repository.RemoteRepository.hash:(Ljava/lang/Object;)I
            iadd
            istore 1 /* hash */
         7: .line 277
            iload 1 /* hash */
            bipush 31
            imul
            aload 0 /* this */
            getfield org.eclipse.aether.repository.RemoteRepository.authentication:Lorg/eclipse/aether/repository/Authentication;
            invokestatic org.eclipse.aether.repository.RemoteRepository.hash:(Ljava/lang/Object;)I
            iadd
            istore 1 /* hash */
         8: .line 278
            iload 1 /* hash */
            bipush 31
            imul
            aload 0 /* this */
            getfield org.eclipse.aether.repository.RemoteRepository.mirroredRepositories:Ljava/util/List;
            invokestatic org.eclipse.aether.repository.RemoteRepository.hash:(Ljava/lang/Object;)I
            iadd
            istore 1 /* hash */
         9: .line 279
            iload 1 /* hash */
            bipush 31
            imul
            aload 0 /* this */
            getfield org.eclipse.aether.repository.RemoteRepository.repositoryManager:Z
            ifeq 10
            iconst_1
            goto 11
      StackMap locals: org.eclipse.aether.repository.RemoteRepository int
      StackMap stack: int
        10: iconst_0
      StackMap locals: org.eclipse.aether.repository.RemoteRepository int
      StackMap stack: int int
        11: iadd
            istore 1 /* hash */
        12: .line 280
            iload 1 /* hash */
            ireturn
        end local 1 // int hash
        end local 0 // org.eclipse.aether.repository.RemoteRepository this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lorg/eclipse/aether/repository/RemoteRepository;
            1   13     1  hash  I

  private static int hash(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 285
            aload 0 /* obj */
            ifnull 1
            aload 0 /* obj */
            invokevirtual java.lang.Object.hashCode:()I
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   
}
SourceFile: "RemoteRepository.java"
NestMembers:
  org.eclipse.aether.repository.RemoteRepository$Builder
InnerClasses:
  public final Builder = org.eclipse.aether.repository.RemoteRepository$Builder of org.eclipse.aether.repository.RemoteRepository