class net.sourceforge.cobertura.instrument.InstrumentMain$LoggerWrapper
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: net.sourceforge.cobertura.instrument.InstrumentMain$LoggerWrapper
  super_class: java.lang.Object
{
  private final org.slf4j.Logger logger;
    descriptor: Lorg/slf4j/Logger;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private boolean failOnError;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.sourceforge.cobertura.instrument.InstrumentMain$LoggerWrapper this
         0: .line 164
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 165
            aload 0 /* this */
         2: .line 166
            ldc Lnet/sourceforge/cobertura/instrument/InstrumentMain;
            invokestatic org.slf4j.LoggerFactory.getLogger:(Ljava/lang/Class;)Lorg/slf4j/Logger;
            putfield net.sourceforge.cobertura.instrument.InstrumentMain$LoggerWrapper.logger:Lorg/slf4j/Logger;
         3: .line 167
            aload 0 /* this */
            iconst_0
            putfield net.sourceforge.cobertura.instrument.InstrumentMain$LoggerWrapper.failOnError:Z
         4: .line 164
            return
        end local 0 // net.sourceforge.cobertura.instrument.InstrumentMain$LoggerWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lnet/sourceforge/cobertura/instrument/InstrumentMain$LoggerWrapper;

  public void setFailOnError(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.sourceforge.cobertura.instrument.InstrumentMain$LoggerWrapper this
        start local 1 // boolean failOnError
         0: .line 170
            aload 0 /* this */
            iload 1 /* failOnError */
            putfield net.sourceforge.cobertura.instrument.InstrumentMain$LoggerWrapper.failOnError:Z
         1: .line 171
            return
        end local 1 // boolean failOnError
        end local 0 // net.sourceforge.cobertura.instrument.InstrumentMain$LoggerWrapper this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lnet/sourceforge/cobertura/instrument/InstrumentMain$LoggerWrapper;
            0    2     1  failOnError  Z
    MethodParameters:
             Name  Flags
      failOnError  

  public void debug(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.sourceforge.cobertura.instrument.InstrumentMain$LoggerWrapper this
        start local 1 // java.lang.String message
         0: .line 174
            aload 0 /* this */
            getfield net.sourceforge.cobertura.instrument.InstrumentMain$LoggerWrapper.logger:Lorg/slf4j/Logger;
            aload 1 /* message */
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;)V
         1: .line 175
            return
        end local 1 // java.lang.String message
        end local 0 // net.sourceforge.cobertura.instrument.InstrumentMain$LoggerWrapper this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lnet/sourceforge/cobertura/instrument/InstrumentMain$LoggerWrapper;
            0    2     1  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      message  

  public void debug(java.lang.String, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.sourceforge.cobertura.instrument.InstrumentMain$LoggerWrapper this
        start local 1 // java.lang.String message
        start local 2 // java.lang.Throwable t
         0: .line 178
            aload 0 /* this */
            getfield net.sourceforge.cobertura.instrument.InstrumentMain$LoggerWrapper.logger:Lorg/slf4j/Logger;
            aload 1 /* message */
            aload 2 /* t */
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 179
            return
        end local 2 // java.lang.Throwable t
        end local 1 // java.lang.String message
        end local 0 // net.sourceforge.cobertura.instrument.InstrumentMain$LoggerWrapper this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lnet/sourceforge/cobertura/instrument/InstrumentMain$LoggerWrapper;
            0    2     1  message  Ljava/lang/String;
            0    2     2        t  Ljava/lang/Throwable;
    MethodParameters:
         Name  Flags
      message  
      t        

  public void info(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.sourceforge.cobertura.instrument.InstrumentMain$LoggerWrapper this
        start local 1 // java.lang.String message
         0: .line 182
            aload 0 /* this */
            getfield net.sourceforge.cobertura.instrument.InstrumentMain$LoggerWrapper.logger:Lorg/slf4j/Logger;
            aload 1 /* message */
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;)V
         1: .line 183
            return
        end local 1 // java.lang.String message
        end local 0 // net.sourceforge.cobertura.instrument.InstrumentMain$LoggerWrapper this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lnet/sourceforge/cobertura/instrument/InstrumentMain$LoggerWrapper;
            0    2     1  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      message  

  public void warn(java.lang.String, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // net.sourceforge.cobertura.instrument.InstrumentMain$LoggerWrapper this
        start local 1 // java.lang.String message
        start local 2 // java.lang.Throwable t
         0: .line 186
            aload 0 /* this */
            getfield net.sourceforge.cobertura.instrument.InstrumentMain$LoggerWrapper.logger:Lorg/slf4j/Logger;
            aload 1 /* message */
            aload 2 /* t */
            invokeinterface org.slf4j.Logger.warn:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 187
            aload 0 /* this */
            getfield net.sourceforge.cobertura.instrument.InstrumentMain$LoggerWrapper.failOnError:Z
            ifeq 5
         2: .line 188
            new java.lang.RuntimeException
            dup
         3: .line 189
            ldc "Warning detected and failOnError is true"
            aload 2 /* t */
         4: .line 188
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
         5: .line 191
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Throwable t
        end local 1 // java.lang.String message
        end local 0 // net.sourceforge.cobertura.instrument.InstrumentMain$LoggerWrapper this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lnet/sourceforge/cobertura/instrument/InstrumentMain$LoggerWrapper;
            0    6     1  message  Ljava/lang/String;
            0    6     2        t  Ljava/lang/Throwable;
    MethodParameters:
         Name  Flags
      message  
      t        
}
SourceFile: "InstrumentMain.java"
NestHost: net.sourceforge.cobertura.instrument.InstrumentMain
InnerClasses:
  private LoggerWrapper = net.sourceforge.cobertura.instrument.InstrumentMain$LoggerWrapper of net.sourceforge.cobertura.instrument.InstrumentMain