class org.eclipse.jgit.transport.ReceivePack$3 extends org.eclipse.jgit.transport.ReceivePack$Reporter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jgit.transport.ReceivePack$3
  super_class: org.eclipse.jgit.transport.ReceivePack$Reporter
{
  final org.eclipse.jgit.transport.ReceivePack this$0;
    descriptor: Lorg/eclipse/jgit/transport/ReceivePack;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.eclipse.jgit.transport.ReceivePack);
    descriptor: (Lorg/eclipse/jgit/transport/ReceivePack;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.transport.ReceivePack$3 this
         0: .line 1775
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jgit.transport.ReceivePack$3.this$0:Lorg/eclipse/jgit/transport/ReceivePack;
            aload 0 /* this */
            invokespecial org.eclipse.jgit.transport.ReceivePack$Reporter.<init>:()V
            return
        end local 0 // org.eclipse.jgit.transport.ReceivePack$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/transport/ReceivePack$3;
    MethodParameters:
        Name  Flags
      this$0  final

  void sendString(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.transport.ReceivePack$3 this
        start local 1 // java.lang.String s
         0: .line 1778
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.ReceivePack$3.this$0:Lorg/eclipse/jgit/transport/ReceivePack;
            getfield org.eclipse.jgit.transport.ReceivePack.reportStatus:Z
            ifeq 3
         1: .line 1779
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.ReceivePack$3.this$0:Lorg/eclipse/jgit/transport/ReceivePack;
            getfield org.eclipse.jgit.transport.ReceivePack.pckOut:Lorg/eclipse/jgit/transport/PacketLineOut;
            new java.lang.StringBuilder
            dup
            aload 1 /* s */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual org.eclipse.jgit.transport.PacketLineOut.writeString:(Ljava/lang/String;)V
         2: .line 1780
            goto 5
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield org.eclipse.jgit.transport.ReceivePack$3.this$0:Lorg/eclipse/jgit/transport/ReceivePack;
            getfield org.eclipse.jgit.transport.ReceivePack.msgOut:Ljava/io/OutputStream;
            ifnull 5
         4: .line 1781
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.ReceivePack$3.this$0:Lorg/eclipse/jgit/transport/ReceivePack;
            getfield org.eclipse.jgit.transport.ReceivePack.msgOut:Ljava/io/OutputStream;
            new java.lang.StringBuilder
            dup
            aload 1 /* s */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic org.eclipse.jgit.lib.Constants.encode:(Ljava/lang/String;)[B
            invokevirtual java.io.OutputStream.write:([B)V
         5: .line 1783
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String s
        end local 0 // org.eclipse.jgit.transport.ReceivePack$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/jgit/transport/ReceivePack$3;
            0    6     1     s  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     
}
SourceFile: "ReceivePack.java"
EnclosingMethod: org.eclipse.jgit.transport.ReceivePack.sendStatusReport:(Ljava/lang/Throwable;)V
NestHost: org.eclipse.jgit.transport.ReceivePack
InnerClasses:
  org.eclipse.jgit.transport.ReceivePack$3
  abstract Reporter = org.eclipse.jgit.transport.ReceivePack$Reporter of org.eclipse.jgit.transport.ReceivePack