class org.eclipse.jgit.diff.RawTextComparator$5 extends org.eclipse.jgit.diff.RawTextComparator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jgit.diff.RawTextComparator$5
  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$5 this
         0: .line 179
            aload 0 /* this */
            invokespecial org.eclipse.jgit.diff.RawTextComparator.<init>:()V
            return
        end local 0 // org.eclipse.jgit.diff.RawTextComparator$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/diff/RawTextComparator$5;

  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$5 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 182
            iinc 2 /* ai */ 1
         1: .line 183
            iinc 4 /* bi */ 1
         2: .line 185
            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 186
            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 187
            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 188
            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 190
            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 191
            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 193
            goto 17
         9: .line 194
      StackMap locals: org.eclipse.jgit.diff.RawTextComparator$5 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 */
            iinc 5 /* as */ 1
            baload
            istore 9 /* ac */
        start local 9 // byte ac
        10: .line 195
            aload 3 /* b */
            getfield org.eclipse.jgit.diff.RawText.content:[B
            iload 6 /* bs */
            iinc 6 /* bs */ 1
            baload
            istore 10 /* bc */
        start local 10 // byte bc
        11: .line 197
            iload 9 /* ac */
            invokestatic org.eclipse.jgit.util.RawCharUtil.isWhitespace:(B)Z
            ifeq 15
            iload 10 /* bc */
            invokestatic org.eclipse.jgit.util.RawCharUtil.isWhitespace:(B)Z
            ifeq 15
        12: .line 198
            aload 1 /* a */
            getfield org.eclipse.jgit.diff.RawText.content:[B
            iload 5 /* as */
            iload 7 /* ae */
            invokestatic org.eclipse.jgit.util.RawCharUtil.trimLeadingWhitespace:([BII)I
            istore 5 /* as */
        13: .line 199
            aload 3 /* b */
            getfield org.eclipse.jgit.diff.RawText.content:[B
            iload 6 /* bs */
            iload 8 /* be */
            invokestatic org.eclipse.jgit.util.RawCharUtil.trimLeadingWhitespace:([BII)I
            istore 6 /* bs */
        14: .line 200
            goto 17
      StackMap locals: int int
      StackMap stack:
        15: iload 9 /* ac */
            iload 10 /* bc */
            if_icmpeq 17
        16: .line 201
            iconst_0
            ireturn
        end local 10 // byte bc
        end local 9 // byte ac
        17: .line 193
      StackMap locals:
      StackMap stack:
            iload 5 /* as */
            iload 7 /* ae */
            if_icmpge 18
            iload 6 /* bs */
            iload 8 /* be */
            if_icmplt 9
        18: .line 204
      StackMap locals:
      StackMap stack:
            iload 5 /* as */
            iload 7 /* ae */
            if_icmpne 19
            iload 6 /* bs */
            iload 8 /* be */
            if_icmpne 19
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        19: 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$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   20     0  this  Lorg/eclipse/jgit/diff/RawTextComparator$5;
            0   20     1     a  Lorg/eclipse/jgit/diff/RawText;
            0   20     2    ai  I
            0   20     3     b  Lorg/eclipse/jgit/diff/RawText;
            0   20     4    bi  I
            3   20     5    as  I
            4   20     6    bs  I
            5   20     7    ae  I
            6   20     8    be  I
           10   17     9    ac  B
           11   17    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$5 this
        start local 1 // byte[] raw
        start local 2 // int ptr
        start local 3 // int end
         0: .line 209
            sipush 5381
            istore 4 /* hash */
        start local 4 // int hash
         1: .line 210
            aload 1 /* raw */
            iload 2 /* ptr */
            iload 3 /* end */
            invokestatic org.eclipse.jgit.util.RawCharUtil.trimTrailingWhitespace:([BII)I
            istore 3 /* end */
         2: .line 211
            goto 8
         3: .line 212
      StackMap locals: int
      StackMap stack:
            aload 1 /* raw */
            iload 2 /* ptr */
            iinc 2 /* ptr */ 1
            baload
            istore 5 /* c */
        start local 5 // byte c
         4: .line 213
            iload 5 /* c */
            invokestatic org.eclipse.jgit.util.RawCharUtil.isWhitespace:(B)Z
            ifeq 7
         5: .line 214
            aload 1 /* raw */
            iload 2 /* ptr */
            iload 3 /* end */
            invokestatic org.eclipse.jgit.util.RawCharUtil.trimLeadingWhitespace:([BII)I
            istore 2 /* ptr */
         6: .line 215
            bipush 32
            istore 5 /* c */
         7: .line 217
      StackMap locals: int
      StackMap stack:
            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
         8: .line 211
      StackMap locals:
      StackMap stack:
            iload 2 /* ptr */
            iload 3 /* end */
            if_icmplt 3
         9: .line 219
            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$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/eclipse/jgit/diff/RawTextComparator$5;
            0   10     1   raw  [B
            0   10     2   ptr  I
            0   10     3   end  I
            1   10     4  hash  I
            4    8     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$5.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$5