class org.eclipse.jgit.diff.RenameDetector$1 implements java.util.Comparator<org.eclipse.jgit.diff.DiffEntry>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jgit.diff.RenameDetector$1
  super_class: java.lang.Object
{
  private static volatile int[] $SWITCH_TABLE$org$eclipse$jgit$diff$DiffEntry$ChangeType;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.diff.RenameDetector$1 this
         0: .line 75
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.jgit.diff.RenameDetector$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/diff/RenameDetector$1;

  public int compare(org.eclipse.jgit.diff.DiffEntry, org.eclipse.jgit.diff.DiffEntry);
    descriptor: (Lorg/eclipse/jgit/diff/DiffEntry;Lorg/eclipse/jgit/diff/DiffEntry;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.eclipse.jgit.diff.RenameDetector$1 this
        start local 1 // org.eclipse.jgit.diff.DiffEntry a
        start local 2 // org.eclipse.jgit.diff.DiffEntry b
         0: .line 78
            aload 0 /* this */
            aload 1 /* a */
            invokevirtual org.eclipse.jgit.diff.RenameDetector$1.nameOf:(Lorg/eclipse/jgit/diff/DiffEntry;)Ljava/lang/String;
            aload 0 /* this */
            aload 2 /* b */
            invokevirtual org.eclipse.jgit.diff.RenameDetector$1.nameOf:(Lorg/eclipse/jgit/diff/DiffEntry;)Ljava/lang/String;
            invokevirtual java.lang.String.compareTo:(Ljava/lang/String;)I
            istore 3 /* cmp */
        start local 3 // int cmp
         1: .line 79
            iload 3 /* cmp */
            ifne 3
         2: .line 80
            aload 0 /* this */
            aload 1 /* a */
            invokevirtual org.eclipse.jgit.diff.DiffEntry.getChangeType:()Lorg/eclipse/jgit/diff/DiffEntry$ChangeType;
            invokevirtual org.eclipse.jgit.diff.RenameDetector$1.sortOf:(Lorg/eclipse/jgit/diff/DiffEntry$ChangeType;)I
            aload 0 /* this */
            aload 2 /* b */
            invokevirtual org.eclipse.jgit.diff.DiffEntry.getChangeType:()Lorg/eclipse/jgit/diff/DiffEntry$ChangeType;
            invokevirtual org.eclipse.jgit.diff.RenameDetector$1.sortOf:(Lorg/eclipse/jgit/diff/DiffEntry$ChangeType;)I
            isub
            istore 3 /* cmp */
         3: .line 81
      StackMap locals: int
      StackMap stack:
            iload 3 /* cmp */
            ireturn
        end local 3 // int cmp
        end local 2 // org.eclipse.jgit.diff.DiffEntry b
        end local 1 // org.eclipse.jgit.diff.DiffEntry a
        end local 0 // org.eclipse.jgit.diff.RenameDetector$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jgit/diff/RenameDetector$1;
            0    4     1     a  Lorg/eclipse/jgit/diff/DiffEntry;
            0    4     2     b  Lorg/eclipse/jgit/diff/DiffEntry;
            1    4     3   cmp  I
    MethodParameters:
      Name  Flags
      a     
      b     

  private java.lang.String nameOf(org.eclipse.jgit.diff.DiffEntry);
    descriptor: (Lorg/eclipse/jgit/diff/DiffEntry;)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.diff.RenameDetector$1 this
        start local 1 // org.eclipse.jgit.diff.DiffEntry ent
         0: .line 89
            aload 1 /* ent */
            getfield org.eclipse.jgit.diff.DiffEntry.changeType:Lorg/eclipse/jgit/diff/DiffEntry$ChangeType;
            getstatic org.eclipse.jgit.diff.DiffEntry$ChangeType.DELETE:Lorg/eclipse/jgit/diff/DiffEntry$ChangeType;
            if_acmpne 2
         1: .line 90
            aload 1 /* ent */
            getfield org.eclipse.jgit.diff.DiffEntry.oldPath:Ljava/lang/String;
            areturn
         2: .line 91
      StackMap locals:
      StackMap stack:
            aload 1 /* ent */
            getfield org.eclipse.jgit.diff.DiffEntry.newPath:Ljava/lang/String;
            areturn
        end local 1 // org.eclipse.jgit.diff.DiffEntry ent
        end local 0 // org.eclipse.jgit.diff.RenameDetector$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jgit/diff/RenameDetector$1;
            0    3     1   ent  Lorg/eclipse/jgit/diff/DiffEntry;
    MethodParameters:
      Name  Flags
      ent   

  private int sortOf(org.eclipse.jgit.diff.DiffEntry$ChangeType);
    descriptor: (Lorg/eclipse/jgit/diff/DiffEntry$ChangeType;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.diff.RenameDetector$1 this
        start local 1 // org.eclipse.jgit.diff.DiffEntry$ChangeType changeType
         0: .line 99
            invokestatic org.eclipse.jgit.diff.RenameDetector$1.$SWITCH_TABLE$org$eclipse$jgit$diff$DiffEntry$ChangeType:()[I
            aload 1 /* changeType */
            invokevirtual org.eclipse.jgit.diff.DiffEntry$ChangeType.ordinal:()I
            iaload
            tableswitch { // 1 - 3
                    1: 2
                    2: 3
                    3: 1
              default: 3
          }
         1: .line 101
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         2: .line 103
      StackMap locals:
      StackMap stack:
            iconst_2
            ireturn
         3: .line 105
      StackMap locals:
      StackMap stack:
            bipush 10
            ireturn
        end local 1 // org.eclipse.jgit.diff.DiffEntry$ChangeType changeType
        end local 0 // org.eclipse.jgit.diff.RenameDetector$1 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/eclipse/jgit/diff/RenameDetector$1;
            0    4     1  changeType  Lorg/eclipse/jgit/diff/DiffEntry$ChangeType;
    MethodParameters:
            Name  Flags
      changeType  

  public int compare(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.jgit.diff.DiffEntry
            aload 2
            checkcast org.eclipse.jgit.diff.DiffEntry
            invokevirtual org.eclipse.jgit.diff.RenameDetector$1.compare:(Lorg/eclipse/jgit/diff/DiffEntry;Lorg/eclipse/jgit/diff/DiffEntry;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static int[] $SWITCH_TABLE$org$eclipse$jgit$diff$DiffEntry$ChangeType();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 75
            getstatic org.eclipse.jgit.diff.RenameDetector$1.$SWITCH_TABLE$org$eclipse$jgit$diff$DiffEntry$ChangeType:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic org.eclipse.jgit.diff.DiffEntry$ChangeType.values:()[Lorg/eclipse/jgit/diff/DiffEntry$ChangeType;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic org.eclipse.jgit.diff.DiffEntry$ChangeType.ADD:Lorg/eclipse/jgit/diff/DiffEntry$ChangeType;
            invokevirtual org.eclipse.jgit.diff.DiffEntry$ChangeType.ordinal:()I
            iconst_1
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic org.eclipse.jgit.diff.DiffEntry$ChangeType.COPY:Lorg/eclipse/jgit/diff/DiffEntry$ChangeType;
            invokevirtual org.eclipse.jgit.diff.DiffEntry$ChangeType.ordinal:()I
            iconst_5
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic org.eclipse.jgit.diff.DiffEntry$ChangeType.DELETE:Lorg/eclipse/jgit/diff/DiffEntry$ChangeType;
            invokevirtual org.eclipse.jgit.diff.DiffEntry$ChangeType.ordinal:()I
            iconst_3
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic org.eclipse.jgit.diff.DiffEntry$ChangeType.MODIFY:Lorg/eclipse/jgit/diff/DiffEntry$ChangeType;
            invokevirtual org.eclipse.jgit.diff.DiffEntry$ChangeType.ordinal:()I
            iconst_2
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic org.eclipse.jgit.diff.DiffEntry$ChangeType.RENAME:Lorg/eclipse/jgit/diff/DiffEntry$ChangeType;
            invokevirtual org.eclipse.jgit.diff.DiffEntry$ChangeType.ordinal:()I
            iconst_4
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            dup
            putstatic org.eclipse.jgit.diff.RenameDetector$1.$SWITCH_TABLE$org$eclipse$jgit$diff$DiffEntry$ChangeType:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError
}
Signature: Ljava/lang/Object;Ljava/util/Comparator<Lorg/eclipse/jgit/diff/DiffEntry;>;
SourceFile: "RenameDetector.java"
EnclosingMethod: org.eclipse.jgit.diff.RenameDetector
NestHost: org.eclipse.jgit.diff.RenameDetector
InnerClasses:
  public final ChangeType = org.eclipse.jgit.diff.DiffEntry$ChangeType of org.eclipse.jgit.diff.DiffEntry
  org.eclipse.jgit.diff.RenameDetector$1