public class org.eclipse.jgit.dircache.DirCacheEditor extends org.eclipse.jgit.dircache.BaseDirCacheEditor
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jgit.dircache.DirCacheEditor
  super_class: org.eclipse.jgit.dircache.BaseDirCacheEditor
{
  private static final java.util.Comparator<org.eclipse.jgit.dircache.DirCacheEditor$PathEdit> EDIT_CMP;
    descriptor: Ljava/util/Comparator;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Comparator<Lorg/eclipse/jgit/dircache/DirCacheEditor$PathEdit;>;

  private final java.util.List<org.eclipse.jgit.dircache.DirCacheEditor$PathEdit> edits;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/eclipse/jgit/dircache/DirCacheEditor$PathEdit;>;

  private int editIdx;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 45
            invokedynamic compare()Ljava/util/Comparator;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;Ljava/lang/Object;)I
                  org/eclipse/jgit/dircache/DirCacheEditor.lambda$0(Lorg/eclipse/jgit/dircache/DirCacheEditor$PathEdit;Lorg/eclipse/jgit/dircache/DirCacheEditor$PathEdit;)I (6)
                  (Lorg/eclipse/jgit/dircache/DirCacheEditor$PathEdit;Lorg/eclipse/jgit/dircache/DirCacheEditor$PathEdit;)I
            putstatic org.eclipse.jgit.dircache.DirCacheEditor.EDIT_CMP:Ljava/util/Comparator;
         1: .line 50
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>(org.eclipse.jgit.dircache.DirCache, int);
    descriptor: (Lorg/eclipse/jgit/dircache/DirCache;I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.dircache.DirCacheEditor this
        start local 1 // org.eclipse.jgit.dircache.DirCache dc
        start local 2 // int ecnt
         0: .line 65
            aload 0 /* this */
            aload 1 /* dc */
            iload 2 /* ecnt */
            invokespecial org.eclipse.jgit.dircache.BaseDirCacheEditor.<init>:(Lorg/eclipse/jgit/dircache/DirCache;I)V
         1: .line 66
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.eclipse.jgit.dircache.DirCacheEditor.edits:Ljava/util/List;
         2: .line 67
            return
        end local 2 // int ecnt
        end local 1 // org.eclipse.jgit.dircache.DirCache dc
        end local 0 // org.eclipse.jgit.dircache.DirCacheEditor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jgit/dircache/DirCacheEditor;
            0    3     1    dc  Lorg/eclipse/jgit/dircache/DirCache;
            0    3     2  ecnt  I
    MethodParameters:
      Name  Flags
      dc    
      ecnt  

  public void add(org.eclipse.jgit.dircache.DirCacheEditor$PathEdit);
    descriptor: (Lorg/eclipse/jgit/dircache/DirCacheEditor$PathEdit;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.dircache.DirCacheEditor this
        start local 1 // org.eclipse.jgit.dircache.DirCacheEditor$PathEdit edit
         0: .line 80
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheEditor.edits:Ljava/util/List;
            aload 1 /* edit */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 81
            return
        end local 1 // org.eclipse.jgit.dircache.DirCacheEditor$PathEdit edit
        end local 0 // org.eclipse.jgit.dircache.DirCacheEditor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/dircache/DirCacheEditor;
            0    2     1  edit  Lorg/eclipse/jgit/dircache/DirCacheEditor$PathEdit;
    MethodParameters:
      Name  Flags
      edit  

  public boolean commit();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.dircache.DirCacheEditor this
         0: .line 86
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheEditor.edits:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 3
         1: .line 89
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheEditor.cache:Lorg/eclipse/jgit/dircache/DirCache;
            invokevirtual org.eclipse.jgit.dircache.DirCache.unlock:()V
         2: .line 90
            iconst_1
            ireturn
         3: .line 92
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial org.eclipse.jgit.dircache.BaseDirCacheEditor.commit:()Z
            ireturn
        end local 0 // org.eclipse.jgit.dircache.DirCacheEditor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jgit/dircache/DirCacheEditor;
    Exceptions:
      throws java.io.IOException

  public void finish();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.dircache.DirCacheEditor this
         0: .line 98
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheEditor.edits:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifne 3
         1: .line 99
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.dircache.DirCacheEditor.applyEdits:()V
         2: .line 100
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.dircache.DirCacheEditor.replace:()V
         3: .line 102
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jgit.dircache.DirCacheEditor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jgit/dircache/DirCacheEditor;

  private void applyEdits();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=11, args_size=1
        start local 0 // org.eclipse.jgit.dircache.DirCacheEditor this
         0: .line 105
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheEditor.edits:Ljava/util/List;
            getstatic org.eclipse.jgit.dircache.DirCacheEditor.EDIT_CMP:Ljava/util/Comparator;
            invokestatic java.util.Collections.sort:(Ljava/util/List;Ljava/util/Comparator;)V
         1: .line 106
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jgit.dircache.DirCacheEditor.editIdx:I
         2: .line 108
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheEditor.cache:Lorg/eclipse/jgit/dircache/DirCache;
            invokevirtual org.eclipse.jgit.dircache.DirCache.getEntryCount:()I
            istore 1 /* maxIdx */
        start local 1 // int maxIdx
         3: .line 109
            iconst_0
            istore 2 /* lastIdx */
        start local 2 // int lastIdx
         4: .line 110
            goto 61
         5: .line 111
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheEditor.edits:Ljava/util/List;
            aload 0 /* this */
            dup
            getfield org.eclipse.jgit.dircache.DirCacheEditor.editIdx:I
            dup_x1
            iconst_1
            iadd
            putfield org.eclipse.jgit.dircache.DirCacheEditor.editIdx:I
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.eclipse.jgit.dircache.DirCacheEditor$PathEdit
            astore 3 /* e */
        start local 3 // org.eclipse.jgit.dircache.DirCacheEditor$PathEdit e
         6: .line 112
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheEditor.cache:Lorg/eclipse/jgit/dircache/DirCache;
            iload 2 /* lastIdx */
            aload 3 /* e */
            getfield org.eclipse.jgit.dircache.DirCacheEditor$PathEdit.path:[B
            aload 3 /* e */
            getfield org.eclipse.jgit.dircache.DirCacheEditor$PathEdit.path:[B
            arraylength
            invokevirtual org.eclipse.jgit.dircache.DirCache.findEntry:(I[BI)I
            istore 4 /* eIdx */
        start local 4 // int eIdx
         7: .line 113
            iload 4 /* eIdx */
            ifge 8
            iconst_1
            goto 9
      StackMap locals: org.eclipse.jgit.dircache.DirCacheEditor$PathEdit int
      StackMap stack:
         8: iconst_0
      StackMap locals:
      StackMap stack: int
         9: istore 5 /* missing */
        start local 5 // boolean missing
        10: .line 114
            iload 4 /* eIdx */
            ifge 12
        11: .line 115
            iload 4 /* eIdx */
            iconst_1
            iadd
            ineg
            istore 4 /* eIdx */
        12: .line 116
      StackMap locals: int
      StackMap stack:
            iload 4 /* eIdx */
            iload 1 /* maxIdx */
            invokestatic java.lang.Math.min:(II)I
            iload 2 /* lastIdx */
            isub
            istore 6 /* cnt */
        start local 6 // int cnt
        13: .line 117
            iload 6 /* cnt */
            ifle 15
        14: .line 118
            aload 0 /* this */
            iload 2 /* lastIdx */
            iload 6 /* cnt */
            invokevirtual org.eclipse.jgit.dircache.DirCacheEditor.fastKeep:(II)V
        15: .line 120
      StackMap locals: int
      StackMap stack:
            aload 3 /* e */
            instanceof org.eclipse.jgit.dircache.DirCacheEditor$DeletePath
            ifeq 20
        16: .line 121
            iload 5 /* missing */
            ifeq 17
            iload 4 /* eIdx */
            goto 18
      StackMap locals:
      StackMap stack:
        17: aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheEditor.cache:Lorg/eclipse/jgit/dircache/DirCache;
            iload 4 /* eIdx */
            invokevirtual org.eclipse.jgit.dircache.DirCache.nextEntry:(I)I
      StackMap locals:
      StackMap stack: int
        18: istore 2 /* lastIdx */
        19: .line 122
            goto 61
        20: .line 124
      StackMap locals:
      StackMap stack:
            aload 3 /* e */
            instanceof org.eclipse.jgit.dircache.DirCacheEditor$DeleteTree
            ifeq 23
        21: .line 125
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheEditor.cache:Lorg/eclipse/jgit/dircache/DirCache;
            aload 3 /* e */
            getfield org.eclipse.jgit.dircache.DirCacheEditor$PathEdit.path:[B
            aload 3 /* e */
            getfield org.eclipse.jgit.dircache.DirCacheEditor$PathEdit.path:[B
            arraylength
            iload 4 /* eIdx */
            invokevirtual org.eclipse.jgit.dircache.DirCache.nextEntry:([BII)I
            istore 2 /* lastIdx */
        22: .line 126
            goto 61
        23: .line 129
      StackMap locals:
      StackMap stack:
            iload 5 /* missing */
            ifeq 37
        24: .line 130
            new org.eclipse.jgit.dircache.DirCacheEntry
            dup
            aload 3 /* e */
            getfield org.eclipse.jgit.dircache.DirCacheEditor$PathEdit.path:[B
            invokespecial org.eclipse.jgit.dircache.DirCacheEntry.<init>:([B)V
            astore 7 /* ent */
        start local 7 // org.eclipse.jgit.dircache.DirCacheEntry ent
        25: .line 131
            aload 3 /* e */
            aload 7 /* ent */
            invokevirtual org.eclipse.jgit.dircache.DirCacheEditor$PathEdit.apply:(Lorg/eclipse/jgit/dircache/DirCacheEntry;)V
        26: .line 132
            aload 7 /* ent */
            invokevirtual org.eclipse.jgit.dircache.DirCacheEntry.getRawMode:()I
            ifne 31
        27: .line 133
            new java.lang.IllegalArgumentException
            dup
        28: .line 134
            invokestatic org.eclipse.jgit.internal.JGitText.get:()Lorg/eclipse/jgit/internal/JGitText;
            getfield org.eclipse.jgit.internal.JGitText.fileModeNotSetForPath:Ljava/lang/String;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
        29: .line 135
            aload 7 /* ent */
            invokevirtual org.eclipse.jgit.dircache.DirCacheEntry.getPathString:()Ljava/lang/String;
            aastore
        30: .line 133
            invokestatic java.text.MessageFormat.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        31: .line 137
      StackMap locals: org.eclipse.jgit.dircache.DirCacheEntry
      StackMap stack:
            aload 3 /* e */
            getfield org.eclipse.jgit.dircache.DirCacheEditor$PathEdit.replace:Z
            ifeq 33
        32: .line 138
            aload 0 /* this */
            aload 7 /* ent */
            iload 4 /* eIdx */
            invokevirtual org.eclipse.jgit.dircache.DirCacheEditor.deleteOverlappingSubtree:(Lorg/eclipse/jgit/dircache/DirCacheEntry;I)I
            goto 34
        33: .line 139
      StackMap locals:
      StackMap stack:
            iload 4 /* eIdx */
        34: .line 137
      StackMap locals:
      StackMap stack: int
            istore 2 /* lastIdx */
        35: .line 140
            aload 0 /* this */
            aload 7 /* ent */
            invokevirtual org.eclipse.jgit.dircache.DirCacheEditor.fastAdd:(Lorg/eclipse/jgit/dircache/DirCacheEntry;)V
        end local 7 // org.eclipse.jgit.dircache.DirCacheEntry ent
        36: .line 141
            goto 61
        37: .line 142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheEditor.cache:Lorg/eclipse/jgit/dircache/DirCache;
            iload 4 /* eIdx */
            invokevirtual org.eclipse.jgit.dircache.DirCache.nextEntry:(I)I
            istore 2 /* lastIdx */
        38: .line 143
            iload 2 /* lastIdx */
            iload 4 /* eIdx */
            iconst_1
            iadd
            if_icmple 58
        39: .line 147
            iload 2 /* lastIdx */
            iload 4 /* eIdx */
            isub
            anewarray org.eclipse.jgit.dircache.DirCacheEntry
            astore 7 /* tmp */
        start local 7 // org.eclipse.jgit.dircache.DirCacheEntry[] tmp
        40: .line 148
            iconst_0
            istore 8 /* n */
        start local 8 // int n
        41: .line 149
            iload 4 /* eIdx */
            istore 9 /* i */
        start local 9 // int i
        42: goto 51
        43: .line 150
      StackMap locals: org.eclipse.jgit.dircache.DirCacheEntry[] int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheEditor.cache:Lorg/eclipse/jgit/dircache/DirCache;
            iload 9 /* i */
            invokevirtual org.eclipse.jgit.dircache.DirCache.getEntry:(I)Lorg/eclipse/jgit/dircache/DirCacheEntry;
            astore 10 /* ent */
        start local 10 // org.eclipse.jgit.dircache.DirCacheEntry ent
        44: .line 151
            aload 3 /* e */
            aload 10 /* ent */
            invokevirtual org.eclipse.jgit.dircache.DirCacheEditor$PathEdit.apply:(Lorg/eclipse/jgit/dircache/DirCacheEntry;)V
        45: .line 152
            aload 10 /* ent */
            invokevirtual org.eclipse.jgit.dircache.DirCacheEntry.getStage:()I
            ifne 49
        46: .line 153
            aload 0 /* this */
            aload 10 /* ent */
            invokevirtual org.eclipse.jgit.dircache.DirCacheEditor.fastAdd:(Lorg/eclipse/jgit/dircache/DirCacheEntry;)V
        47: .line 154
            iconst_0
            istore 8 /* n */
        48: .line 155
            goto 52
        49: .line 157
      StackMap locals: org.eclipse.jgit.dircache.DirCacheEntry
      StackMap stack:
            aload 7 /* tmp */
            iload 8 /* n */
            iinc 8 /* n */ 1
            aload 10 /* ent */
            aastore
        end local 10 // org.eclipse.jgit.dircache.DirCacheEntry ent
        50: .line 149
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        51: iload 9 /* i */
            iload 2 /* lastIdx */
            if_icmplt 43
        end local 9 // int i
        52: .line 159
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        53: goto 56
        54: .line 160
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 7 /* tmp */
            iload 9 /* i */
            aaload
            invokevirtual org.eclipse.jgit.dircache.DirCacheEditor.fastAdd:(Lorg/eclipse/jgit/dircache/DirCacheEntry;)V
        55: .line 159
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        56: iload 9 /* i */
            iload 8 /* n */
            if_icmplt 54
        end local 9 // int i
        end local 8 // int n
        end local 7 // org.eclipse.jgit.dircache.DirCacheEntry[] tmp
        57: .line 162
            goto 61
        58: .line 163
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheEditor.cache:Lorg/eclipse/jgit/dircache/DirCache;
            iload 4 /* eIdx */
            invokevirtual org.eclipse.jgit.dircache.DirCache.getEntry:(I)Lorg/eclipse/jgit/dircache/DirCacheEntry;
            astore 7 /* ent */
        start local 7 // org.eclipse.jgit.dircache.DirCacheEntry ent
        59: .line 164
            aload 3 /* e */
            aload 7 /* ent */
            invokevirtual org.eclipse.jgit.dircache.DirCacheEditor$PathEdit.apply:(Lorg/eclipse/jgit/dircache/DirCacheEntry;)V
        60: .line 165
            aload 0 /* this */
            aload 7 /* ent */
            invokevirtual org.eclipse.jgit.dircache.DirCacheEditor.fastAdd:(Lorg/eclipse/jgit/dircache/DirCacheEntry;)V
        end local 7 // org.eclipse.jgit.dircache.DirCacheEntry ent
        end local 6 // int cnt
        end local 5 // boolean missing
        end local 4 // int eIdx
        end local 3 // org.eclipse.jgit.dircache.DirCacheEditor$PathEdit e
        61: .line 110
      StackMap locals: org.eclipse.jgit.dircache.DirCacheEditor int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheEditor.editIdx:I
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheEditor.edits:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 5
        62: .line 170
            iload 1 /* maxIdx */
            iload 2 /* lastIdx */
            isub
            istore 3 /* cnt */
        start local 3 // int cnt
        63: .line 171
            iload 3 /* cnt */
            ifle 65
        64: .line 172
            aload 0 /* this */
            iload 2 /* lastIdx */
            iload 3 /* cnt */
            invokevirtual org.eclipse.jgit.dircache.DirCacheEditor.fastKeep:(II)V
        65: .line 173
      StackMap locals: int
      StackMap stack:
            return
        end local 3 // int cnt
        end local 2 // int lastIdx
        end local 1 // int maxIdx
        end local 0 // org.eclipse.jgit.dircache.DirCacheEditor this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   66     0     this  Lorg/eclipse/jgit/dircache/DirCacheEditor;
            3   66     1   maxIdx  I
            4   66     2  lastIdx  I
            6   61     3        e  Lorg/eclipse/jgit/dircache/DirCacheEditor$PathEdit;
            7   61     4     eIdx  I
           10   61     5  missing  Z
           13   61     6      cnt  I
           25   36     7      ent  Lorg/eclipse/jgit/dircache/DirCacheEntry;
           40   57     7      tmp  [Lorg/eclipse/jgit/dircache/DirCacheEntry;
           41   57     8        n  I
           42   52     9        i  I
           44   50    10      ent  Lorg/eclipse/jgit/dircache/DirCacheEntry;
           53   57     9        i  I
           59   61     7      ent  Lorg/eclipse/jgit/dircache/DirCacheEntry;
           63   66     3      cnt  I

  private int deleteOverlappingSubtree(org.eclipse.jgit.dircache.DirCacheEntry, int);
    descriptor: (Lorg/eclipse/jgit/dircache/DirCacheEntry;I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=8, args_size=3
        start local 0 // org.eclipse.jgit.dircache.DirCacheEditor this
        start local 1 // org.eclipse.jgit.dircache.DirCacheEntry ent
        start local 2 // int eIdx
         0: .line 176
            aload 1 /* ent */
            getfield org.eclipse.jgit.dircache.DirCacheEntry.path:[B
            astore 3 /* entPath */
        start local 3 // byte[] entPath
         1: .line 177
            aload 3 /* entPath */
            arraylength
            istore 4 /* entLen */
        start local 4 // int entLen
         2: .line 183
            aload 3 /* entPath */
            iload 4 /* entLen */
            invokestatic org.eclipse.jgit.dircache.DirCacheEditor.pdir:([BI)I
            istore 5 /* p */
        start local 5 // int p
         3: goto 13
         4: .line 184
      StackMap locals: byte[] int int
      StackMap stack:
            aload 0 /* this */
            aload 3 /* entPath */
            iload 5 /* p */
            invokevirtual org.eclipse.jgit.dircache.DirCacheEditor.findEntry:([BI)I
            istore 6 /* i */
        start local 6 // int i
         5: .line 185
            iload 6 /* i */
            iflt 9
         6: .line 189
            aload 0 /* this */
            dup
            getfield org.eclipse.jgit.dircache.DirCacheEditor.entryCnt:I
            iconst_1
            isub
            dup_x1
            putfield org.eclipse.jgit.dircache.DirCacheEditor.entryCnt:I
            iload 6 /* i */
            isub
            istore 7 /* n */
        start local 7 // int n
         7: .line 190
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheEditor.entries:[Lorg/eclipse/jgit/dircache/DirCacheEntry;
            iload 6 /* i */
            iconst_1
            iadd
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheEditor.entries:[Lorg/eclipse/jgit/dircache/DirCacheEntry;
            iload 6 /* i */
            iload 7 /* n */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 191
            goto 14
        end local 7 // int n
         9: .line 196
      StackMap locals: int
      StackMap stack:
            iload 6 /* i */
            iconst_1
            iadd
            ineg
            istore 6 /* i */
        10: .line 197
            iload 6 /* i */
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheEditor.entryCnt:I
            if_icmpge 12
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheEditor.entries:[Lorg/eclipse/jgit/dircache/DirCacheEntry;
            iload 6 /* i */
            aaload
            aload 3 /* entPath */
            iload 5 /* p */
            invokestatic org.eclipse.jgit.dircache.DirCacheEditor.inDir:(Lorg/eclipse/jgit/dircache/DirCacheEntry;[BI)Z
            ifeq 12
        11: .line 198
            goto 14
        end local 6 // int i
        12: .line 183
      StackMap locals:
      StackMap stack:
            aload 3 /* entPath */
            iload 5 /* p */
            invokestatic org.eclipse.jgit.dircache.DirCacheEditor.pdir:([BI)I
            istore 5 /* p */
      StackMap locals:
      StackMap stack:
        13: iload 5 /* p */
            ifgt 4
        end local 5 // int p
        14: .line 202
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheEditor.cache:Lorg/eclipse/jgit/dircache/DirCache;
            invokevirtual org.eclipse.jgit.dircache.DirCache.getEntryCount:()I
            istore 5 /* maxEnt */
        start local 5 // int maxEnt
        15: .line 203
            iload 2 /* eIdx */
            iload 5 /* maxEnt */
            if_icmplt 17
        16: .line 204
            iload 5 /* maxEnt */
            ireturn
        17: .line 207
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheEditor.cache:Lorg/eclipse/jgit/dircache/DirCache;
            iload 2 /* eIdx */
            invokevirtual org.eclipse.jgit.dircache.DirCache.getEntry:(I)Lorg/eclipse/jgit/dircache/DirCacheEntry;
            astore 6 /* next */
        start local 6 // org.eclipse.jgit.dircache.DirCacheEntry next
        18: .line 208
            aload 6 /* next */
            getfield org.eclipse.jgit.dircache.DirCacheEntry.path:[B
            iconst_0
            aload 6 /* next */
            getfield org.eclipse.jgit.dircache.DirCacheEntry.path:[B
            arraylength
            iconst_0
        19: .line 209
            aload 3 /* entPath */
            iconst_0
            iload 4 /* entLen */
            sipush 16384
        20: .line 208
            invokestatic org.eclipse.jgit.util.Paths.compare:([BIII[BIII)I
            ifge 24
        21: .line 213
            aload 0 /* this */
            new org.eclipse.jgit.dircache.DirCacheEditor$DeleteTree
            dup
            aload 3 /* entPath */
            invokespecial org.eclipse.jgit.dircache.DirCacheEditor$DeleteTree.<init>:([B)V
            invokevirtual org.eclipse.jgit.dircache.DirCacheEditor.insertEdit:(Lorg/eclipse/jgit/dircache/DirCacheEditor$DeleteTree;)V
        22: .line 214
            iload 2 /* eIdx */
            ireturn
        23: .line 219
      StackMap locals: org.eclipse.jgit.dircache.DirCacheEntry
      StackMap stack:
            iinc 2 /* eIdx */ 1
        24: .line 218
      StackMap locals:
      StackMap stack:
            iload 2 /* eIdx */
            iload 5 /* maxEnt */
            if_icmpge 25
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheEditor.cache:Lorg/eclipse/jgit/dircache/DirCache;
            iload 2 /* eIdx */
            invokevirtual org.eclipse.jgit.dircache.DirCache.getEntry:(I)Lorg/eclipse/jgit/dircache/DirCacheEntry;
            aload 3 /* entPath */
            iload 4 /* entLen */
            invokestatic org.eclipse.jgit.dircache.DirCacheEditor.inDir:(Lorg/eclipse/jgit/dircache/DirCacheEntry;[BI)Z
            ifne 23
        25: .line 221
      StackMap locals:
      StackMap stack:
            iload 2 /* eIdx */
            ireturn
        end local 6 // org.eclipse.jgit.dircache.DirCacheEntry next
        end local 5 // int maxEnt
        end local 4 // int entLen
        end local 3 // byte[] entPath
        end local 2 // int eIdx
        end local 1 // org.eclipse.jgit.dircache.DirCacheEntry ent
        end local 0 // org.eclipse.jgit.dircache.DirCacheEditor this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   26     0     this  Lorg/eclipse/jgit/dircache/DirCacheEditor;
            0   26     1      ent  Lorg/eclipse/jgit/dircache/DirCacheEntry;
            0   26     2     eIdx  I
            1   26     3  entPath  [B
            2   26     4   entLen  I
            3   14     5        p  I
            5   12     6        i  I
            7    9     7        n  I
           15   26     5   maxEnt  I
           18   26     6     next  Lorg/eclipse/jgit/dircache/DirCacheEntry;
    MethodParameters:
      Name  Flags
      ent   
      eIdx  

  private int findEntry(byte[], int);
    descriptor: ([BI)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // org.eclipse.jgit.dircache.DirCacheEditor this
        start local 1 // byte[] p
        start local 2 // int pLen
         0: .line 225
            iconst_0
            istore 3 /* low */
        start local 3 // int low
         1: .line 226
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheEditor.entryCnt:I
            istore 4 /* high */
        start local 4 // int high
         2: .line 227
            goto 14
         3: .line 228
      StackMap locals: int int
      StackMap stack:
            iload 3 /* low */
            iload 4 /* high */
            iadd
            iconst_1
            iushr
            istore 5 /* mid */
        start local 5 // int mid
         4: .line 229
            aload 1 /* p */
            iload 2 /* pLen */
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheEditor.entries:[Lorg/eclipse/jgit/dircache/DirCacheEntry;
            iload 5 /* mid */
            aaload
            invokestatic org.eclipse.jgit.dircache.DirCache.cmp:([BILorg/eclipse/jgit/dircache/DirCacheEntry;)I
            istore 6 /* cmp */
        start local 6 // int cmp
         5: .line 230
            iload 6 /* cmp */
            ifge 8
         6: .line 231
            iload 5 /* mid */
            istore 4 /* high */
         7: .line 232
            goto 14
      StackMap locals: int int
      StackMap stack:
         8: iload 6 /* cmp */
            ifne 13
         9: .line 233
            goto 11
        10: .line 234
      StackMap locals:
      StackMap stack:
            iinc 5 /* mid */ -1
        11: .line 233
      StackMap locals:
      StackMap stack:
            iload 5 /* mid */
            ifle 12
            aload 1 /* p */
            iload 2 /* pLen */
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheEditor.entries:[Lorg/eclipse/jgit/dircache/DirCacheEntry;
            iload 5 /* mid */
            iconst_1
            isub
            aaload
            invokestatic org.eclipse.jgit.dircache.DirCache.cmp:([BILorg/eclipse/jgit/dircache/DirCacheEntry;)I
            ifeq 10
        12: .line 236
      StackMap locals:
      StackMap stack:
            iload 5 /* mid */
            ireturn
        13: .line 238
      StackMap locals:
      StackMap stack:
            iload 5 /* mid */
            iconst_1
            iadd
            istore 3 /* low */
        end local 6 // int cmp
        end local 5 // int mid
        14: .line 227
      StackMap locals:
      StackMap stack:
            iload 3 /* low */
            iload 4 /* high */
            if_icmplt 3
        15: .line 241
            iload 3 /* low */
            iconst_1
            iadd
            ineg
            ireturn
        end local 4 // int high
        end local 3 // int low
        end local 2 // int pLen
        end local 1 // byte[] p
        end local 0 // org.eclipse.jgit.dircache.DirCacheEditor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lorg/eclipse/jgit/dircache/DirCacheEditor;
            0   16     1     p  [B
            0   16     2  pLen  I
            1   16     3   low  I
            2   16     4  high  I
            4   14     5   mid  I
            5   14     6   cmp  I
    MethodParameters:
      Name  Flags
      p     
      pLen  

  private void insertEdit(org.eclipse.jgit.dircache.DirCacheEditor$DeleteTree);
    descriptor: (Lorg/eclipse/jgit/dircache/DirCacheEditor$DeleteTree;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.eclipse.jgit.dircache.DirCacheEditor this
        start local 1 // org.eclipse.jgit.dircache.DirCacheEditor$DeleteTree d
         0: .line 245
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheEditor.editIdx:I
            istore 2 /* i */
        start local 2 // int i
         1: goto 9
         2: .line 246
      StackMap locals: int
      StackMap stack:
            getstatic org.eclipse.jgit.dircache.DirCacheEditor.EDIT_CMP:Ljava/util/Comparator;
            aload 1 /* d */
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheEditor.edits:Ljava/util/List;
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.eclipse.jgit.dircache.DirCacheEditor$PathEdit
            invokeinterface java.util.Comparator.compare:(Ljava/lang/Object;Ljava/lang/Object;)I
            istore 3 /* cmp */
        start local 3 // int cmp
         3: .line 247
            iload 3 /* cmp */
            ifge 6
         4: .line 248
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheEditor.edits:Ljava/util/List;
            iload 2 /* i */
            aload 1 /* d */
            invokeinterface java.util.List.add:(ILjava/lang/Object;)V
         5: .line 249
            return
         6: .line 250
      StackMap locals: int
      StackMap stack:
            iload 3 /* cmp */
            ifne 8
         7: .line 251
            return
        end local 3 // int cmp
         8: .line 245
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 2 /* i */
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheEditor.edits:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 2
        end local 2 // int i
        10: .line 254
            aload 0 /* this */
            getfield org.eclipse.jgit.dircache.DirCacheEditor.edits:Ljava/util/List;
            aload 1 /* d */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        11: .line 255
            return
        end local 1 // org.eclipse.jgit.dircache.DirCacheEditor$DeleteTree d
        end local 0 // org.eclipse.jgit.dircache.DirCacheEditor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/eclipse/jgit/dircache/DirCacheEditor;
            0   12     1     d  Lorg/eclipse/jgit/dircache/DirCacheEditor$DeleteTree;
            1   10     2     i  I
            3    8     3   cmp  I
    MethodParameters:
      Name  Flags
      d     

  private static boolean inDir(org.eclipse.jgit.dircache.DirCacheEntry, byte[], int);
    descriptor: (Lorg/eclipse/jgit/dircache/DirCacheEntry;[BI)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.dircache.DirCacheEntry e
        start local 1 // byte[] path
        start local 2 // int pLen
         0: .line 258
            aload 0 /* e */
            getfield org.eclipse.jgit.dircache.DirCacheEntry.path:[B
            arraylength
            iload 2 /* pLen */
            if_icmple 3
            aload 0 /* e */
            getfield org.eclipse.jgit.dircache.DirCacheEntry.path:[B
            iload 2 /* pLen */
            baload
            bipush 47
            if_icmpne 3
         1: .line 259
            aload 1 /* path */
            aload 0 /* e */
            getfield org.eclipse.jgit.dircache.DirCacheEntry.path:[B
            iload 2 /* pLen */
            invokestatic org.eclipse.jgit.dircache.DirCacheTree.peq:([B[BI)Z
            ifeq 3
         2: .line 258
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 2 // int pLen
        end local 1 // byte[] path
        end local 0 // org.eclipse.jgit.dircache.DirCacheEntry e
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0     e  Lorg/eclipse/jgit/dircache/DirCacheEntry;
            0    4     1  path  [B
            0    4     2  pLen  I
    MethodParameters:
      Name  Flags
      e     
      path  
      pLen  

  private static int pdir(byte[], int);
    descriptor: ([BI)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // byte[] path
        start local 1 // int e
         0: .line 263
            iinc 1 /* e */ -1
            goto 4
         1: .line 264
      StackMap locals:
      StackMap stack:
            aload 0 /* path */
            iload 1 /* e */
            baload
            bipush 47
            if_icmpne 3
         2: .line 265
            iload 1 /* e */
            ireturn
         3: .line 263
      StackMap locals:
      StackMap stack:
            iinc 1 /* e */ -1
      StackMap locals:
      StackMap stack:
         4: iload 1 /* e */
            ifgt 1
         5: .line 268
            iconst_0
            ireturn
        end local 1 // int e
        end local 0 // byte[] path
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  path  [B
            0    6     1     e  I
    MethodParameters:
      Name  Flags
      path  
      e     

  public org.eclipse.jgit.dircache.DirCache getDirCache();
    descriptor: ()Lorg/eclipse/jgit/dircache/DirCache;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial org.eclipse.jgit.dircache.BaseDirCacheEditor.getDirCache:()Lorg/eclipse/jgit/dircache/DirCache;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static int lambda$0(org.eclipse.jgit.dircache.DirCacheEditor$PathEdit, org.eclipse.jgit.dircache.DirCacheEditor$PathEdit);
    descriptor: (Lorg/eclipse/jgit/dircache/DirCacheEditor$PathEdit;Lorg/eclipse/jgit/dircache/DirCacheEditor$PathEdit;)I
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.eclipse.jgit.dircache.DirCacheEditor$PathEdit o1
        start local 1 // org.eclipse.jgit.dircache.DirCacheEditor$PathEdit o2
         0: .line 47
            aload 0 /* o1 */
            getfield org.eclipse.jgit.dircache.DirCacheEditor$PathEdit.path:[B
            astore 2 /* a */
        start local 2 // byte[] a
         1: .line 48
            aload 1 /* o2 */
            getfield org.eclipse.jgit.dircache.DirCacheEditor$PathEdit.path:[B
            astore 3 /* b */
        start local 3 // byte[] b
         2: .line 49
            aload 2 /* a */
            aload 2 /* a */
            arraylength
            aload 3 /* b */
            aload 3 /* b */
            arraylength
            invokestatic org.eclipse.jgit.dircache.DirCache.cmp:([BI[BI)I
            ireturn
        end local 3 // byte[] b
        end local 2 // byte[] a
        end local 1 // org.eclipse.jgit.dircache.DirCacheEditor$PathEdit o2
        end local 0 // org.eclipse.jgit.dircache.DirCacheEditor$PathEdit o1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0    o1  Lorg/eclipse/jgit/dircache/DirCacheEditor$PathEdit;
            0    3     1    o2  Lorg/eclipse/jgit/dircache/DirCacheEditor$PathEdit;
            1    3     2     a  [B
            2    3     3     b  [B
}
SourceFile: "DirCacheEditor.java"
NestMembers:
  org.eclipse.jgit.dircache.DirCacheEditor$DeletePath  org.eclipse.jgit.dircache.DirCacheEditor$DeleteTree  org.eclipse.jgit.dircache.DirCacheEditor$PathEdit
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public final DeletePath = org.eclipse.jgit.dircache.DirCacheEditor$DeletePath of org.eclipse.jgit.dircache.DirCacheEditor
  public final DeleteTree = org.eclipse.jgit.dircache.DirCacheEditor$DeleteTree of org.eclipse.jgit.dircache.DirCacheEditor
  public abstract PathEdit = org.eclipse.jgit.dircache.DirCacheEditor$PathEdit of org.eclipse.jgit.dircache.DirCacheEditor