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

  private static final org.eclipse.jgit.lib.ObjectId ZEROID;
    descriptor: Lorg/eclipse/jgit/lib/ObjectId;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.String ZEROID_STR;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=7, locals=0, args_size=0
         0: .line 35
            new org.eclipse.jgit.lib.ObjectId
            dup
            iconst_0
            iconst_0
            iconst_0
            iconst_0
            iconst_0
            invokespecial org.eclipse.jgit.lib.ObjectId.<init>:(IIIII)V
            putstatic org.eclipse.jgit.lib.ObjectId.ZEROID:Lorg/eclipse/jgit/lib/ObjectId;
         1: .line 36
            getstatic org.eclipse.jgit.lib.ObjectId.ZEROID:Lorg/eclipse/jgit/lib/ObjectId;
            invokevirtual org.eclipse.jgit.lib.ObjectId.name:()Ljava/lang/String;
            putstatic org.eclipse.jgit.lib.ObjectId.ZEROID_STR:Ljava/lang/String;
         2: .line 37
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static final org.eclipse.jgit.lib.ObjectId zeroId();
    descriptor: ()Lorg/eclipse/jgit/lib/ObjectId;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=1, locals=0, args_size=0
         0: .line 45
            getstatic org.eclipse.jgit.lib.ObjectId.ZEROID:Lorg/eclipse/jgit/lib/ObjectId;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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 58
            aload 0 /* id */
            ifnonnull 2
         1: .line 59
            iconst_0
            ireturn
         2: .line 61
      StackMap locals:
      StackMap stack:
            aload 0 /* id */
            invokevirtual java.lang.String.length:()I
            bipush 40
            if_icmpeq 4
         3: .line 62
            iconst_0
            ireturn
         4: .line 64
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         5: goto 8
         6: .line 65
      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
         7: .line 64
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 1 /* i */
            bipush 40
            if_icmplt 6
        end local 1 // int i
         9: .line 67
            iconst_1
            ireturn
        10: .line 68
      StackMap locals: java.lang.String
      StackMap stack: java.lang.ArrayIndexOutOfBoundsException
            pop
        11: .line 69
            iconst_0
            ireturn
        end local 0 // java.lang.String id
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0    id  Ljava/lang/String;
            5    9     1     i  I
      Exception table:
        from    to  target  type
           4     9      10  Class java.lang.ArrayIndexOutOfBoundsException
    RuntimeVisibleParameterAnnotations: 
      0:
        org.eclipse.jgit.annotations.Nullable()
    MethodParameters:
      Name  Flags
      id    

  public static final java.lang.String toString(org.eclipse.jgit.lib.ObjectId);
    descriptor: (Lorg/eclipse/jgit/lib/ObjectId;)Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.lib.ObjectId i
         0: .line 81
            aload 0 /* i */
            ifnull 1
            aload 0 /* i */
            invokevirtual org.eclipse.jgit.lib.ObjectId.name:()Ljava/lang/String;
            goto 2
      StackMap locals:
      StackMap stack:
         1: getstatic org.eclipse.jgit.lib.ObjectId.ZEROID_STR:Ljava/lang/String;
      StackMap locals:
      StackMap stack: java.lang.String
         2: areturn
        end local 0 // org.eclipse.jgit.lib.ObjectId i
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     i  Lorg/eclipse/jgit/lib/ObjectId;
    MethodParameters:
      Name  Flags
      i     

  public static boolean equals(byte[], int, byte[], int);
    descriptor: ([BI[BI)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // byte[] firstBuffer
        start local 1 // int fi
        start local 2 // byte[] secondBuffer
        start local 3 // int si
         0: .line 101
            aload 0 /* firstBuffer */
            iload 1 /* fi */
            baload
            aload 2 /* secondBuffer */
            iload 3 /* si */
            baload
            if_icmpne 21
         1: .line 102
            aload 0 /* firstBuffer */
            iload 1 /* fi */
            iconst_1
            iadd
            baload
            aload 2 /* secondBuffer */
            iload 3 /* si */
            iconst_1
            iadd
            baload
            if_icmpne 21
         2: .line 103
            aload 0 /* firstBuffer */
            iload 1 /* fi */
            iconst_2
            iadd
            baload
            aload 2 /* secondBuffer */
            iload 3 /* si */
            iconst_2
            iadd
            baload
            if_icmpne 21
         3: .line 104
            aload 0 /* firstBuffer */
            iload 1 /* fi */
            iconst_3
            iadd
            baload
            aload 2 /* secondBuffer */
            iload 3 /* si */
            iconst_3
            iadd
            baload
            if_icmpne 21
         4: .line 105
            aload 0 /* firstBuffer */
            iload 1 /* fi */
            iconst_4
            iadd
            baload
            aload 2 /* secondBuffer */
            iload 3 /* si */
            iconst_4
            iadd
            baload
            if_icmpne 21
         5: .line 106
            aload 0 /* firstBuffer */
            iload 1 /* fi */
            iconst_5
            iadd
            baload
            aload 2 /* secondBuffer */
            iload 3 /* si */
            iconst_5
            iadd
            baload
            if_icmpne 21
         6: .line 107
            aload 0 /* firstBuffer */
            iload 1 /* fi */
            bipush 6
            iadd
            baload
            aload 2 /* secondBuffer */
            iload 3 /* si */
            bipush 6
            iadd
            baload
            if_icmpne 21
         7: .line 108
            aload 0 /* firstBuffer */
            iload 1 /* fi */
            bipush 7
            iadd
            baload
            aload 2 /* secondBuffer */
            iload 3 /* si */
            bipush 7
            iadd
            baload
            if_icmpne 21
         8: .line 109
            aload 0 /* firstBuffer */
            iload 1 /* fi */
            bipush 8
            iadd
            baload
            aload 2 /* secondBuffer */
            iload 3 /* si */
            bipush 8
            iadd
            baload
            if_icmpne 21
         9: .line 110
            aload 0 /* firstBuffer */
            iload 1 /* fi */
            bipush 9
            iadd
            baload
            aload 2 /* secondBuffer */
            iload 3 /* si */
            bipush 9
            iadd
            baload
            if_icmpne 21
        10: .line 111
            aload 0 /* firstBuffer */
            iload 1 /* fi */
            bipush 10
            iadd
            baload
            aload 2 /* secondBuffer */
            iload 3 /* si */
            bipush 10
            iadd
            baload
            if_icmpne 21
        11: .line 112
            aload 0 /* firstBuffer */
            iload 1 /* fi */
            bipush 11
            iadd
            baload
            aload 2 /* secondBuffer */
            iload 3 /* si */
            bipush 11
            iadd
            baload
            if_icmpne 21
        12: .line 113
            aload 0 /* firstBuffer */
            iload 1 /* fi */
            bipush 12
            iadd
            baload
            aload 2 /* secondBuffer */
            iload 3 /* si */
            bipush 12
            iadd
            baload
            if_icmpne 21
        13: .line 114
            aload 0 /* firstBuffer */
            iload 1 /* fi */
            bipush 13
            iadd
            baload
            aload 2 /* secondBuffer */
            iload 3 /* si */
            bipush 13
            iadd
            baload
            if_icmpne 21
        14: .line 115
            aload 0 /* firstBuffer */
            iload 1 /* fi */
            bipush 14
            iadd
            baload
            aload 2 /* secondBuffer */
            iload 3 /* si */
            bipush 14
            iadd
            baload
            if_icmpne 21
        15: .line 116
            aload 0 /* firstBuffer */
            iload 1 /* fi */
            bipush 15
            iadd
            baload
            aload 2 /* secondBuffer */
            iload 3 /* si */
            bipush 15
            iadd
            baload
            if_icmpne 21
        16: .line 117
            aload 0 /* firstBuffer */
            iload 1 /* fi */
            bipush 16
            iadd
            baload
            aload 2 /* secondBuffer */
            iload 3 /* si */
            bipush 16
            iadd
            baload
            if_icmpne 21
        17: .line 118
            aload 0 /* firstBuffer */
            iload 1 /* fi */
            bipush 17
            iadd
            baload
            aload 2 /* secondBuffer */
            iload 3 /* si */
            bipush 17
            iadd
            baload
            if_icmpne 21
        18: .line 119
            aload 0 /* firstBuffer */
            iload 1 /* fi */
            bipush 18
            iadd
            baload
            aload 2 /* secondBuffer */
            iload 3 /* si */
            bipush 18
            iadd
            baload
            if_icmpne 21
        19: .line 120
            aload 0 /* firstBuffer */
            iload 1 /* fi */
            bipush 19
            iadd
            baload
            aload 2 /* secondBuffer */
            iload 3 /* si */
            bipush 19
            iadd
            baload
            if_icmpne 21
        20: .line 101
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        21: iconst_0
            ireturn
        end local 3 // int si
        end local 2 // byte[] secondBuffer
        end local 1 // int fi
        end local 0 // byte[] firstBuffer
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   22     0   firstBuffer  [B
            0   22     1            fi  I
            0   22     2  secondBuffer  [B
            0   22     3            si  I
    MethodParameters:
              Name  Flags
      firstBuffer   final
      fi            final
      secondBuffer  final
      si            final

  public static final org.eclipse.jgit.lib.ObjectId fromRaw(byte[]);
    descriptor: ([B)Lorg/eclipse/jgit/lib/ObjectId;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // byte[] bs
         0: .line 132
            aload 0 /* bs */
            iconst_0
            invokestatic org.eclipse.jgit.lib.ObjectId.fromRaw:([BI)Lorg/eclipse/jgit/lib/ObjectId;
            areturn
        end local 0 // byte[] bs
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    bs  [B
    MethodParameters:
      Name  Flags
      bs    

  public static final org.eclipse.jgit.lib.ObjectId fromRaw(byte[], int);
    descriptor: ([BI)Lorg/eclipse/jgit/lib/ObjectId;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=7, locals=7, args_size=2
        start local 0 // byte[] bs
        start local 1 // int p
         0: .line 146
            aload 0 /* bs */
            iload 1 /* p */
            invokestatic org.eclipse.jgit.util.NB.decodeInt32:([BI)I
            istore 2 /* a */
        start local 2 // int a
         1: .line 147
            aload 0 /* bs */
            iload 1 /* p */
            iconst_4
            iadd
            invokestatic org.eclipse.jgit.util.NB.decodeInt32:([BI)I
            istore 3 /* b */
        start local 3 // int b
         2: .line 148
            aload 0 /* bs */
            iload 1 /* p */
            bipush 8
            iadd
            invokestatic org.eclipse.jgit.util.NB.decodeInt32:([BI)I
            istore 4 /* c */
        start local 4 // int c
         3: .line 149
            aload 0 /* bs */
            iload 1 /* p */
            bipush 12
            iadd
            invokestatic org.eclipse.jgit.util.NB.decodeInt32:([BI)I
            istore 5 /* d */
        start local 5 // int d
         4: .line 150
            aload 0 /* bs */
            iload 1 /* p */
            bipush 16
            iadd
            invokestatic org.eclipse.jgit.util.NB.decodeInt32:([BI)I
            istore 6 /* e */
        start local 6 // int e
         5: .line 151
            new org.eclipse.jgit.lib.ObjectId
            dup
            iload 2 /* a */
            iload 3 /* b */
            iload 4 /* c */
            iload 5 /* d */
            iload 6 /* e */
            invokespecial org.eclipse.jgit.lib.ObjectId.<init>:(IIIII)V
            areturn
        end local 6 // int e
        end local 5 // int d
        end local 4 // int c
        end local 3 // int b
        end local 2 // int a
        end local 1 // int p
        end local 0 // byte[] bs
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0    bs  [B
            0    6     1     p  I
            1    6     2     a  I
            2    6     3     b  I
            3    6     4     c  I
            4    6     5     d  I
            5    6     6     e  I
    MethodParameters:
      Name  Flags
      bs    
      p     

  public static final org.eclipse.jgit.lib.ObjectId fromRaw(int[]);
    descriptor: ([I)Lorg/eclipse/jgit/lib/ObjectId;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int[] is
         0: .line 163
            aload 0 /* is */
            iconst_0
            invokestatic org.eclipse.jgit.lib.ObjectId.fromRaw:([II)Lorg/eclipse/jgit/lib/ObjectId;
            areturn
        end local 0 // int[] is
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    is  [I
    MethodParameters:
      Name  Flags
      is    

  public static final org.eclipse.jgit.lib.ObjectId fromRaw(int[], int);
    descriptor: ([II)Lorg/eclipse/jgit/lib/ObjectId;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=9, locals=2, args_size=2
        start local 0 // int[] is
        start local 1 // int p
         0: .line 177
            new org.eclipse.jgit.lib.ObjectId
            dup
            aload 0 /* is */
            iload 1 /* p */
            iaload
            aload 0 /* is */
            iload 1 /* p */
            iconst_1
            iadd
            iaload
            aload 0 /* is */
            iload 1 /* p */
            iconst_2
            iadd
            iaload
            aload 0 /* is */
            iload 1 /* p */
            iconst_3
            iadd
            iaload
            aload 0 /* is */
            iload 1 /* p */
            iconst_4
            iadd
            iaload
            invokespecial org.eclipse.jgit.lib.ObjectId.<init>:(IIIII)V
            areturn
        end local 1 // int p
        end local 0 // int[] is
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    is  [I
            0    1     1     p  I
    MethodParameters:
      Name  Flags
      is    
      p     

  public static final org.eclipse.jgit.lib.ObjectId fromString(byte[], int);
    descriptor: ([BI)Lorg/eclipse/jgit/lib/ObjectId;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // byte[] buf
        start local 1 // int offset
         0: .line 191
            aload 0 /* buf */
            iload 1 /* offset */
            invokestatic org.eclipse.jgit.lib.ObjectId.fromHexString:([BI)Lorg/eclipse/jgit/lib/ObjectId;
            areturn
        end local 1 // int offset
        end local 0 // byte[] buf
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0     buf  [B
            0    1     1  offset  I
    MethodParameters:
        Name  Flags
      buf     
      offset  

  public static org.eclipse.jgit.lib.ObjectId fromString(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/eclipse/jgit/lib/ObjectId;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.String str
         0: .line 202
            aload 0 /* str */
            invokevirtual java.lang.String.length:()I
            bipush 40
            if_icmpeq 2
         1: .line 203
            new org.eclipse.jgit.errors.InvalidObjectIdException
            dup
            aload 0 /* str */
            invokespecial org.eclipse.jgit.errors.InvalidObjectIdException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 205
      StackMap locals:
      StackMap stack:
            aload 0 /* str */
            invokestatic org.eclipse.jgit.lib.Constants.encodeASCII:(Ljava/lang/String;)[B
            iconst_0
            invokestatic org.eclipse.jgit.lib.ObjectId.fromHexString:([BI)Lorg/eclipse/jgit/lib/ObjectId;
            areturn
        end local 0 // java.lang.String str
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   str  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      str   

  private static final org.eclipse.jgit.lib.ObjectId fromHexString(byte[], int);
    descriptor: ([BI)Lorg/eclipse/jgit/lib/ObjectId;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Code:
      stack=7, locals=7, args_size=2
        start local 0 // byte[] bs
        start local 1 // int p
         0: .line 210
            aload 0 /* bs */
            iload 1 /* p */
            invokestatic org.eclipse.jgit.util.RawParseUtils.parseHexInt32:([BI)I
            istore 2 /* a */
        start local 2 // int a
         1: .line 211
            aload 0 /* bs */
            iload 1 /* p */
            bipush 8
            iadd
            invokestatic org.eclipse.jgit.util.RawParseUtils.parseHexInt32:([BI)I
            istore 3 /* b */
        start local 3 // int b
         2: .line 212
            aload 0 /* bs */
            iload 1 /* p */
            bipush 16
            iadd
            invokestatic org.eclipse.jgit.util.RawParseUtils.parseHexInt32:([BI)I
            istore 4 /* c */
        start local 4 // int c
         3: .line 213
            aload 0 /* bs */
            iload 1 /* p */
            bipush 24
            iadd
            invokestatic org.eclipse.jgit.util.RawParseUtils.parseHexInt32:([BI)I
            istore 5 /* d */
        start local 5 // int d
         4: .line 214
            aload 0 /* bs */
            iload 1 /* p */
            bipush 32
            iadd
            invokestatic org.eclipse.jgit.util.RawParseUtils.parseHexInt32:([BI)I
            istore 6 /* e */
        start local 6 // int e
         5: .line 215
            new org.eclipse.jgit.lib.ObjectId
            dup
            iload 2 /* a */
            iload 3 /* b */
            iload 4 /* c */
            iload 5 /* d */
            iload 6 /* e */
            invokespecial org.eclipse.jgit.lib.ObjectId.<init>:(IIIII)V
         6: areturn
        end local 6 // int e
        end local 5 // int d
        end local 4 // int c
        end local 3 // int b
        end local 2 // int a
         7: .line 216
      StackMap locals:
      StackMap stack: java.lang.ArrayIndexOutOfBoundsException
            astore 2 /* e */
        start local 2 // java.lang.ArrayIndexOutOfBoundsException e
         8: .line 217
            new org.eclipse.jgit.errors.InvalidObjectIdException
            dup
            aload 0 /* bs */
            iload 1 /* p */
         9: .line 218
            bipush 40
        10: .line 217
            invokespecial org.eclipse.jgit.errors.InvalidObjectIdException.<init>:([BII)V
            astore 3 /* e1 */
        start local 3 // org.eclipse.jgit.errors.InvalidObjectIdException e1
        11: .line 219
            aload 3 /* e1 */
            aload 2 /* e */
            invokevirtual org.eclipse.jgit.errors.InvalidObjectIdException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            pop
        12: .line 220
            aload 3 /* e1 */
            athrow
        end local 3 // org.eclipse.jgit.errors.InvalidObjectIdException e1
        end local 2 // java.lang.ArrayIndexOutOfBoundsException e
        end local 1 // int p
        end local 0 // byte[] bs
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0    bs  [B
            0   13     1     p  I
            1    7     2     a  I
            2    7     3     b  I
            3    7     4     c  I
            4    7     5     d  I
            5    7     6     e  I
            8   13     2     e  Ljava/lang/ArrayIndexOutOfBoundsException;
           11   13     3    e1  Lorg/eclipse/jgit/errors/InvalidObjectIdException;
      Exception table:
        from    to  target  type
           0     6       7  Class java.lang.ArrayIndexOutOfBoundsException
    MethodParameters:
      Name  Flags
      bs    
      p     

  public void <init>(int, int, int, int, int);
    descriptor: (IIIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // org.eclipse.jgit.lib.ObjectId this
        start local 1 // int new_1
        start local 2 // int new_2
        start local 3 // int new_3
        start local 4 // int new_4
        start local 5 // int new_5
         0: .line 239
            aload 0 /* this */
            invokespecial org.eclipse.jgit.lib.AnyObjectId.<init>:()V
         1: .line 240
            aload 0 /* this */
            iload 1 /* new_1 */
            putfield org.eclipse.jgit.lib.ObjectId.w1:I
         2: .line 241
            aload 0 /* this */
            iload 2 /* new_2 */
            putfield org.eclipse.jgit.lib.ObjectId.w2:I
         3: .line 242
            aload 0 /* this */
            iload 3 /* new_3 */
            putfield org.eclipse.jgit.lib.ObjectId.w3:I
         4: .line 243
            aload 0 /* this */
            iload 4 /* new_4 */
            putfield org.eclipse.jgit.lib.ObjectId.w4:I
         5: .line 244
            aload 0 /* this */
            iload 5 /* new_5 */
            putfield org.eclipse.jgit.lib.ObjectId.w5:I
         6: .line 245
            return
        end local 5 // int new_5
        end local 4 // int new_4
        end local 3 // int new_3
        end local 2 // int new_2
        end local 1 // int new_1
        end local 0 // org.eclipse.jgit.lib.ObjectId this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/eclipse/jgit/lib/ObjectId;
            0    7     1  new_1  I
            0    7     2  new_2  I
            0    7     3  new_3  I
            0    7     4  new_4  I
            0    7     5  new_5  I
    MethodParameters:
       Name  Flags
      new_1  
      new_2  
      new_3  
      new_4  
      new_5  

  protected void <init>(org.eclipse.jgit.lib.AnyObjectId);
    descriptor: (Lorg/eclipse/jgit/lib/AnyObjectId;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.lib.ObjectId this
        start local 1 // org.eclipse.jgit.lib.AnyObjectId src
         0: .line 257
            aload 0 /* this */
            invokespecial org.eclipse.jgit.lib.AnyObjectId.<init>:()V
         1: .line 258
            aload 0 /* this */
            aload 1 /* src */
            getfield org.eclipse.jgit.lib.AnyObjectId.w1:I
            putfield org.eclipse.jgit.lib.ObjectId.w1:I
         2: .line 259
            aload 0 /* this */
            aload 1 /* src */
            getfield org.eclipse.jgit.lib.AnyObjectId.w2:I
            putfield org.eclipse.jgit.lib.ObjectId.w2:I
         3: .line 260
            aload 0 /* this */
            aload 1 /* src */
            getfield org.eclipse.jgit.lib.AnyObjectId.w3:I
            putfield org.eclipse.jgit.lib.ObjectId.w3:I
         4: .line 261
            aload 0 /* this */
            aload 1 /* src */
            getfield org.eclipse.jgit.lib.AnyObjectId.w4:I
            putfield org.eclipse.jgit.lib.ObjectId.w4:I
         5: .line 262
            aload 0 /* this */
            aload 1 /* src */
            getfield org.eclipse.jgit.lib.AnyObjectId.w5:I
            putfield org.eclipse.jgit.lib.ObjectId.w5:I
         6: .line 263
            return
        end local 1 // org.eclipse.jgit.lib.AnyObjectId src
        end local 0 // org.eclipse.jgit.lib.ObjectId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/jgit/lib/ObjectId;
            0    7     1   src  Lorg/eclipse/jgit/lib/AnyObjectId;
    MethodParameters:
      Name  Flags
      src   

  public org.eclipse.jgit.lib.ObjectId toObjectId();
    descriptor: ()Lorg/eclipse/jgit/lib/ObjectId;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.lib.ObjectId this
         0: .line 268
            aload 0 /* this */
            areturn
        end local 0 // org.eclipse.jgit.lib.ObjectId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/lib/ObjectId;

  private void writeObject(java.io.ObjectOutputStream);
    descriptor: (Ljava/io/ObjectOutputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.lib.ObjectId this
        start local 1 // java.io.ObjectOutputStream os
         0: .line 272
            aload 1 /* os */
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.ObjectId.w1:I
            invokevirtual java.io.ObjectOutputStream.writeInt:(I)V
         1: .line 273
            aload 1 /* os */
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.ObjectId.w2:I
            invokevirtual java.io.ObjectOutputStream.writeInt:(I)V
         2: .line 274
            aload 1 /* os */
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.ObjectId.w3:I
            invokevirtual java.io.ObjectOutputStream.writeInt:(I)V
         3: .line 275
            aload 1 /* os */
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.ObjectId.w4:I
            invokevirtual java.io.ObjectOutputStream.writeInt:(I)V
         4: .line 276
            aload 1 /* os */
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.ObjectId.w5:I
            invokevirtual java.io.ObjectOutputStream.writeInt:(I)V
         5: .line 277
            return
        end local 1 // java.io.ObjectOutputStream os
        end local 0 // org.eclipse.jgit.lib.ObjectId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/jgit/lib/ObjectId;
            0    6     1    os  Ljava/io/ObjectOutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      os    

  private void readObject(java.io.ObjectInputStream);
    descriptor: (Ljava/io/ObjectInputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.lib.ObjectId this
        start local 1 // java.io.ObjectInputStream ois
         0: .line 280
            aload 0 /* this */
            aload 1 /* ois */
            invokevirtual java.io.ObjectInputStream.readInt:()I
            putfield org.eclipse.jgit.lib.ObjectId.w1:I
         1: .line 281
            aload 0 /* this */
            aload 1 /* ois */
            invokevirtual java.io.ObjectInputStream.readInt:()I
            putfield org.eclipse.jgit.lib.ObjectId.w2:I
         2: .line 282
            aload 0 /* this */
            aload 1 /* ois */
            invokevirtual java.io.ObjectInputStream.readInt:()I
            putfield org.eclipse.jgit.lib.ObjectId.w3:I
         3: .line 283
            aload 0 /* this */
            aload 1 /* ois */
            invokevirtual java.io.ObjectInputStream.readInt:()I
            putfield org.eclipse.jgit.lib.ObjectId.w4:I
         4: .line 284
            aload 0 /* this */
            aload 1 /* ois */
            invokevirtual java.io.ObjectInputStream.readInt:()I
            putfield org.eclipse.jgit.lib.ObjectId.w5:I
         5: .line 285
            return
        end local 1 // java.io.ObjectInputStream ois
        end local 0 // org.eclipse.jgit.lib.ObjectId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/jgit/lib/ObjectId;
            0    6     1   ois  Ljava/io/ObjectInputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      ois   
}
SourceFile: "ObjectId.java"