public class org.eclipse.jgit.lib.MutableObjectId extends org.eclipse.jgit.lib.AnyObjectId
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jgit.lib.MutableObjectId
  super_class: org.eclipse.jgit.lib.AnyObjectId
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.lib.MutableObjectId this
         0: .line 31
            aload 0 /* this */
            invokespecial org.eclipse.jgit.lib.AnyObjectId.<init>:()V
         1: .line 32
            return
        end local 0 // org.eclipse.jgit.lib.MutableObjectId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/lib/MutableObjectId;

  void <init>(org.eclipse.jgit.lib.MutableObjectId);
    descriptor: (Lorg/eclipse/jgit/lib/MutableObjectId;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.lib.MutableObjectId this
        start local 1 // org.eclipse.jgit.lib.MutableObjectId src
         0: .line 40
            aload 0 /* this */
            invokespecial org.eclipse.jgit.lib.AnyObjectId.<init>:()V
         1: .line 41
            aload 0 /* this */
            aload 1 /* src */
            invokevirtual org.eclipse.jgit.lib.MutableObjectId.fromObjectId:(Lorg/eclipse/jgit/lib/AnyObjectId;)V
         2: .line 42
            return
        end local 1 // org.eclipse.jgit.lib.MutableObjectId src
        end local 0 // org.eclipse.jgit.lib.MutableObjectId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jgit/lib/MutableObjectId;
            0    3     1   src  Lorg/eclipse/jgit/lib/MutableObjectId;
    MethodParameters:
      Name  Flags
      src   

  public void setByte(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.lib.MutableObjectId this
        start local 1 // int index
        start local 2 // int value
         0: .line 62
            iload 1 /* index */
            iconst_2
            ishr
            tableswitch { // 0 - 4
                    0: 1
                    1: 3
                    2: 5
                    3: 7
                    4: 9
              default: 11
          }
         1: .line 64
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.MutableObjectId.w1:I
            iload 1 /* index */
            iconst_3
            iand
            iload 2 /* value */
            invokestatic org.eclipse.jgit.lib.MutableObjectId.set:(III)I
            putfield org.eclipse.jgit.lib.MutableObjectId.w1:I
         2: .line 65
            goto 12
         3: .line 67
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.MutableObjectId.w2:I
            iload 1 /* index */
            iconst_3
            iand
            iload 2 /* value */
            invokestatic org.eclipse.jgit.lib.MutableObjectId.set:(III)I
            putfield org.eclipse.jgit.lib.MutableObjectId.w2:I
         4: .line 68
            goto 12
         5: .line 70
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.MutableObjectId.w3:I
            iload 1 /* index */
            iconst_3
            iand
            iload 2 /* value */
            invokestatic org.eclipse.jgit.lib.MutableObjectId.set:(III)I
            putfield org.eclipse.jgit.lib.MutableObjectId.w3:I
         6: .line 71
            goto 12
         7: .line 73
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.MutableObjectId.w4:I
            iload 1 /* index */
            iconst_3
            iand
            iload 2 /* value */
            invokestatic org.eclipse.jgit.lib.MutableObjectId.set:(III)I
            putfield org.eclipse.jgit.lib.MutableObjectId.w4:I
         8: .line 74
            goto 12
         9: .line 76
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jgit.lib.MutableObjectId.w5:I
            iload 1 /* index */
            iconst_3
            iand
            iload 2 /* value */
            invokestatic org.eclipse.jgit.lib.MutableObjectId.set:(III)I
            putfield org.eclipse.jgit.lib.MutableObjectId.w5:I
        10: .line 77
            goto 12
        11: .line 79
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            iload 1 /* index */
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(I)V
            athrow
        12: .line 81
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // org.eclipse.jgit.lib.MutableObjectId this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Lorg/eclipse/jgit/lib/MutableObjectId;
            0   13     1  index  I
            0   13     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  private static int set(int, int, int);
    descriptor: (III)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // int w
        start local 1 // int index
        start local 2 // int value
         0: .line 84
            iload 2 /* value */
            sipush 255
            iand
            istore 2 /* value */
         1: .line 86
            iload 1 /* index */
            tableswitch { // 0 - 3
                    0: 2
                    1: 3
                    2: 4
                    3: 5
              default: 6
          }
         2: .line 88
      StackMap locals:
      StackMap stack:
            iload 0 /* w */
            ldc 16777215
            iand
            iload 2 /* value */
            bipush 24
            ishl
            ior
            ireturn
         3: .line 90
      StackMap locals:
      StackMap stack:
            iload 0 /* w */
            ldc -16711681
            iand
            iload 2 /* value */
            bipush 16
            ishl
            ior
            ireturn
         4: .line 92
      StackMap locals:
      StackMap stack:
            iload 0 /* w */
            ldc -65281
            iand
            iload 2 /* value */
            bipush 8
            ishl
            ior
            ireturn
         5: .line 94
      StackMap locals:
      StackMap stack:
            iload 0 /* w */
            sipush -256
            iand
            iload 2 /* value */
            ior
            ireturn
         6: .line 96
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:()V
            athrow
        end local 2 // int value
        end local 1 // int index
        end local 0 // int w
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0      w  I
            0    7     1  index  I
            0    7     2  value  I
    MethodParameters:
       Name  Flags
      w      
      index  
      value  

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.lib.MutableObjectId this
         0: .line 104
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jgit.lib.MutableObjectId.w1:I
         1: .line 105
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jgit.lib.MutableObjectId.w2:I
         2: .line 106
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jgit.lib.MutableObjectId.w3:I
         3: .line 107
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jgit.lib.MutableObjectId.w4:I
         4: .line 108
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jgit.lib.MutableObjectId.w5:I
         5: .line 109
            return
        end local 0 // org.eclipse.jgit.lib.MutableObjectId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/jgit/lib/MutableObjectId;

  public void fromObjectId(org.eclipse.jgit.lib.AnyObjectId);
    descriptor: (Lorg/eclipse/jgit/lib/AnyObjectId;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.lib.MutableObjectId this
        start local 1 // org.eclipse.jgit.lib.AnyObjectId src
         0: .line 118
            aload 0 /* this */
            aload 1 /* src */
            getfield org.eclipse.jgit.lib.AnyObjectId.w1:I
            putfield org.eclipse.jgit.lib.MutableObjectId.w1:I
         1: .line 119
            aload 0 /* this */
            aload 1 /* src */
            getfield org.eclipse.jgit.lib.AnyObjectId.w2:I
            putfield org.eclipse.jgit.lib.MutableObjectId.w2:I
         2: .line 120
            aload 0 /* this */
            aload 1 /* src */
            getfield org.eclipse.jgit.lib.AnyObjectId.w3:I
            putfield org.eclipse.jgit.lib.MutableObjectId.w3:I
         3: .line 121
            aload 0 /* this */
            aload 1 /* src */
            getfield org.eclipse.jgit.lib.AnyObjectId.w4:I
            putfield org.eclipse.jgit.lib.MutableObjectId.w4:I
         4: .line 122
            aload 0 /* this */
            aload 1 /* src */
            getfield org.eclipse.jgit.lib.AnyObjectId.w5:I
            putfield org.eclipse.jgit.lib.MutableObjectId.w5:I
         5: .line 123
            return
        end local 1 // org.eclipse.jgit.lib.AnyObjectId src
        end local 0 // org.eclipse.jgit.lib.MutableObjectId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/jgit/lib/MutableObjectId;
            0    6     1   src  Lorg/eclipse/jgit/lib/AnyObjectId;
    MethodParameters:
      Name  Flags
      src   

  public void fromRaw(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.lib.MutableObjectId this
        start local 1 // byte[] bs
         0: .line 133
            aload 0 /* this */
            aload 1 /* bs */
            iconst_0
            invokevirtual org.eclipse.jgit.lib.MutableObjectId.fromRaw:([BI)V
         1: .line 134
            return
        end local 1 // byte[] bs
        end local 0 // org.eclipse.jgit.lib.MutableObjectId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/lib/MutableObjectId;
            0    2     1    bs  [B
    MethodParameters:
      Name  Flags
      bs    

  public void fromRaw(byte[], int);
    descriptor: ([BI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.lib.MutableObjectId this
        start local 1 // byte[] bs
        start local 2 // int p
         0: .line 146
            aload 0 /* this */
            aload 1 /* bs */
            iload 2 /* p */
            invokestatic org.eclipse.jgit.util.NB.decodeInt32:([BI)I
            putfield org.eclipse.jgit.lib.MutableObjectId.w1:I
         1: .line 147
            aload 0 /* this */
            aload 1 /* bs */
            iload 2 /* p */
            iconst_4
            iadd
            invokestatic org.eclipse.jgit.util.NB.decodeInt32:([BI)I
            putfield org.eclipse.jgit.lib.MutableObjectId.w2:I
         2: .line 148
            aload 0 /* this */
            aload 1 /* bs */
            iload 2 /* p */
            bipush 8
            iadd
            invokestatic org.eclipse.jgit.util.NB.decodeInt32:([BI)I
            putfield org.eclipse.jgit.lib.MutableObjectId.w3:I
         3: .line 149
            aload 0 /* this */
            aload 1 /* bs */
            iload 2 /* p */
            bipush 12
            iadd
            invokestatic org.eclipse.jgit.util.NB.decodeInt32:([BI)I
            putfield org.eclipse.jgit.lib.MutableObjectId.w4:I
         4: .line 150
            aload 0 /* this */
            aload 1 /* bs */
            iload 2 /* p */
            bipush 16
            iadd
            invokestatic org.eclipse.jgit.util.NB.decodeInt32:([BI)I
            putfield org.eclipse.jgit.lib.MutableObjectId.w5:I
         5: .line 151
            return
        end local 2 // int p
        end local 1 // byte[] bs
        end local 0 // org.eclipse.jgit.lib.MutableObjectId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/jgit/lib/MutableObjectId;
            0    6     1    bs  [B
            0    6     2     p  I
    MethodParameters:
      Name  Flags
      bs    
      p     

  public void fromRaw(int[]);
    descriptor: ([I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.lib.MutableObjectId this
        start local 1 // int[] ints
         0: .line 161
            aload 0 /* this */
            aload 1 /* ints */
            iconst_0
            invokevirtual org.eclipse.jgit.lib.MutableObjectId.fromRaw:([II)V
         1: .line 162
            return
        end local 1 // int[] ints
        end local 0 // org.eclipse.jgit.lib.MutableObjectId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/lib/MutableObjectId;
            0    2     1  ints  [I
    MethodParameters:
      Name  Flags
      ints  

  public void fromRaw(int[], int);
    descriptor: ([II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.lib.MutableObjectId this
        start local 1 // int[] ints
        start local 2 // int p
         0: .line 174
            aload 0 /* this */
            aload 1 /* ints */
            iload 2 /* p */
            iaload
            putfield org.eclipse.jgit.lib.MutableObjectId.w1:I
         1: .line 175
            aload 0 /* this */
            aload 1 /* ints */
            iload 2 /* p */
            iconst_1
            iadd
            iaload
            putfield org.eclipse.jgit.lib.MutableObjectId.w2:I
         2: .line 176
            aload 0 /* this */
            aload 1 /* ints */
            iload 2 /* p */
            iconst_2
            iadd
            iaload
            putfield org.eclipse.jgit.lib.MutableObjectId.w3:I
         3: .line 177
            aload 0 /* this */
            aload 1 /* ints */
            iload 2 /* p */
            iconst_3
            iadd
            iaload
            putfield org.eclipse.jgit.lib.MutableObjectId.w4:I
         4: .line 178
            aload 0 /* this */
            aload 1 /* ints */
            iload 2 /* p */
            iconst_4
            iadd
            iaload
            putfield org.eclipse.jgit.lib.MutableObjectId.w5:I
         5: .line 179
            return
        end local 2 // int p
        end local 1 // int[] ints
        end local 0 // org.eclipse.jgit.lib.MutableObjectId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/jgit/lib/MutableObjectId;
            0    6     1  ints  [I
            0    6     2     p  I
    MethodParameters:
      Name  Flags
      ints  
      p     

  public void set(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.MutableObjectId this
        start local 1 // int a
        start local 2 // int b
        start local 3 // int c
        start local 4 // int d
        start local 5 // int e
         0: .line 197
            aload 0 /* this */
            iload 1 /* a */
            putfield org.eclipse.jgit.lib.MutableObjectId.w1:I
         1: .line 198
            aload 0 /* this */
            iload 2 /* b */
            putfield org.eclipse.jgit.lib.MutableObjectId.w2:I
         2: .line 199
            aload 0 /* this */
            iload 3 /* c */
            putfield org.eclipse.jgit.lib.MutableObjectId.w3:I
         3: .line 200
            aload 0 /* this */
            iload 4 /* d */
            putfield org.eclipse.jgit.lib.MutableObjectId.w4:I
         4: .line 201
            aload 0 /* this */
            iload 5 /* e */
            putfield org.eclipse.jgit.lib.MutableObjectId.w5:I
         5: .line 202
            return
        end local 5 // int e
        end local 4 // int d
        end local 3 // int c
        end local 2 // int b
        end local 1 // int a
        end local 0 // org.eclipse.jgit.lib.MutableObjectId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/jgit/lib/MutableObjectId;
            0    6     1     a  I
            0    6     2     b  I
            0    6     3     c  I
            0    6     4     d  I
            0    6     5     e  I
    MethodParameters:
      Name  Flags
      a     
      b     
      c     
      d     
      e     

  public void fromString(byte[], int);
    descriptor: ([BI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.lib.MutableObjectId this
        start local 1 // byte[] buf
        start local 2 // int offset
         0: .line 214
            aload 0 /* this */
            aload 1 /* buf */
            iload 2 /* offset */
            invokevirtual org.eclipse.jgit.lib.MutableObjectId.fromHexString:([BI)V
         1: .line 215
            return
        end local 2 // int offset
        end local 1 // byte[] buf
        end local 0 // org.eclipse.jgit.lib.MutableObjectId this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/eclipse/jgit/lib/MutableObjectId;
            0    2     1     buf  [B
            0    2     2  offset  I
    MethodParameters:
        Name  Flags
      buf     
      offset  

  public void fromString(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.lib.MutableObjectId this
        start local 1 // java.lang.String str
         0: .line 224
            aload 1 /* str */
            invokevirtual java.lang.String.length:()I
            bipush 40
            if_icmpeq 4
         1: .line 225
            new java.lang.IllegalArgumentException
            dup
         2: .line 226
            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 1 /* str */
            aastore
         3: .line 225
            invokestatic java.text.MessageFormat.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* str */
            invokestatic org.eclipse.jgit.lib.Constants.encodeASCII:(Ljava/lang/String;)[B
            iconst_0
            invokevirtual org.eclipse.jgit.lib.MutableObjectId.fromHexString:([BI)V
         5: .line 228
            return
        end local 1 // java.lang.String str
        end local 0 // org.eclipse.jgit.lib.MutableObjectId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/jgit/lib/MutableObjectId;
            0    6     1   str  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      str   

  private void fromHexString(byte[], int);
    descriptor: ([BI)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // org.eclipse.jgit.lib.MutableObjectId this
        start local 1 // byte[] bs
        start local 2 // int p
         0: .line 232
            aload 0 /* this */
            aload 1 /* bs */
            iload 2 /* p */
            invokestatic org.eclipse.jgit.util.RawParseUtils.parseHexInt32:([BI)I
            putfield org.eclipse.jgit.lib.MutableObjectId.w1:I
         1: .line 233
            aload 0 /* this */
            aload 1 /* bs */
            iload 2 /* p */
            bipush 8
            iadd
            invokestatic org.eclipse.jgit.util.RawParseUtils.parseHexInt32:([BI)I
            putfield org.eclipse.jgit.lib.MutableObjectId.w2:I
         2: .line 234
            aload 0 /* this */
            aload 1 /* bs */
            iload 2 /* p */
            bipush 16
            iadd
            invokestatic org.eclipse.jgit.util.RawParseUtils.parseHexInt32:([BI)I
            putfield org.eclipse.jgit.lib.MutableObjectId.w3:I
         3: .line 235
            aload 0 /* this */
            aload 1 /* bs */
            iload 2 /* p */
            bipush 24
            iadd
            invokestatic org.eclipse.jgit.util.RawParseUtils.parseHexInt32:([BI)I
            putfield org.eclipse.jgit.lib.MutableObjectId.w4:I
         4: .line 236
            aload 0 /* this */
            aload 1 /* bs */
            iload 2 /* p */
            bipush 32
            iadd
            invokestatic org.eclipse.jgit.util.RawParseUtils.parseHexInt32:([BI)I
            putfield org.eclipse.jgit.lib.MutableObjectId.w5:I
         5: .line 237
            goto 12
      StackMap locals:
      StackMap stack: java.lang.ArrayIndexOutOfBoundsException
         6: astore 3 /* e */
        start local 3 // java.lang.ArrayIndexOutOfBoundsException e
         7: .line 238
            new org.eclipse.jgit.errors.InvalidObjectIdException
            dup
            aload 1 /* bs */
            iload 2 /* p */
         8: .line 239
            bipush 40
         9: .line 238
            invokespecial org.eclipse.jgit.errors.InvalidObjectIdException.<init>:([BII)V
            astore 4 /* e1 */
        start local 4 // org.eclipse.jgit.errors.InvalidObjectIdException e1
        10: .line 240
            aload 4 /* e1 */
            aload 3 /* e */
            invokevirtual org.eclipse.jgit.errors.InvalidObjectIdException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            pop
        11: .line 241
            aload 4 /* e1 */
            athrow
        end local 4 // org.eclipse.jgit.errors.InvalidObjectIdException e1
        end local 3 // java.lang.ArrayIndexOutOfBoundsException e
        12: .line 243
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int p
        end local 1 // byte[] bs
        end local 0 // org.eclipse.jgit.lib.MutableObjectId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lorg/eclipse/jgit/lib/MutableObjectId;
            0   13     1    bs  [B
            0   13     2     p  I
            7   12     3     e  Ljava/lang/ArrayIndexOutOfBoundsException;
           10   12     4    e1  Lorg/eclipse/jgit/errors/InvalidObjectIdException;
      Exception table:
        from    to  target  type
           0     5       6  Class java.lang.ArrayIndexOutOfBoundsException
    MethodParameters:
      Name  Flags
      bs    
      p     

  public org.eclipse.jgit.lib.ObjectId toObjectId();
    descriptor: ()Lorg/eclipse/jgit/lib/ObjectId;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.lib.MutableObjectId this
         0: .line 248
            new org.eclipse.jgit.lib.ObjectId
            dup
            aload 0 /* this */
            invokespecial org.eclipse.jgit.lib.ObjectId.<init>:(Lorg/eclipse/jgit/lib/AnyObjectId;)V
            areturn
        end local 0 // org.eclipse.jgit.lib.MutableObjectId this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/lib/MutableObjectId;
}
SourceFile: "MutableObjectId.java"