public final class org.eclipse.jgit.lib.AbbreviatedObjectId implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.jgit.lib.AbbreviatedObjectId
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  final int nibbles;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final int w1;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final int w2;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final int w3;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final int w4;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final int w5;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  public static final boolean isId(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.lang.String id
         0: .line 45
            aload 0 /* id */
            invokevirtual java.lang.String.length:()I
            iconst_2
            if_icmplt 1
            bipush 40
            aload 0 /* id */
            invokevirtual java.lang.String.length:()I
            if_icmpge 2
         1: .line 46
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         2: .line 48
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         3: goto 6
         4: .line 49
      StackMap locals: int
      StackMap stack:
            aload 0 /* id */
            iload 1 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            i2b
            invokestatic org.eclipse.jgit.util.RawParseUtils.parseHexInt4:(B)I
            pop
         5: .line 48
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 1 /* i */
            aload 0 /* id */
            invokevirtual java.lang.String.length:()I
            if_icmplt 4
        end local 1 // int i
         7: .line 50
            iconst_1
            ireturn
         8: .line 51
      StackMap locals: java.lang.String
      StackMap stack: java.lang.ArrayIndexOutOfBoundsException
            pop
         9: .line 52
            iconst_0
            ireturn
        end local 0 // java.lang.String id
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0    id  Ljava/lang/String;
            3    7     1     i  I
      Exception table:
        from    to  target  type
           2     7       8  Class java.lang.ArrayIndexOutOfBoundsException
    MethodParameters:
      Name  Flags
      id    

  public static final org.eclipse.jgit.lib.AbbreviatedObjectId fromString(byte[], int, int);
    descriptor: ([BII)Lorg/eclipse/jgit/lib/AbbreviatedObjectId;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=8, locals=3, args_size=3
        start local 0 // byte[] buf
        start local 1 // int offset
        start local 2 // int end
         0: .line 70
            iload 2 /* end */
            iload 1 /* offset */
            isub
            bipush 40
            if_icmple 6
         1: .line 71
            new java.lang.IllegalArgumentException
            dup
         2: .line 72
            invokestatic org.eclipse.jgit.internal.JGitText.get:()Lorg/eclipse/jgit/internal/JGitText;
            getfield org.eclipse.jgit.internal.JGitText.invalidIdLength:Ljava/lang/String;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
         3: .line 73
            iload 2 /* end */
            iload 1 /* offset */
            isub
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
         4: .line 74
            bipush 40
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
         5: .line 71
            invokestatic java.text.MessageFormat.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 75
      StackMap locals:
      StackMap stack:
            aload 0 /* buf */
            iload 1 /* offset */
            iload 2 /* end */
            invokestatic org.eclipse.jgit.lib.AbbreviatedObjectId.fromHexString:([BII)Lorg/eclipse/jgit/lib/AbbreviatedObjectId;
            areturn
        end local 2 // int end
        end local 1 // int offset
        end local 0 // byte[] buf
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0     buf  [B
            0    7     1  offset  I
            0    7     2     end  I
    MethodParameters:
        Name  Flags
      buf     final
      offset  final
      end     final

  public static final org.eclipse.jgit.lib.AbbreviatedObjectId fromObjectId(org.eclipse.jgit.lib.AnyObjectId);
    descriptor: (Lorg/eclipse/jgit/lib/AnyObjectId;)Lorg/eclipse/jgit/lib/AbbreviatedObjectId;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.lib.AnyObjectId id
         0: .line 90
            new org.eclipse.jgit.lib.AbbreviatedObjectId
            dup
            bipush 40
         1: .line 91
            aload 0 /* id */
            getfield org.eclipse.jgit.lib.AnyObjectId.w1:I
            aload 0 /* id */
            getfield org.eclipse.jgit.lib.AnyObjectId.w2:I
            aload 0 /* id */
            getfield org.eclipse.jgit.lib.AnyObjectId.w3:I
            aload 0 /* id */
            getfield org.eclipse.jgit.lib.AnyObjectId.w4:I
            aload 0 /* id */
            getfield org.eclipse.jgit.lib.AnyObjectId.w5:I
         2: .line 90
            invokespecial org.eclipse.jgit.lib.AbbreviatedObjectId.<init>:(IIIIII)V
            areturn
        end local 0 // org.eclipse.jgit.lib.AnyObjectId id
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0    id  Lorg/eclipse/jgit/lib/AnyObjectId;
    MethodParameters:
      Name  Flags
      id    

  public static final org.eclipse.jgit.lib.AbbreviatedObjectId fromString(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/eclipse/jgit/lib/AbbreviatedObjectId;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=7, locals=2, args_size=1
        start local 0 // java.lang.String str
         0: .line 102
            aload 0 /* str */
            invokevirtual java.lang.String.length:()I
            bipush 40
            if_icmple 2
         1: .line 103
            new java.lang.IllegalArgumentException
            dup
            invokestatic org.eclipse.jgit.internal.JGitText.get:()Lorg/eclipse/jgit/internal/JGitText;
            getfield org.eclipse.jgit.internal.JGitText.invalidId:Ljava/lang/String;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* str */
            aastore
            invokestatic java.text.MessageFormat.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 104
      StackMap locals:
      StackMap stack:
            aload 0 /* str */
            invokestatic org.eclipse.jgit.lib.Constants.encodeASCII:(Ljava/lang/String;)[B
            astore 1 /* b */
        start local 1 // byte[] b
         3: .line 105
            aload 1 /* b */
            iconst_0
            aload 1 /* b */
            arraylength
            invokestatic org.eclipse.jgit.lib.AbbreviatedObjectId.fromHexString:([BII)Lorg/eclipse/jgit/lib/AbbreviatedObjectId;
            areturn
        end local 1 // byte[] b
        end local 0 // java.lang.String str
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0   str  Ljava/lang/String;
            3    4     1     b  [B
    MethodParameters:
      Name  Flags
      str   

  private static final org.eclipse.jgit.lib.AbbreviatedObjectId fromHexString(byte[], int, int);
    descriptor: ([BII)Lorg/eclipse/jgit/lib/AbbreviatedObjectId;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Code:
      stack=8, locals=8, args_size=3
        start local 0 // byte[] bs
        start local 1 // int ptr
        start local 2 // int end
         0: .line 111
            aload 0 /* bs */
            iload 1 /* ptr */
            iload 2 /* end */
            invokestatic org.eclipse.jgit.lib.AbbreviatedObjectId.hexUInt32:([BII)I
            istore 3 /* a */
        start local 3 // int a
         1: .line 112
            aload 0 /* bs */
            iload 1 /* ptr */
            bipush 8
            iadd
            iload 2 /* end */
            invokestatic org.eclipse.jgit.lib.AbbreviatedObjectId.hexUInt32:([BII)I
            istore 4 /* b */
        start local 4 // int b
         2: .line 113
            aload 0 /* bs */
            iload 1 /* ptr */
            bipush 16
            iadd
            iload 2 /* end */
            invokestatic org.eclipse.jgit.lib.AbbreviatedObjectId.hexUInt32:([BII)I
            istore 5 /* c */
        start local 5 // int c
         3: .line 114
            aload 0 /* bs */
            iload 1 /* ptr */
            bipush 24
            iadd
            iload 2 /* end */
            invokestatic org.eclipse.jgit.lib.AbbreviatedObjectId.hexUInt32:([BII)I
            istore 6 /* d */
        start local 6 // int d
         4: .line 115
            aload 0 /* bs */
            iload 1 /* ptr */
            bipush 32
            iadd
            iload 2 /* end */
            invokestatic org.eclipse.jgit.lib.AbbreviatedObjectId.hexUInt32:([BII)I
            istore 7 /* e */
        start local 7 // int e
         5: .line 116
            new org.eclipse.jgit.lib.AbbreviatedObjectId
            dup
            iload 2 /* end */
            iload 1 /* ptr */
            isub
            iload 3 /* a */
            iload 4 /* b */
            iload 5 /* c */
            iload 6 /* d */
            iload 7 /* e */
            invokespecial org.eclipse.jgit.lib.AbbreviatedObjectId.<init>:(IIIIII)V
         6: areturn
        end local 7 // int e
        end local 6 // int d
        end local 5 // int c
        end local 4 // int b
        end local 3 // int a
         7: .line 117
      StackMap locals:
      StackMap stack: java.lang.ArrayIndexOutOfBoundsException
            astore 3 /* e */
        start local 3 // java.lang.ArrayIndexOutOfBoundsException e
         8: .line 118
            new org.eclipse.jgit.errors.InvalidObjectIdException
            dup
            aload 0 /* bs */
            iload 1 /* ptr */
         9: .line 119
            iload 2 /* end */
            iload 1 /* ptr */
            isub
        10: .line 118
            invokespecial org.eclipse.jgit.errors.InvalidObjectIdException.<init>:([BII)V
            astore 4 /* e1 */
        start local 4 // org.eclipse.jgit.errors.InvalidObjectIdException e1
        11: .line 120
            aload 4 /* e1 */
            aload 3 /* e */
            invokevirtual org.eclipse.jgit.errors.InvalidObjectIdException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            pop
        12: .line 121
            aload 4 /* e1 */
            athrow
        end local 4 // org.eclipse.jgit.errors.InvalidObjectIdException e1
        end local 3 // java.lang.ArrayIndexOutOfBoundsException e
        end local 2 // int end
        end local 1 // int ptr
        end local 0 // byte[] bs
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0    bs  [B
            0   13     1   ptr  I
            0   13     2   end  I
            1    7     3     a  I
            2    7     4     b  I
            3    7     5     c  I
            4    7     6     d  I
            5    7     7     e  I
            8   13     3     e  Ljava/lang/ArrayIndexOutOfBoundsException;
           11   13     4    e1  Lorg/eclipse/jgit/errors/InvalidObjectIdException;
      Exception table:
        from    to  target  type
           0     6       7  Class java.lang.ArrayIndexOutOfBoundsException
    MethodParameters:
      Name  Flags
      bs    final
      ptr   
      end   final

  private static final int hexUInt32(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // byte[] bs
        start local 1 // int p
        start local 2 // int end
         0: .line 126
            bipush 8
            iload 2 /* end */
            iload 1 /* p */
            isub
            if_icmpgt 2
         1: .line 127
            aload 0 /* bs */
            iload 1 /* p */
            invokestatic org.eclipse.jgit.util.RawParseUtils.parseHexInt32:([BI)I
            ireturn
         2: .line 129
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* r */
        start local 3 // int r
         3: iconst_0
            istore 4 /* n */
        start local 4 // int n
         4: .line 130
            goto 8
         5: .line 131
      StackMap locals: int int
      StackMap stack:
            iload 3 /* r */
            iconst_4
            ishl
            istore 3 /* r */
         6: .line 132
            iload 3 /* r */
            aload 0 /* bs */
            iload 1 /* p */
            iinc 1 /* p */ 1
            baload
            invokestatic org.eclipse.jgit.util.RawParseUtils.parseHexInt4:(B)I
            ior
            istore 3 /* r */
         7: .line 133
            iinc 4 /* n */ 1
         8: .line 130
      StackMap locals:
      StackMap stack:
            iload 4 /* n */
            bipush 8
            if_icmpge 9
            iload 1 /* p */
            iload 2 /* end */
            if_icmplt 5
         9: .line 135
      StackMap locals:
      StackMap stack:
            iload 3 /* r */
            bipush 8
            iload 4 /* n */
            isub
            iconst_4
            imul
            ishl
            ireturn
        end local 4 // int n
        end local 3 // int r
        end local 2 // int end
        end local 1 // int p
        end local 0 // byte[] bs
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0    bs  [B
            0   10     1     p  I
            0   10     2   end  I
            3   10     3     r  I
            4   10     4     n  I
    MethodParameters:
      Name  Flags
      bs    final
      p     
      end   final

  static int mask(int, int, int);
    descriptor: (III)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // int nibbles
        start local 1 // int word
        start local 2 // int v
         0: .line 139
            iload 1 /* word */
            iconst_1
            isub
            bipush 8
            imul
            istore 3 /* b */
        start local 3 // int b
         1: .line 140
            iload 3 /* b */
            bipush 8
            iadd
            iload 0 /* nibbles */
            if_icmpgt 3
         2: .line 143
            iload 2 /* v */
            ireturn
         3: .line 146
      StackMap locals: int
      StackMap stack:
            iload 0 /* nibbles */
            iload 3 /* b */
            if_icmpgt 5
         4: .line 149
            iconst_0
            ireturn
         5: .line 152
      StackMap locals:
      StackMap stack:
            bipush 32
            iload 0 /* nibbles */
            iload 3 /* b */
            isub
            iconst_4
            imul
            isub
            istore 4 /* s */
        start local 4 // int s
         6: .line 153
            iload 2 /* v */
            iload 4 /* s */
            iushr
            iload 4 /* s */
            ishl
            ireturn
        end local 4 // int s
        end local 3 // int b
        end local 2 // int v
        end local 1 // int word
        end local 0 // int nibbles
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0  nibbles  I
            0    7     1     word  I
            0    7     2        v  I
            1    7     3        b  I
            6    7     4        s  I
    MethodParameters:
         Name  Flags
      nibbles  
      word     
      v        

  void <init>(int, int, int, int, int, int);
    descriptor: (IIIIII)V
    flags: (0x0000) 
    Code:
      stack=2, locals=7, args_size=7
        start local 0 // org.eclipse.jgit.lib.AbbreviatedObjectId this
        start local 1 // int n
        start local 2 // int new_1
        start local 3 // int new_2
        start local 4 // int new_3
        start local 5 // int new_4
        start local 6 // int new_5
         0: .line 169
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 171
            aload 0 /* this */
            iload 1 /* n */
            putfield org.eclipse.jgit.lib.AbbreviatedObjectId.nibbles:I
         2: .line 172
            aload 0 /* this */
            iload 2 /* new_1 */
            putfield org.eclipse.jgit.lib.AbbreviatedObjectId.w1:I
         3: .line 173
            aload 0 /* this */
            iload 3 /* new_2 */
            putfield org.eclipse.jgit.lib.AbbreviatedObjectId.w2:I
         4: .line 174
            aload 0 /* this */
            iload 4 /* new_3 */
            putfield org.eclipse.jgit.lib.AbbreviatedObjectId.w3:I
         5: .line 175
            aload 0 /* this */
            iload 5 /* new_4 */
            putfield org.eclipse.jgit.lib.AbbreviatedObjectId.w4:I
         6: .line 176
            aload 0 /* this */
            iload 6 /* new_5 */
            putfield org.eclipse.jgit.lib.AbbreviatedObjectId.w5:I
         7: .line 177
            return
        end local 6 // int new_5
        end local 5 // int new_4
        end local 4 // int new_3
        end local 3 // int new_2
        end local 2 // int new_1
        end local 1 // int n
        end local 0 // org.eclipse.jgit.lib.AbbreviatedObjectId this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/eclipse/jgit/lib/AbbreviatedObjectId;
            0    8     1      n  I
            0    8     2  new_1  I
            0    8     3  new_2  I
            0    8     4  new_3  I
            0    8     5  new_4  I
            0    8     6  new_5  I
    MethodParameters:
       Name  Flags
      n      final
      new_1  final
      new_2  final
      new_3  final
      new_4  final
      new_5  final

  public int length();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.lib.AbbreviatedObjectId this
         0: .line 185
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.nibbles:I
            ireturn
        end local 0 // org.eclipse.jgit.lib.AbbreviatedObjectId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/lib/AbbreviatedObjectId;

  public boolean isComplete();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.lib.AbbreviatedObjectId this
         0: .line 194
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.lib.AbbreviatedObjectId.length:()I
            bipush 40
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jgit.lib.AbbreviatedObjectId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/lib/AbbreviatedObjectId;

  public org.eclipse.jgit.lib.ObjectId toObjectId();
    descriptor: ()Lorg/eclipse/jgit/lib/ObjectId;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.lib.AbbreviatedObjectId this
         0: .line 203
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.lib.AbbreviatedObjectId.isComplete:()Z
            ifeq 1
            new org.eclipse.jgit.lib.ObjectId
            dup
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.w1:I
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.w2:I
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.w3:I
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.w4:I
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.w5:I
            invokespecial org.eclipse.jgit.lib.ObjectId.<init>:(IIIII)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: org.eclipse.jgit.lib.ObjectId
         2: areturn
        end local 0 // org.eclipse.jgit.lib.AbbreviatedObjectId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jgit/lib/AbbreviatedObjectId;

  public final int prefixCompare(org.eclipse.jgit.lib.AnyObjectId);
    descriptor: (Lorg/eclipse/jgit/lib/AnyObjectId;)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.eclipse.jgit.lib.AbbreviatedObjectId this
        start local 1 // org.eclipse.jgit.lib.AnyObjectId other
         0: .line 220
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.w1:I
            aload 0 /* this */
            iconst_1
            aload 1 /* other */
            getfield org.eclipse.jgit.lib.AnyObjectId.w1:I
            invokevirtual org.eclipse.jgit.lib.AbbreviatedObjectId.mask:(II)I
            invokestatic org.eclipse.jgit.util.NB.compareUInt32:(II)I
            istore 2 /* cmp */
        start local 2 // int cmp
         1: .line 221
            iload 2 /* cmp */
            ifeq 3
         2: .line 222
            iload 2 /* cmp */
            ireturn
         3: .line 224
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.w2:I
            aload 0 /* this */
            iconst_2
            aload 1 /* other */
            getfield org.eclipse.jgit.lib.AnyObjectId.w2:I
            invokevirtual org.eclipse.jgit.lib.AbbreviatedObjectId.mask:(II)I
            invokestatic org.eclipse.jgit.util.NB.compareUInt32:(II)I
            istore 2 /* cmp */
         4: .line 225
            iload 2 /* cmp */
            ifeq 6
         5: .line 226
            iload 2 /* cmp */
            ireturn
         6: .line 228
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.w3:I
            aload 0 /* this */
            iconst_3
            aload 1 /* other */
            getfield org.eclipse.jgit.lib.AnyObjectId.w3:I
            invokevirtual org.eclipse.jgit.lib.AbbreviatedObjectId.mask:(II)I
            invokestatic org.eclipse.jgit.util.NB.compareUInt32:(II)I
            istore 2 /* cmp */
         7: .line 229
            iload 2 /* cmp */
            ifeq 9
         8: .line 230
            iload 2 /* cmp */
            ireturn
         9: .line 232
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.w4:I
            aload 0 /* this */
            iconst_4
            aload 1 /* other */
            getfield org.eclipse.jgit.lib.AnyObjectId.w4:I
            invokevirtual org.eclipse.jgit.lib.AbbreviatedObjectId.mask:(II)I
            invokestatic org.eclipse.jgit.util.NB.compareUInt32:(II)I
            istore 2 /* cmp */
        10: .line 233
            iload 2 /* cmp */
            ifeq 12
        11: .line 234
            iload 2 /* cmp */
            ireturn
        12: .line 236
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.w5:I
            aload 0 /* this */
            iconst_5
            aload 1 /* other */
            getfield org.eclipse.jgit.lib.AnyObjectId.w5:I
            invokevirtual org.eclipse.jgit.lib.AbbreviatedObjectId.mask:(II)I
            invokestatic org.eclipse.jgit.util.NB.compareUInt32:(II)I
            ireturn
        end local 2 // int cmp
        end local 1 // org.eclipse.jgit.lib.AnyObjectId other
        end local 0 // org.eclipse.jgit.lib.AbbreviatedObjectId this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Lorg/eclipse/jgit/lib/AbbreviatedObjectId;
            0   13     1  other  Lorg/eclipse/jgit/lib/AnyObjectId;
            1   13     2    cmp  I
    MethodParameters:
       Name  Flags
      other  

  public final int prefixCompare(byte[], int);
    descriptor: ([BI)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // org.eclipse.jgit.lib.AbbreviatedObjectId this
        start local 1 // byte[] bs
        start local 2 // int p
         0: .line 256
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.w1:I
            aload 0 /* this */
            iconst_1
            aload 1 /* bs */
            iload 2 /* p */
            invokestatic org.eclipse.jgit.util.NB.decodeInt32:([BI)I
            invokevirtual org.eclipse.jgit.lib.AbbreviatedObjectId.mask:(II)I
            invokestatic org.eclipse.jgit.util.NB.compareUInt32:(II)I
            istore 3 /* cmp */
        start local 3 // int cmp
         1: .line 257
            iload 3 /* cmp */
            ifeq 3
         2: .line 258
            iload 3 /* cmp */
            ireturn
         3: .line 260
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.w2:I
            aload 0 /* this */
            iconst_2
            aload 1 /* bs */
            iload 2 /* p */
            iconst_4
            iadd
            invokestatic org.eclipse.jgit.util.NB.decodeInt32:([BI)I
            invokevirtual org.eclipse.jgit.lib.AbbreviatedObjectId.mask:(II)I
            invokestatic org.eclipse.jgit.util.NB.compareUInt32:(II)I
            istore 3 /* cmp */
         4: .line 261
            iload 3 /* cmp */
            ifeq 6
         5: .line 262
            iload 3 /* cmp */
            ireturn
         6: .line 264
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.w3:I
            aload 0 /* this */
            iconst_3
            aload 1 /* bs */
            iload 2 /* p */
            bipush 8
            iadd
            invokestatic org.eclipse.jgit.util.NB.decodeInt32:([BI)I
            invokevirtual org.eclipse.jgit.lib.AbbreviatedObjectId.mask:(II)I
            invokestatic org.eclipse.jgit.util.NB.compareUInt32:(II)I
            istore 3 /* cmp */
         7: .line 265
            iload 3 /* cmp */
            ifeq 9
         8: .line 266
            iload 3 /* cmp */
            ireturn
         9: .line 268
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.w4:I
            aload 0 /* this */
            iconst_4
            aload 1 /* bs */
            iload 2 /* p */
            bipush 12
            iadd
            invokestatic org.eclipse.jgit.util.NB.decodeInt32:([BI)I
            invokevirtual org.eclipse.jgit.lib.AbbreviatedObjectId.mask:(II)I
            invokestatic org.eclipse.jgit.util.NB.compareUInt32:(II)I
            istore 3 /* cmp */
        10: .line 269
            iload 3 /* cmp */
            ifeq 12
        11: .line 270
            iload 3 /* cmp */
            ireturn
        12: .line 272
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.w5:I
            aload 0 /* this */
            iconst_5
            aload 1 /* bs */
            iload 2 /* p */
            bipush 16
            iadd
            invokestatic org.eclipse.jgit.util.NB.decodeInt32:([BI)I
            invokevirtual org.eclipse.jgit.lib.AbbreviatedObjectId.mask:(II)I
            invokestatic org.eclipse.jgit.util.NB.compareUInt32:(II)I
            ireturn
        end local 3 // int cmp
        end local 2 // int p
        end local 1 // byte[] bs
        end local 0 // org.eclipse.jgit.lib.AbbreviatedObjectId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lorg/eclipse/jgit/lib/AbbreviatedObjectId;
            0   13     1    bs  [B
            0   13     2     p  I
            1   13     3   cmp  I
    MethodParameters:
      Name  Flags
      bs    
      p     

  public final int prefixCompare(int[], int);
    descriptor: ([II)I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // org.eclipse.jgit.lib.AbbreviatedObjectId this
        start local 1 // int[] bs
        start local 2 // int p
         0: .line 292
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.w1:I
            aload 0 /* this */
            iconst_1
            aload 1 /* bs */
            iload 2 /* p */
            iaload
            invokevirtual org.eclipse.jgit.lib.AbbreviatedObjectId.mask:(II)I
            invokestatic org.eclipse.jgit.util.NB.compareUInt32:(II)I
            istore 3 /* cmp */
        start local 3 // int cmp
         1: .line 293
            iload 3 /* cmp */
            ifeq 3
         2: .line 294
            iload 3 /* cmp */
            ireturn
         3: .line 296
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.w2:I
            aload 0 /* this */
            iconst_2
            aload 1 /* bs */
            iload 2 /* p */
            iconst_1
            iadd
            iaload
            invokevirtual org.eclipse.jgit.lib.AbbreviatedObjectId.mask:(II)I
            invokestatic org.eclipse.jgit.util.NB.compareUInt32:(II)I
            istore 3 /* cmp */
         4: .line 297
            iload 3 /* cmp */
            ifeq 6
         5: .line 298
            iload 3 /* cmp */
            ireturn
         6: .line 300
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.w3:I
            aload 0 /* this */
            iconst_3
            aload 1 /* bs */
            iload 2 /* p */
            iconst_2
            iadd
            iaload
            invokevirtual org.eclipse.jgit.lib.AbbreviatedObjectId.mask:(II)I
            invokestatic org.eclipse.jgit.util.NB.compareUInt32:(II)I
            istore 3 /* cmp */
         7: .line 301
            iload 3 /* cmp */
            ifeq 9
         8: .line 302
            iload 3 /* cmp */
            ireturn
         9: .line 304
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.w4:I
            aload 0 /* this */
            iconst_4
            aload 1 /* bs */
            iload 2 /* p */
            iconst_3
            iadd
            iaload
            invokevirtual org.eclipse.jgit.lib.AbbreviatedObjectId.mask:(II)I
            invokestatic org.eclipse.jgit.util.NB.compareUInt32:(II)I
            istore 3 /* cmp */
        10: .line 305
            iload 3 /* cmp */
            ifeq 12
        11: .line 306
            iload 3 /* cmp */
            ireturn
        12: .line 308
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.w5:I
            aload 0 /* this */
            iconst_5
            aload 1 /* bs */
            iload 2 /* p */
            iconst_4
            iadd
            iaload
            invokevirtual org.eclipse.jgit.lib.AbbreviatedObjectId.mask:(II)I
            invokestatic org.eclipse.jgit.util.NB.compareUInt32:(II)I
            ireturn
        end local 3 // int cmp
        end local 2 // int p
        end local 1 // int[] bs
        end local 0 // org.eclipse.jgit.lib.AbbreviatedObjectId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lorg/eclipse/jgit/lib/AbbreviatedObjectId;
            0   13     1    bs  [I
            0   13     2     p  I
            1   13     3   cmp  I
    MethodParameters:
      Name  Flags
      bs    
      p     

  public final int getFirstByte();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.lib.AbbreviatedObjectId this
         0: .line 317
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.w1:I
            bipush 24
            iushr
            ireturn
        end local 0 // org.eclipse.jgit.lib.AbbreviatedObjectId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/lib/AbbreviatedObjectId;

  private int mask(int, int);
    descriptor: (II)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.lib.AbbreviatedObjectId this
        start local 1 // int word
        start local 2 // int v
         0: .line 321
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.nibbles:I
            iload 1 /* word */
            iload 2 /* v */
            invokestatic org.eclipse.jgit.lib.AbbreviatedObjectId.mask:(III)I
            ireturn
        end local 2 // int v
        end local 1 // int word
        end local 0 // org.eclipse.jgit.lib.AbbreviatedObjectId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/lib/AbbreviatedObjectId;
            0    1     1  word  I
            0    1     2     v  I
    MethodParameters:
      Name  Flags
      word  
      v     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.lib.AbbreviatedObjectId this
         0: .line 327
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.w1:I
            ireturn
        end local 0 // org.eclipse.jgit.lib.AbbreviatedObjectId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/lib/AbbreviatedObjectId;

  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.jgit.lib.AbbreviatedObjectId this
        start local 1 // java.lang.Object o
         0: .line 333
            aload 1 /* o */
            instanceof org.eclipse.jgit.lib.AbbreviatedObjectId
            ifeq 6
         1: .line 334
            aload 1 /* o */
            checkcast org.eclipse.jgit.lib.AbbreviatedObjectId
            astore 2 /* b */
        start local 2 // org.eclipse.jgit.lib.AbbreviatedObjectId b
         2: .line 335
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.nibbles:I
            aload 2 /* b */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.nibbles:I
            if_icmpne 5
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.w1:I
            aload 2 /* b */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.w1:I
            if_icmpne 5
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.w2:I
            aload 2 /* b */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.w2:I
            if_icmpne 5
         3: .line 336
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.w3:I
            aload 2 /* b */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.w3:I
            if_icmpne 5
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.w4:I
            aload 2 /* b */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.w4:I
            if_icmpne 5
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.w5:I
            aload 2 /* b */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.w5:I
            if_icmpne 5
         4: .line 335
            iconst_1
            ireturn
      StackMap locals: org.eclipse.jgit.lib.AbbreviatedObjectId
      StackMap stack:
         5: iconst_0
            ireturn
        end local 2 // org.eclipse.jgit.lib.AbbreviatedObjectId b
         6: .line 338
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.eclipse.jgit.lib.AbbreviatedObjectId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/jgit/lib/AbbreviatedObjectId;
            0    7     1     o  Ljava/lang/Object;
            2    6     2     b  Lorg/eclipse/jgit/lib/AbbreviatedObjectId;
    MethodParameters:
      Name  Flags
      o     

  public final java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.eclipse.jgit.lib.AbbreviatedObjectId this
         0: .line 347
            bipush 40
            newarray 5
            astore 1 /* b */
        start local 1 // char[] b
         1: .line 349
            aload 1 /* b */
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.w1:I
            invokestatic org.eclipse.jgit.lib.AnyObjectId.formatHexChar:([CII)V
         2: .line 350
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.nibbles:I
            bipush 8
            if_icmpgt 4
         3: .line 351
            new java.lang.String
            dup
            aload 1 /* b */
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.nibbles:I
            invokespecial java.lang.String.<init>:([CII)V
            areturn
         4: .line 353
      StackMap locals: char[]
      StackMap stack:
            aload 1 /* b */
            bipush 8
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.w2:I
            invokestatic org.eclipse.jgit.lib.AnyObjectId.formatHexChar:([CII)V
         5: .line 354
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.nibbles:I
            bipush 16
            if_icmpgt 7
         6: .line 355
            new java.lang.String
            dup
            aload 1 /* b */
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.nibbles:I
            invokespecial java.lang.String.<init>:([CII)V
            areturn
         7: .line 357
      StackMap locals:
      StackMap stack:
            aload 1 /* b */
            bipush 16
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.w3:I
            invokestatic org.eclipse.jgit.lib.AnyObjectId.formatHexChar:([CII)V
         8: .line 358
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.nibbles:I
            bipush 24
            if_icmpgt 10
         9: .line 359
            new java.lang.String
            dup
            aload 1 /* b */
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.nibbles:I
            invokespecial java.lang.String.<init>:([CII)V
            areturn
        10: .line 361
      StackMap locals:
      StackMap stack:
            aload 1 /* b */
            bipush 24
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.w4:I
            invokestatic org.eclipse.jgit.lib.AnyObjectId.formatHexChar:([CII)V
        11: .line 362
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.nibbles:I
            bipush 32
            if_icmpgt 13
        12: .line 363
            new java.lang.String
            dup
            aload 1 /* b */
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.nibbles:I
            invokespecial java.lang.String.<init>:([CII)V
            areturn
        13: .line 365
      StackMap locals:
      StackMap stack:
            aload 1 /* b */
            bipush 32
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.w5:I
            invokestatic org.eclipse.jgit.lib.AnyObjectId.formatHexChar:([CII)V
        14: .line 366
            new java.lang.String
            dup
            aload 1 /* b */
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.AbbreviatedObjectId.nibbles:I
            invokespecial java.lang.String.<init>:([CII)V
            areturn
        end local 1 // char[] b
        end local 0 // org.eclipse.jgit.lib.AbbreviatedObjectId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lorg/eclipse/jgit/lib/AbbreviatedObjectId;
            1   15     1     b  [C

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.lib.AbbreviatedObjectId this
         0: .line 373
            new java.lang.StringBuilder
            dup
            ldc "AbbreviatedObjectId["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.lib.AbbreviatedObjectId.name:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jgit.lib.AbbreviatedObjectId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/lib/AbbreviatedObjectId;
}
SourceFile: "AbbreviatedObjectId.java"