class org.eclipse.jgit.transport.HttpConfig$1 implements java.util.function.Supplier<java.lang.Integer>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jgit.transport.HttpConfig$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.transport.HttpConfig$1 this
         0: .line 104
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.jgit.transport.HttpConfig$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/transport/HttpConfig$1;

  public java.lang.Integer get();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // org.eclipse.jgit.transport.HttpConfig$1 this
         0: .line 108
            invokestatic org.eclipse.jgit.util.SystemReader.getInstance:()Lorg/eclipse/jgit/util/SystemReader;
         1: .line 109
            ldc "http.maxRedirects"
            invokevirtual org.eclipse.jgit.util.SystemReader.getProperty:(Ljava/lang/String;)Ljava/lang/String;
         2: .line 108
            astore 1 /* rawValue */
        start local 1 // java.lang.String rawValue
         3: .line 110
            iconst_5
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            astore 2 /* value */
        start local 2 // java.lang.Integer value
         4: .line 111
            aload 1 /* rawValue */
            ifnull 12
         5: .line 113
            aload 1 /* rawValue */
            invokestatic java.lang.Integer.parseUnsignedInt:(Ljava/lang/String;)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            astore 2 /* value */
         6: .line 114
            goto 12
      StackMap locals: org.eclipse.jgit.transport.HttpConfig$1 java.lang.String java.lang.Integer
      StackMap stack: java.lang.NumberFormatException
         7: pop
         8: .line 115
            getstatic org.eclipse.jgit.transport.HttpConfig.LOG:Lorg/slf4j/Logger;
         9: .line 116
            invokestatic org.eclipse.jgit.internal.JGitText.get:()Lorg/eclipse/jgit/internal/JGitText;
            getfield org.eclipse.jgit.internal.JGitText.invalidSystemProperty:Ljava/lang/String;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
        10: .line 117
            ldc "http.maxRedirects"
            aastore
            dup
            iconst_1
            aload 1 /* rawValue */
            aastore
            dup
            iconst_2
            aload 2 /* value */
            aastore
        11: .line 115
            invokestatic java.text.MessageFormat.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokeinterface org.slf4j.Logger.warn:(Ljava/lang/String;)V
        12: .line 120
      StackMap locals:
      StackMap stack:
            aload 2 /* value */
            areturn
        end local 2 // java.lang.Integer value
        end local 1 // java.lang.String rawValue
        end local 0 // org.eclipse.jgit.transport.HttpConfig$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Lorg/eclipse/jgit/transport/HttpConfig$1;
            3   13     1  rawValue  Ljava/lang/String;
            4   13     2     value  Ljava/lang/Integer;
      Exception table:
        from    to  target  type
           5     6       7  Class java.lang.NumberFormatException

  public java.lang.Object get();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.jgit.transport.HttpConfig$1.get:()Ljava/lang/Integer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/function/Supplier<Ljava/lang/Integer;>;
SourceFile: "HttpConfig.java"
EnclosingMethod: org.eclipse.jgit.transport.HttpConfig
NestHost: org.eclipse.jgit.transport.HttpConfig
InnerClasses:
  org.eclipse.jgit.transport.HttpConfig$1