class org.eclipse.jgit.diff.RawTextComparator$2 extends org.eclipse.jgit.diff.RawTextComparator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jgit.diff.RawTextComparator$2
  super_class: org.eclipse.jgit.diff.RawTextComparator
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.diff.RawTextComparator$2 this
         0: .line 56
            aload 0 /* this */
            invokespecial org.eclipse.jgit.diff.RawTextComparator.<init>:()V
            return
        end local 0 // org.eclipse.jgit.diff.RawTextComparator$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/diff/RawTextComparator$2;

  public boolean equals(org.eclipse.jgit.diff.RawText, int, org.eclipse.jgit.diff.RawText, int);
    descriptor: (Lorg/eclipse/jgit/diff/RawText;ILorg/eclipse/jgit/diff/RawText;I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=11, args_size=5
        start local 0 // org.eclipse.jgit.diff.RawTextComparator$2 this
        start local 1 // org.eclipse.jgit.diff.RawText a
        start local 2 // int ai
        start local 3 // org.eclipse.jgit.diff.RawText b
        start local 4 // int bi
         0: .line 59
            iinc 2 /* ai */ 1
         1: .line 60
            iinc 4 /* bi */ 1
         2: .line 62
            aload 1 /* a */
            getfield org.eclipse.jgit.diff.RawText.lines:Lorg/eclipse/jgit/util/IntList;
            iload 2 /* ai */
            invokevirtual org.eclipse.jgit.util.IntList.get:(I)I
            istore 5 /* as */
        start local 5 // int as
         3: .line 63
            aload 3 /* b */
            getfield org.eclipse.jgit.diff.RawText.lines:Lorg/eclipse/jgit/util/IntList;
            iload 4 /* bi */
            invokevirtual org.eclipse.jgit.util.IntList.get:(I)I
            istore 6 /* bs */
        start local 6 // int bs
         4: .line 64
            aload 1 /* a */
            getfield org.eclipse.jgit.diff.RawText.lines:Lorg/eclipse/jgit/util/IntList;
            iload 2 /* ai */
            iconst_1
            iadd
            invokevirtual org.eclipse.jgit.util.IntList.get:(I)I
            istore 7 /* ae */
        start local 7 // int ae
         5: .line 65
            aload 3 /* b */
            getfield org.eclipse.jgit.diff.RawText.lines:Lorg/eclipse/jgit/util/IntList;
            iload 4 /* bi */
            iconst_1
            iadd
            invokevirtual org.eclipse.jgit.util.IntList.get:(I)I
            istore 8 /* be */
        start local 8 // int be
         6: .line 67
            aload 1 /* a */
            getfield org.eclipse.jgit.diff.RawText.content:[B
            iload 5 /* as */
            iload 7 /* ae */
            invokestatic org.eclipse.jgit.util.RawCharUtil.trimTrailingWhitespace:([BII)I
            istore 7 /* ae */
         7: .line 68
            aload 3 /* b */
            getfield org.eclipse.jgit.diff.RawText.content:[B
            iload 6 /* bs */
            iload 8 /* be */
            invokestatic org.eclipse.jgit.util.RawCharUtil.trimTrailingWhitespace:([BII)I
            istore 8 /* be */
         8: .line 70
            goto 23
         9: .line 71
      StackMap locals: org.eclipse.jgit.diff.RawTextComparator$2 org.eclipse.jgit.diff.RawText int org.eclipse.jgit.diff.RawText int int int int int
      StackMap stack:
            aload 1 /* a */
            getfield org.eclipse.jgit.diff.RawText.content:[B
            iload 5 /* as */
            baload
            istore 9 /* ac */
        start local 9 // byte ac
        10: .line 72
            aload 3 /* b */
            getfield org.eclipse.jgit.diff.RawText.content:[B
            iload 6 /* bs */
            baload
            istore 10 /* bc */
        start local 10 // byte bc
        11: .line 74
            goto 14
        12: .line 75
      StackMap locals: int int
      StackMap stack:
            iinc 5 /* as */ 1
        13: .line 76
            aload 1 /* a */
            getfield org.eclipse.jgit.diff.RawText.content:[B
            iload 5 /* as */
            baload
            istore 9 /* ac */
        14: .line 74
      StackMap locals:
      StackMap stack:
            iload 5 /* as */
            iload 7 /* ae */
            iconst_1
            isub
            if_icmpge 18
            iload 9 /* ac */
            invokestatic org.eclipse.jgit.util.RawCharUtil.isWhitespace:(B)Z
            ifne 12
        15: .line 79
            goto 18
        16: .line 80
      StackMap locals:
      StackMap stack:
            iinc 6 /* bs */ 1
        17: .line 81
            aload 3 /* b */
            getfield org.eclipse.jgit.diff.RawText.content:[B
            iload 6 /* bs */
            baload
            istore 10 /* bc */
        18: .line 79
      StackMap locals:
      StackMap stack:
            iload 6 /* bs */
            iload 8 /* be */
            iconst_1
            isub
            if_icmpge 19
            iload 10 /* bc */
            invokestatic org.eclipse.jgit.util.RawCharUtil.isWhitespace:(B)Z
            ifne 16
        19: .line 84
      StackMap locals:
      StackMap stack:
            iload 9 /* ac */
            iload 10 /* bc */
            if_icmpeq 21
        20: .line 85
            iconst_0
            ireturn
        21: .line 87
      StackMap locals:
      StackMap stack:
            iinc 5 /* as */ 1
        22: .line 88
            iinc 6 /* bs */ 1
        end local 10 // byte bc
        end local 9 // byte ac
        23: .line 70
      StackMap locals:
      StackMap stack:
            iload 5 /* as */
            iload 7 /* ae */
            if_icmpge 24
            iload 6 /* bs */
            iload 8 /* be */
            if_icmplt 9
        24: .line 91
      StackMap locals:
      StackMap stack:
            iload 5 /* as */
            iload 7 /* ae */
            if_icmpne 25
            iload 6 /* bs */
            iload 8 /* be */
            if_icmpne 25
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        25: iconst_0
            ireturn
        end local 8 // int be
        end local 7 // int ae
        end local 6 // int bs
        end local 5 // int as
        end local 4 // int bi
        end local 3 // org.eclipse.jgit.diff.RawText b
        end local 2 // int ai
        end local 1 // org.eclipse.jgit.diff.RawText a
        end local 0 // org.eclipse.jgit.diff.RawTextComparator$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   26     0  this  Lorg/eclipse/jgit/diff/RawTextComparator$2;
            0   26     1     a  Lorg/eclipse/jgit/diff/RawText;
            0   26     2    ai  I
            0   26     3     b  Lorg/eclipse/jgit/diff/RawText;
            0   26     4    bi  I
            3   26     5    as  I
            4   26     6    bs  I
            5   26     7    ae  I
            6   26     8    be  I
           10   23     9    ac  B
           11   23    10    bc  B
    MethodParameters:
      Name  Flags
      a     
      ai    
      b     
      bi    

  protected int hashRegion(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // org.eclipse.jgit.diff.RawTextComparator$2 this
        start local 1 // byte[] raw
        start local 2 // int ptr
        start local 3 // int end
         0: .line 96
            sipush 5381
            istore 4 /* hash */
        start local 4 // int hash
         1: .line 97
            goto 6
         2: .line 98
      StackMap locals: int
      StackMap stack:
            aload 1 /* raw */
            iload 2 /* ptr */
            baload
            istore 5 /* c */
        start local 5 // byte c
         3: .line 99
            iload 5 /* c */
            invokestatic org.eclipse.jgit.util.RawCharUtil.isWhitespace:(B)Z
            ifne 5
         4: .line 100
            iload 4 /* hash */
            iconst_5
            ishl
            iload 4 /* hash */
            iadd
            iload 5 /* c */
            sipush 255
            iand
            iadd
            istore 4 /* hash */
        end local 5 // byte c
         5: .line 97
      StackMap locals:
      StackMap stack:
            iinc 2 /* ptr */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* ptr */
            iload 3 /* end */
            if_icmplt 2
         7: .line 102
            iload 4 /* hash */
            ireturn
        end local 4 // int hash
        end local 3 // int end
        end local 2 // int ptr
        end local 1 // byte[] raw
        end local 0 // org.eclipse.jgit.diff.RawTextComparator$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/eclipse/jgit/diff/RawTextComparator$2;
            0    8     1   raw  [B
            0    8     2   ptr  I
            0    8     3   end  I
            1    8     4  hash  I
            3    5     5     c  B
    MethodParameters:
      Name  Flags
      raw   
      ptr   
      end   

  public boolean equals(org.eclipse.jgit.diff.Sequence, int, org.eclipse.jgit.diff.Sequence, int);
    descriptor: (Lorg/eclipse/jgit/diff/Sequence;ILorg/eclipse/jgit/diff/Sequence;I)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.jgit.diff.RawText
            iload 2
            aload 3
            checkcast org.eclipse.jgit.diff.RawText
            iload 4
            invokevirtual org.eclipse.jgit.diff.RawTextComparator$2.equals:(Lorg/eclipse/jgit/diff/RawText;ILorg/eclipse/jgit/diff/RawText;I)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "RawTextComparator.java"
EnclosingMethod: org.eclipse.jgit.diff.RawTextComparator
NestHost: org.eclipse.jgit.diff.RawTextComparator
InnerClasses:
  org.eclipse.jgit.diff.RawTextComparator$2