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

  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=9, args_size=5
        start local 0 // org.eclipse.jgit.diff.RawTextComparator$4 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 147
            iinc 2 /* ai */ 1
         1: .line 148
            iinc 4 /* bi */ 1
         2: .line 150
            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 151
            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 152
            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 153
            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 155
            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 156
            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 158
            iload 7 /* ae */
            iload 5 /* as */
            isub
            iload 8 /* be */
            iload 6 /* bs */
            isub
            if_icmpeq 12
         9: .line 159
            iconst_0
            ireturn
        10: .line 162
      StackMap locals: org.eclipse.jgit.diff.RawTextComparator$4 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
            aload 3 /* b */
            getfield org.eclipse.jgit.diff.RawText.content:[B
            iload 6 /* bs */
            iinc 6 /* bs */ 1
            baload
            if_icmpeq 12
        11: .line 163
            iconst_0
            ireturn
        12: .line 161
      StackMap locals:
      StackMap stack:
            iload 5 /* as */
            iload 7 /* ae */
            if_icmplt 10
        13: .line 165
            iconst_1
            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$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lorg/eclipse/jgit/diff/RawTextComparator$4;
            0   14     1     a  Lorg/eclipse/jgit/diff/RawText;
            0   14     2    ai  I
            0   14     3     b  Lorg/eclipse/jgit/diff/RawText;
            0   14     4    bi  I
            3   14     5    as  I
            4   14     6    bs  I
            5   14     7    ae  I
            6   14     8    be  I
    MethodParameters:
      Name  Flags
      a     
      ai    
      b     
      bi    

  protected int hashRegion(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // org.eclipse.jgit.diff.RawTextComparator$4 this
        start local 1 // byte[] raw
        start local 2 // int ptr
        start local 3 // int end
         0: .line 170
            sipush 5381
            istore 4 /* hash */
        start local 4 // int hash
         1: .line 171
            aload 1 /* raw */
            iload 2 /* ptr */
            iload 3 /* end */
            invokestatic org.eclipse.jgit.util.RawCharUtil.trimTrailingWhitespace:([BII)I
            istore 3 /* end */
         2: .line 172
            goto 5
         3: .line 173
      StackMap locals: int
      StackMap stack:
            iload 4 /* hash */
            iconst_5
            ishl
            iload 4 /* hash */
            iadd
            aload 1 /* raw */
            iload 2 /* ptr */
            baload
            sipush 255
            iand
            iadd
            istore 4 /* hash */
         4: .line 172
            iinc 2 /* ptr */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* ptr */
            iload 3 /* end */
            if_icmplt 3
         6: .line 174
            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$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/jgit/diff/RawTextComparator$4;
            0    7     1   raw  [B
            0    7     2   ptr  I
            0    7     3   end  I
            1    7     4  hash  I
    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$4.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$4