public class org.eclipse.jgit.api.ApplyCommand extends org.eclipse.jgit.api.GitCommand<org.eclipse.jgit.api.ApplyResult>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jgit.api.ApplyCommand
  super_class: org.eclipse.jgit.api.GitCommand
{
  private java.io.InputStream in;
    descriptor: Ljava/io/InputStream;
    flags: (0x0002) ACC_PRIVATE

  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>(org.eclipse.jgit.lib.Repository);
    descriptor: (Lorg/eclipse/jgit/lib/Repository;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.api.ApplyCommand this
        start local 1 // org.eclipse.jgit.lib.Repository repo
         0: .line 53
            aload 0 /* this */
            aload 1 /* repo */
            invokespecial org.eclipse.jgit.api.GitCommand.<init>:(Lorg/eclipse/jgit/lib/Repository;)V
         1: .line 54
            return
        end local 1 // org.eclipse.jgit.lib.Repository repo
        end local 0 // org.eclipse.jgit.api.ApplyCommand this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/api/ApplyCommand;
            0    2     1  repo  Lorg/eclipse/jgit/lib/Repository;
    MethodParameters:
      Name  Flags
      repo  

  public org.eclipse.jgit.api.ApplyCommand setPatch(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Lorg/eclipse/jgit/api/ApplyCommand;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.api.ApplyCommand this
        start local 1 // java.io.InputStream in
         0: .line 64
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.api.ApplyCommand.checkCallable:()V
         1: .line 65
            aload 0 /* this */
            aload 1 /* in */
            putfield org.eclipse.jgit.api.ApplyCommand.in:Ljava/io/InputStream;
         2: .line 66
            aload 0 /* this */
            areturn
        end local 1 // java.io.InputStream in
        end local 0 // org.eclipse.jgit.api.ApplyCommand this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jgit/api/ApplyCommand;
            0    3     1    in  Ljava/io/InputStream;
    MethodParameters:
      Name  Flags
      in    

  public org.eclipse.jgit.api.ApplyResult call();
    descriptor: ()Lorg/eclipse/jgit/api/ApplyResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=9, args_size=1
        start local 0 // org.eclipse.jgit.api.ApplyCommand this
         0: .line 81
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.api.ApplyCommand.checkCallable:()V
         1: .line 82
            new org.eclipse.jgit.api.ApplyResult
            dup
            invokespecial org.eclipse.jgit.api.ApplyResult.<init>:()V
            astore 1 /* r */
        start local 1 // org.eclipse.jgit.api.ApplyResult r
         2: .line 84
            new org.eclipse.jgit.patch.Patch
            dup
            invokespecial org.eclipse.jgit.patch.Patch.<init>:()V
            astore 2 /* p */
        start local 2 // org.eclipse.jgit.patch.Patch p
         3: .line 86
            aload 2 /* p */
            aload 0 /* this */
            getfield org.eclipse.jgit.api.ApplyCommand.in:Ljava/io/InputStream;
            invokevirtual org.eclipse.jgit.patch.Patch.parse:(Ljava/io/InputStream;)V
         4: .line 87
            goto 8
      StackMap locals: org.eclipse.jgit.api.ApplyCommand org.eclipse.jgit.api.ApplyResult org.eclipse.jgit.patch.Patch
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 88
            aload 0 /* this */
            getfield org.eclipse.jgit.api.ApplyCommand.in:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.close:()V
         7: .line 89
            aload 3
            athrow
         8: .line 88
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.api.ApplyCommand.in:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.close:()V
         9: .line 90
            aload 2 /* p */
            invokevirtual org.eclipse.jgit.patch.Patch.getErrors:()Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifne 11
        10: .line 91
            new org.eclipse.jgit.api.errors.PatchFormatException
            dup
            aload 2 /* p */
            invokevirtual org.eclipse.jgit.patch.Patch.getErrors:()Ljava/util/List;
            invokespecial org.eclipse.jgit.api.errors.PatchFormatException.<init>:(Ljava/util/List;)V
            athrow
        11: .line 92
      StackMap locals:
      StackMap stack:
            aload 2 /* p */
            invokevirtual org.eclipse.jgit.patch.Patch.getFiles:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 48
      StackMap locals: org.eclipse.jgit.api.ApplyCommand org.eclipse.jgit.api.ApplyResult org.eclipse.jgit.patch.Patch top java.util.Iterator
      StackMap stack:
        12: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.eclipse.jgit.patch.FileHeader
            astore 3 /* fh */
        start local 3 // org.eclipse.jgit.patch.FileHeader fh
        13: .line 93
            aload 3 /* fh */
            invokevirtual org.eclipse.jgit.patch.FileHeader.getChangeType:()Lorg/eclipse/jgit/diff/DiffEntry$ChangeType;
            astore 5 /* type */
        start local 5 // org.eclipse.jgit.diff.DiffEntry$ChangeType type
        14: .line 94
            aconst_null
            astore 6 /* f */
        start local 6 // java.io.File f
        15: .line 95
            invokestatic org.eclipse.jgit.api.ApplyCommand.$SWITCH_TABLE$org$eclipse$jgit$diff$DiffEntry$ChangeType:()[I
            aload 5 /* type */
            invokevirtual org.eclipse.jgit.diff.DiffEntry$ChangeType.ordinal:()I
            iaload
            tableswitch { // 1 - 5
                    1: 16
                    2: 19
                    3: 22
                    4: 27
                    5: 42
              default: 47
          }
        16: .line 97
      StackMap locals: org.eclipse.jgit.api.ApplyCommand org.eclipse.jgit.api.ApplyResult org.eclipse.jgit.patch.Patch org.eclipse.jgit.patch.FileHeader java.util.Iterator org.eclipse.jgit.diff.DiffEntry$ChangeType java.io.File
      StackMap stack:
            aload 0 /* this */
            aload 3 /* fh */
            invokevirtual org.eclipse.jgit.patch.FileHeader.getNewPath:()Ljava/lang/String;
            iconst_1
            invokevirtual org.eclipse.jgit.api.ApplyCommand.getFile:(Ljava/lang/String;Z)Ljava/io/File;
            astore 6 /* f */
        17: .line 98
            aload 0 /* this */
            aload 6 /* f */
            aload 3 /* fh */
            invokevirtual org.eclipse.jgit.api.ApplyCommand.apply:(Ljava/io/File;Lorg/eclipse/jgit/patch/FileHeader;)V
        18: .line 99
            goto 47
        19: .line 101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* fh */
            invokevirtual org.eclipse.jgit.patch.FileHeader.getOldPath:()Ljava/lang/String;
            iconst_0
            invokevirtual org.eclipse.jgit.api.ApplyCommand.getFile:(Ljava/lang/String;Z)Ljava/io/File;
            astore 6 /* f */
        20: .line 102
            aload 0 /* this */
            aload 6 /* f */
            aload 3 /* fh */
            invokevirtual org.eclipse.jgit.api.ApplyCommand.apply:(Ljava/io/File;Lorg/eclipse/jgit/patch/FileHeader;)V
        21: .line 103
            goto 47
        22: .line 105
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* fh */
            invokevirtual org.eclipse.jgit.patch.FileHeader.getOldPath:()Ljava/lang/String;
            iconst_0
            invokevirtual org.eclipse.jgit.api.ApplyCommand.getFile:(Ljava/lang/String;Z)Ljava/io/File;
            astore 6 /* f */
        23: .line 106
            aload 6 /* f */
            invokevirtual java.io.File.delete:()Z
            ifne 47
        24: .line 107
            new org.eclipse.jgit.api.errors.PatchApplyException
            dup
        25: .line 108
            invokestatic org.eclipse.jgit.internal.JGitText.get:()Lorg/eclipse/jgit/internal/JGitText;
            getfield org.eclipse.jgit.internal.JGitText.cannotDeleteFile:Ljava/lang/String;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 6 /* f */
            aastore
        26: .line 107
            invokestatic java.text.MessageFormat.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokespecial org.eclipse.jgit.api.errors.PatchApplyException.<init>:(Ljava/lang/String;)V
            athrow
        27: .line 111
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* fh */
            invokevirtual org.eclipse.jgit.patch.FileHeader.getOldPath:()Ljava/lang/String;
            iconst_0
            invokevirtual org.eclipse.jgit.api.ApplyCommand.getFile:(Ljava/lang/String;Z)Ljava/io/File;
            astore 6 /* f */
        28: .line 112
            aload 0 /* this */
            aload 3 /* fh */
            invokevirtual org.eclipse.jgit.patch.FileHeader.getNewPath:()Ljava/lang/String;
            iconst_0
            invokevirtual org.eclipse.jgit.api.ApplyCommand.getFile:(Ljava/lang/String;Z)Ljava/io/File;
            astore 7 /* dest */
        start local 7 // java.io.File dest
        29: .line 114
            aload 7 /* dest */
            invokevirtual java.io.File.getParentFile:()Ljava/io/File;
            iconst_1
            invokestatic org.eclipse.jgit.util.FileUtils.mkdirs:(Ljava/io/File;Z)V
        30: .line 115
            aload 6 /* f */
            aload 7 /* dest */
            iconst_1
            anewarray java.nio.file.CopyOption
            dup
            iconst_0
        31: .line 116
            getstatic java.nio.file.StandardCopyOption.ATOMIC_MOVE:Ljava/nio/file/StandardCopyOption;
            aastore
        32: .line 115
            invokestatic org.eclipse.jgit.util.FileUtils.rename:(Ljava/io/File;Ljava/io/File;[Ljava/nio/file/CopyOption;)V
        33: .line 117
            goto 40
      StackMap locals: org.eclipse.jgit.api.ApplyCommand org.eclipse.jgit.api.ApplyResult org.eclipse.jgit.patch.Patch org.eclipse.jgit.patch.FileHeader java.util.Iterator org.eclipse.jgit.diff.DiffEntry$ChangeType java.io.File java.io.File
      StackMap stack: java.io.IOException
        34: astore 8 /* e */
        start local 8 // java.io.IOException e
        35: .line 118
            new org.eclipse.jgit.api.errors.PatchApplyException
            dup
        36: .line 119
            invokestatic org.eclipse.jgit.internal.JGitText.get:()Lorg/eclipse/jgit/internal/JGitText;
            getfield org.eclipse.jgit.internal.JGitText.renameFileFailed:Ljava/lang/String;
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 6 /* f */
            aastore
            dup
            iconst_1
            aload 7 /* dest */
            aastore
        37: .line 118
            invokestatic java.text.MessageFormat.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        38: .line 119
            aload 8 /* e */
        39: .line 118
            invokespecial org.eclipse.jgit.api.errors.PatchApplyException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 8 // java.io.IOException e
        40: .line 121
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 7 /* dest */
            aload 3 /* fh */
            invokevirtual org.eclipse.jgit.api.ApplyCommand.apply:(Ljava/io/File;Lorg/eclipse/jgit/patch/FileHeader;)V
        41: .line 122
            goto 47
        end local 7 // java.io.File dest
        42: .line 124
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* fh */
            invokevirtual org.eclipse.jgit.patch.FileHeader.getOldPath:()Ljava/lang/String;
            iconst_0
            invokevirtual org.eclipse.jgit.api.ApplyCommand.getFile:(Ljava/lang/String;Z)Ljava/io/File;
            astore 6 /* f */
        43: .line 125
            aload 0 /* this */
            aload 3 /* fh */
            invokevirtual org.eclipse.jgit.patch.FileHeader.getNewPath:()Ljava/lang/String;
            iconst_0
            invokevirtual org.eclipse.jgit.api.ApplyCommand.getFile:(Ljava/lang/String;Z)Ljava/io/File;
            astore 8 /* target */
        start local 8 // java.io.File target
        44: .line 126
            aload 8 /* target */
            invokevirtual java.io.File.getParentFile:()Ljava/io/File;
            iconst_1
            invokestatic org.eclipse.jgit.util.FileUtils.mkdirs:(Ljava/io/File;Z)V
        45: .line 127
            aload 6 /* f */
            invokevirtual java.io.File.toPath:()Ljava/nio/file/Path;
            aload 8 /* target */
            invokevirtual java.io.File.toPath:()Ljava/nio/file/Path;
            iconst_0
            anewarray java.nio.file.CopyOption
            invokestatic java.nio.file.Files.copy:(Ljava/nio/file/Path;Ljava/nio/file/Path;[Ljava/nio/file/CopyOption;)Ljava/nio/file/Path;
            pop
        46: .line 128
            aload 0 /* this */
            aload 8 /* target */
            aload 3 /* fh */
            invokevirtual org.eclipse.jgit.api.ApplyCommand.apply:(Ljava/io/File;Lorg/eclipse/jgit/patch/FileHeader;)V
        end local 8 // java.io.File target
        47: .line 130
      StackMap locals:
      StackMap stack:
            aload 1 /* r */
            aload 6 /* f */
            invokevirtual org.eclipse.jgit.api.ApplyResult.addUpdatedFile:(Ljava/io/File;)Lorg/eclipse/jgit/api/ApplyResult;
            pop
        end local 6 // java.io.File f
        end local 5 // org.eclipse.jgit.diff.DiffEntry$ChangeType type
        end local 3 // org.eclipse.jgit.patch.FileHeader fh
        48: .line 92
      StackMap locals: org.eclipse.jgit.api.ApplyCommand org.eclipse.jgit.api.ApplyResult org.eclipse.jgit.patch.Patch top java.util.Iterator
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 12
        end local 2 // org.eclipse.jgit.patch.Patch p
        49: .line 132
            goto 56
      StackMap locals: org.eclipse.jgit.api.ApplyCommand org.eclipse.jgit.api.ApplyResult
      StackMap stack: java.io.IOException
        50: astore 2 /* e */
        start local 2 // java.io.IOException e
        51: .line 133
            new org.eclipse.jgit.api.errors.PatchApplyException
            dup
        52: .line 134
            invokestatic org.eclipse.jgit.internal.JGitText.get:()Lorg/eclipse/jgit/internal/JGitText;
            getfield org.eclipse.jgit.internal.JGitText.patchApplyException:Ljava/lang/String;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* e */
            invokevirtual java.io.IOException.getMessage:()Ljava/lang/String;
            aastore
        53: .line 133
            invokestatic java.text.MessageFormat.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        54: .line 134
            aload 2 /* e */
        55: .line 133
            invokespecial org.eclipse.jgit.api.errors.PatchApplyException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.IOException e
        56: .line 136
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            invokevirtual org.eclipse.jgit.api.ApplyCommand.setCallable:(Z)V
        57: .line 137
            aload 1 /* r */
            areturn
        end local 1 // org.eclipse.jgit.api.ApplyResult r
        end local 0 // org.eclipse.jgit.api.ApplyCommand this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   58     0    this  Lorg/eclipse/jgit/api/ApplyCommand;
            2   58     1       r  Lorg/eclipse/jgit/api/ApplyResult;
            3   49     2       p  Lorg/eclipse/jgit/patch/Patch;
           13   48     3      fh  Lorg/eclipse/jgit/patch/FileHeader;
           14   48     5    type  Lorg/eclipse/jgit/diff/DiffEntry$ChangeType;
           15   48     6       f  Ljava/io/File;
           29   42     7    dest  Ljava/io/File;
           35   40     8       e  Ljava/io/IOException;
           44   47     8  target  Ljava/io/File;
           51   56     2       e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           3     5       5  any
          29    33      34  Class java.io.IOException
           2    49      50  Class java.io.IOException
    Exceptions:
      throws org.eclipse.jgit.api.errors.GitAPIException, org.eclipse.jgit.api.errors.PatchFormatException, org.eclipse.jgit.api.errors.PatchApplyException

  private java.io.File getFile(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Ljava/io/File;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=5, args_size=3
        start local 0 // org.eclipse.jgit.api.ApplyCommand this
        start local 1 // java.lang.String path
        start local 2 // boolean create
         0: .line 142
            new java.io.File
            dup
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.api.ApplyCommand.getRepository:()Lorg/eclipse/jgit/lib/Repository;
            invokevirtual org.eclipse.jgit.lib.Repository.getWorkTree:()Ljava/io/File;
            aload 1 /* path */
            invokespecial java.io.File.<init>:(Ljava/io/File;Ljava/lang/String;)V
            astore 3 /* f */
        start local 3 // java.io.File f
         1: .line 143
            iload 2 /* create */
            ifeq 12
         2: .line 145
            aload 3 /* f */
            invokevirtual java.io.File.getParentFile:()Ljava/io/File;
            astore 4 /* parent */
        start local 4 // java.io.File parent
         3: .line 146
            aload 4 /* parent */
            iconst_1
            invokestatic org.eclipse.jgit.util.FileUtils.mkdirs:(Ljava/io/File;Z)V
         4: .line 147
            aload 3 /* f */
            invokestatic org.eclipse.jgit.util.FileUtils.createNewFile:(Ljava/io/File;)V
        end local 4 // java.io.File parent
         5: .line 148
            goto 12
      StackMap locals: org.eclipse.jgit.api.ApplyCommand java.lang.String int java.io.File
      StackMap stack: java.io.IOException
         6: astore 4 /* e */
        start local 4 // java.io.IOException e
         7: .line 149
            new org.eclipse.jgit.api.errors.PatchApplyException
            dup
         8: .line 150
            invokestatic org.eclipse.jgit.internal.JGitText.get:()Lorg/eclipse/jgit/internal/JGitText;
            getfield org.eclipse.jgit.internal.JGitText.createNewFileFailed:Ljava/lang/String;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 3 /* f */
            aastore
         9: .line 149
            invokestatic java.text.MessageFormat.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        10: .line 150
            aload 4 /* e */
        11: .line 149
            invokespecial org.eclipse.jgit.api.errors.PatchApplyException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 4 // java.io.IOException e
        12: .line 152
      StackMap locals:
      StackMap stack:
            aload 3 /* f */
            areturn
        end local 3 // java.io.File f
        end local 2 // boolean create
        end local 1 // java.lang.String path
        end local 0 // org.eclipse.jgit.api.ApplyCommand this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lorg/eclipse/jgit/api/ApplyCommand;
            0   13     1    path  Ljava/lang/String;
            0   13     2  create  Z
            1   13     3       f  Ljava/io/File;
            3    5     4  parent  Ljava/io/File;
            7   12     4       e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           2     5       6  Class java.io.IOException
    Exceptions:
      throws org.eclipse.jgit.api.errors.PatchApplyException
    MethodParameters:
        Name  Flags
      path    
      create  

  private void apply(java.io.File, org.eclipse.jgit.patch.FileHeader);
    descriptor: (Ljava/io/File;Lorg/eclipse/jgit/patch/FileHeader;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=20, args_size=3
        start local 0 // org.eclipse.jgit.api.ApplyCommand this
        start local 1 // java.io.File f
        start local 2 // org.eclipse.jgit.patch.FileHeader fh
         0: .line 163
            new org.eclipse.jgit.diff.RawText
            dup
            aload 1 /* f */
            invokespecial org.eclipse.jgit.diff.RawText.<init>:(Ljava/io/File;)V
            astore 3 /* rt */
        start local 3 // org.eclipse.jgit.diff.RawText rt
         1: .line 164
            new java.util.ArrayList
            dup
            aload 3 /* rt */
            invokevirtual org.eclipse.jgit.diff.RawText.size:()I
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 4 /* oldLines */
        start local 4 // java.util.List oldLines
         2: .line 165
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         3: goto 6
         4: .line 166
      StackMap locals: org.eclipse.jgit.diff.RawText java.util.List int
      StackMap stack:
            aload 4 /* oldLines */
            aload 3 /* rt */
            iload 5 /* i */
            invokevirtual org.eclipse.jgit.diff.RawText.getString:(I)Ljava/lang/String;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         5: .line 165
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 5 /* i */
            aload 3 /* rt */
            invokevirtual org.eclipse.jgit.diff.RawText.size:()I
            if_icmplt 4
        end local 5 // int i
         7: .line 167
            new java.util.ArrayList
            dup
            aload 4 /* oldLines */
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            astore 5 /* newLines */
        start local 5 // java.util.List newLines
         8: .line 168
            iconst_0
            istore 6 /* afterLastHunk */
        start local 6 // int afterLastHunk
         9: .line 169
            iconst_0
            istore 7 /* lineNumberShift */
        start local 7 // int lineNumberShift
        10: .line 170
            iconst_m1
            istore 8 /* lastHunkNewLine */
        start local 8 // int lastHunkNewLine
        11: .line 171
            aload 2 /* fh */
            invokevirtual org.eclipse.jgit.patch.FileHeader.getHunks:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 10
            goto 98
      StackMap locals: org.eclipse.jgit.api.ApplyCommand java.io.File org.eclipse.jgit.patch.FileHeader org.eclipse.jgit.diff.RawText java.util.List java.util.List int int int top java.util.Iterator
      StackMap stack:
        12: aload 10
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.eclipse.jgit.patch.HunkHeader
            astore 9 /* hh */
        start local 9 // org.eclipse.jgit.patch.HunkHeader hh
        13: .line 174
            aload 9 /* hh */
            invokevirtual org.eclipse.jgit.patch.HunkHeader.getNewStartLine:()I
            iload 8 /* lastHunkNewLine */
            if_icmpgt 17
        14: .line 175
            new org.eclipse.jgit.api.errors.PatchApplyException
            dup
        15: .line 176
            invokestatic org.eclipse.jgit.internal.JGitText.get:()Lorg/eclipse/jgit/internal/JGitText;
            getfield org.eclipse.jgit.internal.JGitText.patchApplyException:Ljava/lang/String;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 9 /* hh */
            aastore
            invokestatic java.text.MessageFormat.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        16: .line 175
            invokespecial org.eclipse.jgit.api.errors.PatchApplyException.<init>:(Ljava/lang/String;)V
            athrow
        17: .line 178
      StackMap locals: org.eclipse.jgit.api.ApplyCommand java.io.File org.eclipse.jgit.patch.FileHeader org.eclipse.jgit.diff.RawText java.util.List java.util.List int int int org.eclipse.jgit.patch.HunkHeader java.util.Iterator
      StackMap stack:
            aload 9 /* hh */
            invokevirtual org.eclipse.jgit.patch.HunkHeader.getNewStartLine:()I
            istore 8 /* lastHunkNewLine */
        18: .line 180
            aload 9 /* hh */
            invokevirtual org.eclipse.jgit.patch.HunkHeader.getEndOffset:()I
            aload 9 /* hh */
            invokevirtual org.eclipse.jgit.patch.HunkHeader.getStartOffset:()I
            isub
            newarray 8
            astore 11 /* b */
        start local 11 // byte[] b
        19: .line 181
            aload 9 /* hh */
            invokevirtual org.eclipse.jgit.patch.HunkHeader.getBuffer:()[B
            aload 9 /* hh */
            invokevirtual org.eclipse.jgit.patch.HunkHeader.getStartOffset:()I
            aload 11 /* b */
            iconst_0
        20: .line 182
            aload 11 /* b */
            arraylength
        21: .line 181
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        22: .line 183
            new org.eclipse.jgit.diff.RawText
            dup
            aload 11 /* b */
            invokespecial org.eclipse.jgit.diff.RawText.<init>:([B)V
            astore 12 /* hrt */
        start local 12 // org.eclipse.jgit.diff.RawText hrt
        23: .line 185
            new java.util.ArrayList
            dup
            aload 12 /* hrt */
            invokevirtual org.eclipse.jgit.diff.RawText.size:()I
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 13 /* hunkLines */
        start local 13 // java.util.List hunkLines
        24: .line 186
            iconst_0
            istore 14 /* i */
        start local 14 // int i
        25: goto 28
        26: .line 187
      StackMap locals: org.eclipse.jgit.api.ApplyCommand java.io.File org.eclipse.jgit.patch.FileHeader org.eclipse.jgit.diff.RawText java.util.List java.util.List int int int org.eclipse.jgit.patch.HunkHeader java.util.Iterator byte[] org.eclipse.jgit.diff.RawText java.util.List int
      StackMap stack:
            aload 13 /* hunkLines */
            aload 12 /* hrt */
            iload 14 /* i */
            invokevirtual org.eclipse.jgit.diff.RawText.getString:(I)Ljava/lang/String;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        27: .line 186
            iinc 14 /* i */ 1
      StackMap locals:
      StackMap stack:
        28: iload 14 /* i */
            aload 12 /* hrt */
            invokevirtual org.eclipse.jgit.diff.RawText.size:()I
            if_icmplt 26
        end local 14 // int i
        29: .line 190
            aload 9 /* hh */
            invokevirtual org.eclipse.jgit.patch.HunkHeader.getNewStartLine:()I
            ifne 37
        30: .line 192
            aload 2 /* fh */
            invokevirtual org.eclipse.jgit.patch.FileHeader.getHunks:()Ljava/util/List;
            invokeinterface java.util.List.size:()I
            iconst_1
            if_icmpne 34
        31: .line 193
            aload 0 /* this */
            aload 13 /* hunkLines */
            aload 5 /* newLines */
            iconst_0
            invokevirtual org.eclipse.jgit.api.ApplyCommand.canApplyAt:(Ljava/util/List;Ljava/util/List;I)Z
            ifeq 34
        32: .line 194
            aload 5 /* newLines */
            invokeinterface java.util.List.clear:()V
        33: .line 195
            goto 99
        34: .line 197
      StackMap locals:
      StackMap stack:
            new org.eclipse.jgit.api.errors.PatchApplyException
            dup
        35: .line 198
            invokestatic org.eclipse.jgit.internal.JGitText.get:()Lorg/eclipse/jgit/internal/JGitText;
            getfield org.eclipse.jgit.internal.JGitText.patchApplyException:Ljava/lang/String;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 9 /* hh */
            aastore
            invokestatic java.text.MessageFormat.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        36: .line 197
            invokespecial org.eclipse.jgit.api.errors.PatchApplyException.<init>:(Ljava/lang/String;)V
            athrow
        37: .line 202
      StackMap locals:
      StackMap stack:
            aload 9 /* hh */
            invokevirtual org.eclipse.jgit.patch.HunkHeader.getNewStartLine:()I
            iconst_1
            isub
            iload 7 /* lineNumberShift */
            iadd
            istore 14 /* applyAt */
        start local 14 // int applyAt
        38: .line 204
            iload 14 /* applyAt */
            iload 6 /* afterLastHunk */
            if_icmpge 41
            iload 7 /* lineNumberShift */
            ifge 41
        39: .line 205
            aload 9 /* hh */
            invokevirtual org.eclipse.jgit.patch.HunkHeader.getNewStartLine:()I
            iconst_1
            isub
            istore 14 /* applyAt */
        40: .line 206
            iconst_0
            istore 7 /* lineNumberShift */
        41: .line 208
      StackMap locals: int
      StackMap stack:
            iload 14 /* applyAt */
            iload 6 /* afterLastHunk */
            if_icmpge 45
        42: .line 209
            new org.eclipse.jgit.api.errors.PatchApplyException
            dup
        43: .line 210
            invokestatic org.eclipse.jgit.internal.JGitText.get:()Lorg/eclipse/jgit/internal/JGitText;
            getfield org.eclipse.jgit.internal.JGitText.patchApplyException:Ljava/lang/String;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 9 /* hh */
            aastore
            invokestatic java.text.MessageFormat.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        44: .line 209
            invokespecial org.eclipse.jgit.api.errors.PatchApplyException.<init>:(Ljava/lang/String;)V
            athrow
        45: .line 212
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 15 /* applies */
        start local 15 // boolean applies
        46: .line 213
            aload 9 /* hh */
            invokevirtual org.eclipse.jgit.patch.HunkHeader.getLinesContext:()I
        47: .line 214
            aload 9 /* hh */
            invokevirtual org.eclipse.jgit.patch.HunkHeader.getOldImage:()Lorg/eclipse/jgit/patch/HunkHeader$OldImage;
            invokevirtual org.eclipse.jgit.patch.HunkHeader$OldImage.getLinesDeleted:()I
        48: .line 213
            iadd
            istore 16 /* oldLinesInHunk */
        start local 16 // int oldLinesInHunk
        49: .line 215
            iload 16 /* oldLinesInHunk */
            iconst_1
            if_icmpgt 59
        50: .line 219
            aload 0 /* this */
            aload 13 /* hunkLines */
            aload 5 /* newLines */
            iload 14 /* applyAt */
            invokevirtual org.eclipse.jgit.api.ApplyCommand.canApplyAt:(Ljava/util/List;Ljava/util/List;I)Z
            istore 15 /* applies */
        51: .line 220
            iload 15 /* applies */
            ifne 79
            iload 7 /* lineNumberShift */
            ifeq 79
        52: .line 221
            aload 9 /* hh */
            invokevirtual org.eclipse.jgit.patch.HunkHeader.getNewStartLine:()I
            iconst_1
            isub
            istore 14 /* applyAt */
        53: .line 222
            iload 14 /* applyAt */
            iload 6 /* afterLastHunk */
            if_icmplt 56
        54: .line 223
            aload 0 /* this */
            aload 13 /* hunkLines */
            aload 5 /* newLines */
            iload 14 /* applyAt */
            invokevirtual org.eclipse.jgit.api.ApplyCommand.canApplyAt:(Ljava/util/List;Ljava/util/List;I)Z
            ifeq 56
        55: .line 222
            iconst_1
            goto 57
      StackMap locals: int int
      StackMap stack:
        56: iconst_0
      StackMap locals:
      StackMap stack: int
        57: istore 15 /* applies */
        58: .line 225
            goto 79
        59: .line 226
      StackMap locals:
      StackMap stack:
            iload 14 /* applyAt */
            iload 6 /* afterLastHunk */
            isub
            istore 17 /* maxShift */
        start local 17 // int maxShift
        60: .line 227
            iconst_0
            istore 18 /* shift */
        start local 18 // int shift
        61: goto 67
        62: .line 228
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 13 /* hunkLines */
            aload 5 /* newLines */
            iload 14 /* applyAt */
            iload 18 /* shift */
            isub
            invokevirtual org.eclipse.jgit.api.ApplyCommand.canApplyAt:(Ljava/util/List;Ljava/util/List;I)Z
            ifeq 66
        63: .line 229
            iconst_1
            istore 15 /* applies */
        64: .line 230
            iload 14 /* applyAt */
            iload 18 /* shift */
            isub
            istore 14 /* applyAt */
        65: .line 231
            goto 68
        66: .line 227
      StackMap locals:
      StackMap stack:
            iinc 18 /* shift */ 1
      StackMap locals:
      StackMap stack:
        67: iload 18 /* shift */
            iload 17 /* maxShift */
            if_icmple 62
        end local 18 // int shift
        68: .line 234
      StackMap locals:
      StackMap stack:
            iload 15 /* applies */
            ifne 79
        69: .line 236
            aload 9 /* hh */
            invokevirtual org.eclipse.jgit.patch.HunkHeader.getNewStartLine:()I
            iconst_1
            isub
            iload 7 /* lineNumberShift */
            iadd
            istore 14 /* applyAt */
        70: .line 237
            aload 5 /* newLines */
            invokeinterface java.util.List.size:()I
            iload 14 /* applyAt */
            isub
            iload 16 /* oldLinesInHunk */
            isub
            istore 17 /* maxShift */
        71: .line 238
            iconst_1
            istore 18 /* shift */
        start local 18 // int shift
        72: goto 78
        73: .line 239
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 13 /* hunkLines */
            aload 5 /* newLines */
            iload 14 /* applyAt */
            iload 18 /* shift */
            iadd
            invokevirtual org.eclipse.jgit.api.ApplyCommand.canApplyAt:(Ljava/util/List;Ljava/util/List;I)Z
            ifeq 77
        74: .line 240
            iconst_1
            istore 15 /* applies */
        75: .line 241
            iload 14 /* applyAt */
            iload 18 /* shift */
            iadd
            istore 14 /* applyAt */
        76: .line 242
            goto 79
        77: .line 238
      StackMap locals:
      StackMap stack:
            iinc 18 /* shift */ 1
      StackMap locals:
      StackMap stack:
        78: iload 18 /* shift */
            iload 17 /* maxShift */
            if_icmple 73
        end local 18 // int shift
        end local 17 // int maxShift
        79: .line 247
      StackMap locals:
      StackMap stack:
            iload 15 /* applies */
            ifne 83
        80: .line 248
            new org.eclipse.jgit.api.errors.PatchApplyException
            dup
        81: .line 249
            invokestatic org.eclipse.jgit.internal.JGitText.get:()Lorg/eclipse/jgit/internal/JGitText;
            getfield org.eclipse.jgit.internal.JGitText.patchApplyException:Ljava/lang/String;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 9 /* hh */
            aastore
            invokestatic java.text.MessageFormat.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        82: .line 248
            invokespecial org.eclipse.jgit.api.errors.PatchApplyException.<init>:(Ljava/lang/String;)V
            athrow
        83: .line 253
      StackMap locals:
      StackMap stack:
            iload 14 /* applyAt */
            aload 9 /* hh */
            invokevirtual org.eclipse.jgit.patch.HunkHeader.getNewStartLine:()I
            isub
            iconst_1
            iadd
            istore 7 /* lineNumberShift */
        84: .line 254
            aload 13 /* hunkLines */
            invokeinterface java.util.List.size:()I
            istore 17 /* sz */
        start local 17 // int sz
        85: .line 255
            iconst_1
            istore 18 /* j */
        start local 18 // int j
        86: goto 96
        87: .line 256
      StackMap locals: int int
      StackMap stack:
            aload 13 /* hunkLines */
            iload 18 /* j */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.String
            astore 19 /* hunkLine */
        start local 19 // java.lang.String hunkLine
        88: .line 257
            aload 19 /* hunkLine */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            lookupswitch { // 3
                   32: 89
                   43: 93
                   45: 91
              default: 95
          }
        89: .line 259
      StackMap locals: java.lang.String
      StackMap stack:
            iinc 14 /* applyAt */ 1
        90: .line 260
            goto 95
        91: .line 262
      StackMap locals:
      StackMap stack:
            aload 5 /* newLines */
            iload 14 /* applyAt */
            invokeinterface java.util.List.remove:(I)Ljava/lang/Object;
            pop
        92: .line 263
            goto 95
        93: .line 265
      StackMap locals:
      StackMap stack:
            aload 5 /* newLines */
            iload 14 /* applyAt */
            iinc 14 /* applyAt */ 1
            aload 19 /* hunkLine */
            iconst_1
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            invokeinterface java.util.List.add:(ILjava/lang/Object;)V
        94: .line 266
            goto 95
        end local 19 // java.lang.String hunkLine
        95: .line 255
      StackMap locals:
      StackMap stack:
            iinc 18 /* j */ 1
      StackMap locals:
      StackMap stack:
        96: iload 18 /* j */
            iload 17 /* sz */
            if_icmplt 87
        end local 18 // int j
        97: .line 271
            iload 14 /* applyAt */
            istore 6 /* afterLastHunk */
        end local 17 // int sz
        end local 16 // int oldLinesInHunk
        end local 15 // boolean applies
        end local 14 // int applyAt
        end local 13 // java.util.List hunkLines
        end local 12 // org.eclipse.jgit.diff.RawText hrt
        end local 11 // byte[] b
        end local 9 // org.eclipse.jgit.patch.HunkHeader hh
        98: .line 171
      StackMap locals: org.eclipse.jgit.api.ApplyCommand java.io.File org.eclipse.jgit.patch.FileHeader org.eclipse.jgit.diff.RawText java.util.List java.util.List int int int top java.util.Iterator
      StackMap stack:
            aload 10
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 12
        99: .line 273
      StackMap locals: org.eclipse.jgit.api.ApplyCommand java.io.File org.eclipse.jgit.patch.FileHeader org.eclipse.jgit.diff.RawText java.util.List java.util.List int int int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* fh */
            invokevirtual org.eclipse.jgit.api.ApplyCommand.isNoNewlineAtEndOfFile:(Lorg/eclipse/jgit/patch/FileHeader;)Z
            ifne 101
       100: .line 274
            aload 5 /* newLines */
            ldc ""
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
       101: .line 276
      StackMap locals:
      StackMap stack:
            aload 3 /* rt */
            invokevirtual org.eclipse.jgit.diff.RawText.isMissingNewlineAtEnd:()Z
            ifne 103
       102: .line 277
            aload 4 /* oldLines */
            ldc ""
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
       103: .line 279
      StackMap locals:
      StackMap stack:
            aload 4 /* oldLines */
            aload 5 /* newLines */
            invokestatic org.eclipse.jgit.api.ApplyCommand.isChanged:(Ljava/util/List;Ljava/util/List;)Z
            ifne 105
       104: .line 280
            return
       105: .line 282
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 9
            aconst_null
            astore 10
       106: aload 1 /* f */
            invokevirtual java.io.File.toPath:()Ljava/nio/file/Path;
            iconst_0
            anewarray java.nio.file.OpenOption
            invokestatic java.nio.file.Files.newBufferedWriter:(Ljava/nio/file/Path;[Ljava/nio/file/OpenOption;)Ljava/io/BufferedWriter;
            astore 11 /* fw */
        start local 11 // java.io.Writer fw
       107: .line 283
            aload 5 /* newLines */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 12 /* l */
        start local 12 // java.util.Iterator l
       108: goto 112
       109: .line 284
      StackMap locals: org.eclipse.jgit.api.ApplyCommand java.io.File org.eclipse.jgit.patch.FileHeader org.eclipse.jgit.diff.RawText java.util.List java.util.List int int int java.lang.Throwable java.lang.Throwable java.io.Writer java.util.Iterator
      StackMap stack:
            aload 11 /* fw */
            aload 12 /* l */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual java.io.Writer.write:(Ljava/lang/String;)V
       110: .line 285
            aload 12 /* l */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifeq 112
       111: .line 288
            aload 11 /* fw */
            bipush 10
            invokevirtual java.io.Writer.write:(I)V
       112: .line 283
      StackMap locals:
      StackMap stack:
            aload 12 /* l */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 109
        end local 12 // java.util.Iterator l
       113: .line 291
            aload 11 /* fw */
            ifnull 119
            aload 11 /* fw */
            invokevirtual java.io.Writer.close:()V
            goto 119
      StackMap locals: org.eclipse.jgit.api.ApplyCommand java.io.File org.eclipse.jgit.patch.FileHeader org.eclipse.jgit.diff.RawText java.util.List java.util.List int int int java.lang.Throwable java.lang.Throwable java.io.Writer
      StackMap stack: java.lang.Throwable
       114: astore 9
            aload 11 /* fw */
            ifnull 115
            aload 11 /* fw */
            invokevirtual java.io.Writer.close:()V
        end local 11 // java.io.Writer fw
      StackMap locals:
      StackMap stack:
       115: aload 9
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
       116: astore 10
            aload 9
            ifnonnull 117
            aload 10
            astore 9
            goto 118
      StackMap locals:
      StackMap stack:
       117: aload 9
            aload 10
            if_acmpeq 118
            aload 9
            aload 10
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
       118: aload 9
            athrow
       119: .line 292
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.api.ApplyCommand.getRepository:()Lorg/eclipse/jgit/lib/Repository;
            invokevirtual org.eclipse.jgit.lib.Repository.getFS:()Lorg/eclipse/jgit/util/FS;
            aload 1 /* f */
            aload 2 /* fh */
            invokevirtual org.eclipse.jgit.patch.FileHeader.getNewMode:()Lorg/eclipse/jgit/lib/FileMode;
            getstatic org.eclipse.jgit.lib.FileMode.EXECUTABLE_FILE:Lorg/eclipse/jgit/lib/FileMode;
            if_acmpne 120
            iconst_1
            goto 121
      StackMap locals: org.eclipse.jgit.api.ApplyCommand java.io.File org.eclipse.jgit.patch.FileHeader org.eclipse.jgit.diff.RawText java.util.List java.util.List int int int
      StackMap stack: org.eclipse.jgit.util.FS java.io.File
       120: iconst_0
      StackMap locals: org.eclipse.jgit.api.ApplyCommand java.io.File org.eclipse.jgit.patch.FileHeader org.eclipse.jgit.diff.RawText java.util.List java.util.List int int int
      StackMap stack: org.eclipse.jgit.util.FS java.io.File int
       121: invokevirtual org.eclipse.jgit.util.FS.setExecute:(Ljava/io/File;Z)Z
            pop
       122: .line 293
            return
        end local 8 // int lastHunkNewLine
        end local 7 // int lineNumberShift
        end local 6 // int afterLastHunk
        end local 5 // java.util.List newLines
        end local 4 // java.util.List oldLines
        end local 3 // org.eclipse.jgit.diff.RawText rt
        end local 2 // org.eclipse.jgit.patch.FileHeader fh
        end local 1 // java.io.File f
        end local 0 // org.eclipse.jgit.api.ApplyCommand this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0  123     0             this  Lorg/eclipse/jgit/api/ApplyCommand;
            0  123     1                f  Ljava/io/File;
            0  123     2               fh  Lorg/eclipse/jgit/patch/FileHeader;
            1  123     3               rt  Lorg/eclipse/jgit/diff/RawText;
            2  123     4         oldLines  Ljava/util/List<Ljava/lang/String;>;
            3    7     5                i  I
            8  123     5         newLines  Ljava/util/List<Ljava/lang/String;>;
            9  123     6    afterLastHunk  I
           10  123     7  lineNumberShift  I
           11  123     8  lastHunkNewLine  I
           13   98     9               hh  Lorg/eclipse/jgit/patch/HunkHeader;
           19   98    11                b  [B
           23   98    12              hrt  Lorg/eclipse/jgit/diff/RawText;
           24   98    13        hunkLines  Ljava/util/List<Ljava/lang/String;>;
           25   29    14                i  I
           38   98    14          applyAt  I
           46   98    15          applies  Z
           49   98    16   oldLinesInHunk  I
           60   79    17         maxShift  I
           61   68    18            shift  I
           72   79    18            shift  I
           85   98    17               sz  I
           86   97    18                j  I
           88   95    19         hunkLine  Ljava/lang/String;
          107  115    11               fw  Ljava/io/Writer;
          108  113    12                l  Ljava/util/Iterator<Ljava/lang/String;>;
      Exception table:
        from    to  target  type
         107   113     114  any
         106   116     116  any
    Exceptions:
      throws java.io.IOException, org.eclipse.jgit.api.errors.PatchApplyException
    MethodParameters:
      Name  Flags
      f     
      fh    

  private boolean canApplyAt(java.util.List<java.lang.String>, java.util.List<java.lang.String>, );
    descriptor: (Ljava/util/List;Ljava/util/List;I)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=9, args_size=4
        start local 0 // org.eclipse.jgit.api.ApplyCommand this
        start local 1 // java.util.List hunkLines
        start local 2 // java.util.List newLines
        start local 3 // int line
         0: .line 297
            aload 1 /* hunkLines */
            invokeinterface java.util.List.size:()I
            istore 4 /* sz */
        start local 4 // int sz
         1: .line 298
            aload 2 /* newLines */
            invokeinterface java.util.List.size:()I
            istore 5 /* limit */
        start local 5 // int limit
         2: .line 299
            iload 3 /* line */
            istore 6 /* pos */
        start local 6 // int pos
         3: .line 300
            iconst_1
            istore 7 /* j */
        start local 7 // int j
         4: goto 13
         5: .line 301
      StackMap locals: org.eclipse.jgit.api.ApplyCommand java.util.List java.util.List int int int int int
      StackMap stack:
            aload 1 /* hunkLines */
            iload 7 /* j */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.String
            astore 8 /* hunkLine */
        start local 8 // java.lang.String hunkLine
         6: .line 302
            aload 8 /* hunkLine */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            lookupswitch { // 2
                   32: 7
                   45: 7
              default: 12
          }
         7: .line 305
      StackMap locals: java.lang.String
      StackMap stack:
            iload 6 /* pos */
            iload 5 /* limit */
            if_icmpge 9
         8: .line 306
            aload 2 /* newLines */
            iload 6 /* pos */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.String
            aload 8 /* hunkLine */
            iconst_1
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 10
         9: .line 307
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        10: .line 309
      StackMap locals:
      StackMap stack:
            iinc 6 /* pos */ 1
        11: .line 310
            goto 12
        end local 8 // java.lang.String hunkLine
        12: .line 300
      StackMap locals:
      StackMap stack:
            iinc 7 /* j */ 1
      StackMap locals:
      StackMap stack:
        13: iload 7 /* j */
            iload 4 /* sz */
            if_icmplt 5
        end local 7 // int j
        14: .line 315
            iconst_1
            ireturn
        end local 6 // int pos
        end local 5 // int limit
        end local 4 // int sz
        end local 3 // int line
        end local 2 // java.util.List newLines
        end local 1 // java.util.List hunkLines
        end local 0 // org.eclipse.jgit.api.ApplyCommand this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   15     0       this  Lorg/eclipse/jgit/api/ApplyCommand;
            0   15     1  hunkLines  Ljava/util/List<Ljava/lang/String;>;
            0   15     2   newLines  Ljava/util/List<Ljava/lang/String;>;
            0   15     3       line  I
            1   15     4         sz  I
            2   15     5      limit  I
            3   15     6        pos  I
            4   14     7          j  I
            6   12     8   hunkLine  Ljava/lang/String;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Ljava/util/List<Ljava/lang/String;>;I)Z
    MethodParameters:
           Name  Flags
      hunkLines  
      newLines   
      line       

  private static boolean isChanged(java.util.List<java.lang.String>, java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;Ljava/util/List;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // java.util.List ol
        start local 1 // java.util.List nl
         0: .line 319
            aload 0 /* ol */
            invokeinterface java.util.List.size:()I
            aload 1 /* nl */
            invokeinterface java.util.List.size:()I
            if_icmpeq 2
         1: .line 320
            iconst_1
            ireturn
         2: .line 321
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 7
         4: .line 322
      StackMap locals: int
      StackMap stack:
            aload 0 /* ol */
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.String
            aload 1 /* nl */
            iload 2 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 6
         5: .line 323
            iconst_1
            ireturn
         6: .line 321
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            aload 0 /* ol */
            invokeinterface java.util.List.size:()I
            if_icmplt 4
        end local 2 // int i
         8: .line 324
            iconst_0
            ireturn
        end local 1 // java.util.List nl
        end local 0 // java.util.List ol
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0    ol  Ljava/util/List<Ljava/lang/String;>;
            0    9     1    nl  Ljava/util/List<Ljava/lang/String;>;
            3    8     2     i  I
    Signature: (Ljava/util/List<Ljava/lang/String;>;Ljava/util/List<Ljava/lang/String;>;)Z
    MethodParameters:
      Name  Flags
      ol    
      nl    

  private boolean isNoNewlineAtEndOfFile(org.eclipse.jgit.patch.FileHeader);
    descriptor: (Lorg/eclipse/jgit/patch/FileHeader;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // org.eclipse.jgit.api.ApplyCommand this
        start local 1 // org.eclipse.jgit.patch.FileHeader fh
         0: .line 328
            aload 1 /* fh */
            invokevirtual org.eclipse.jgit.patch.FileHeader.getHunks:()Ljava/util/List;
            astore 2 /* hunks */
        start local 2 // java.util.List hunks
         1: .line 329
            aload 2 /* hunks */
            ifnull 2
            aload 2 /* hunks */
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 3
         2: .line 330
      StackMap locals: java.util.List
      StackMap stack:
            iconst_0
            ireturn
         3: .line 332
      StackMap locals:
      StackMap stack:
            aload 2 /* hunks */
            aload 2 /* hunks */
            invokeinterface java.util.List.size:()I
            iconst_1
            isub
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.eclipse.jgit.patch.HunkHeader
            astore 3 /* lastHunk */
        start local 3 // org.eclipse.jgit.patch.HunkHeader lastHunk
         4: .line 333
            new org.eclipse.jgit.diff.RawText
            dup
            aload 3 /* lastHunk */
            invokevirtual org.eclipse.jgit.patch.HunkHeader.getBuffer:()[B
            invokespecial org.eclipse.jgit.diff.RawText.<init>:([B)V
            astore 4 /* lhrt */
        start local 4 // org.eclipse.jgit.diff.RawText lhrt
         5: .line 334
            aload 4 /* lhrt */
            aload 4 /* lhrt */
            invokevirtual org.eclipse.jgit.diff.RawText.size:()I
            iconst_1
            isub
            invokevirtual org.eclipse.jgit.diff.RawText.getString:(I)Ljava/lang/String;
         6: .line 335
            ldc "\\ No newline at end of file"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
         7: .line 334
            ireturn
        end local 4 // org.eclipse.jgit.diff.RawText lhrt
        end local 3 // org.eclipse.jgit.patch.HunkHeader lastHunk
        end local 2 // java.util.List hunks
        end local 1 // org.eclipse.jgit.patch.FileHeader fh
        end local 0 // org.eclipse.jgit.api.ApplyCommand this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/eclipse/jgit/api/ApplyCommand;
            0    8     1        fh  Lorg/eclipse/jgit/patch/FileHeader;
            1    8     2     hunks  Ljava/util/List<+Lorg/eclipse/jgit/patch/HunkHeader;>;
            4    8     3  lastHunk  Lorg/eclipse/jgit/patch/HunkHeader;
            5    8     4      lhrt  Lorg/eclipse/jgit/diff/RawText;
    MethodParameters:
      Name  Flags
      fh    

  public java.lang.Object call();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.jgit.api.ApplyCommand.call:()Lorg/eclipse/jgit/api/ApplyResult;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws org.eclipse.jgit.api.errors.GitAPIException

  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 43
            getstatic org.eclipse.jgit.api.ApplyCommand.$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.api.ApplyCommand.$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: Lorg/eclipse/jgit/api/GitCommand<Lorg/eclipse/jgit/api/ApplyResult;>;
SourceFile: "ApplyCommand.java"
InnerClasses:
  public final ChangeType = org.eclipse.jgit.diff.DiffEntry$ChangeType of org.eclipse.jgit.diff.DiffEntry
  public abstract OldImage = org.eclipse.jgit.patch.HunkHeader$OldImage of org.eclipse.jgit.patch.HunkHeader