public class net.sourceforge.cobertura.dsl.Arguments
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.sourceforge.cobertura.dsl.Arguments
  super_class: java.lang.Object
{
  private java.lang.String baseDirectory;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.io.File dataFile;
    descriptor: Ljava/io/File;
    flags: (0x0002) ACC_PRIVATE

  private java.io.File destinationDirectory;
    descriptor: Ljava/io/File;
    flags: (0x0002) ACC_PRIVATE

  private java.io.File commandsFile;
    descriptor: Ljava/io/File;
    flags: (0x0002) ACC_PRIVATE

  private net.sourceforge.cobertura.util.FileFinder sources;
    descriptor: Lnet/sourceforge/cobertura/util/FileFinder;
    flags: (0x0002) ACC_PRIVATE

  private java.util.Collection ignoreRegexes;
    descriptor: Ljava/util/Collection;
    flags: (0x0002) ACC_PRIVATE

  private java.util.Collection<org.apache.oro.text.regex.Pattern> ignoreBranchesRegexes;
    descriptor: Ljava/util/Collection;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Collection<Lorg/apache/oro/text/regex/Pattern;>;

  private java.util.Collection<org.apache.oro.text.regex.Pattern> classPatternIncludeClassesRegexes;
    descriptor: Ljava/util/Collection;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Collection<Lorg/apache/oro/text/regex/Pattern;>;

  private java.util.Collection<org.apache.oro.text.regex.Pattern> classPatternExcludeClassesRegexes;
    descriptor: Ljava/util/Collection;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Collection<Lorg/apache/oro/text/regex/Pattern;>;

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

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

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

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

  private java.lang.String encoding;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.util.Set<net.sourceforge.cobertura.check.CoverageThreshold> minimumCoverageThresholds;
    descriptor: Ljava/util/Set;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Set<Lnet/sourceforge/cobertura/check/CoverageThreshold;>;

  private double classLineThreshold;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double classBranchThreshold;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double packageLineThreshold;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double packageBranchThreshold;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double totalLineThreshold;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double totalBranchThreshold;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private java.util.Set<net.sourceforge.cobertura.instrument.CoberturaFile> filesToInstrument;
    descriptor: Ljava/util/Set;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Set<Lnet/sourceforge/cobertura/instrument/CoberturaFile;>;

  private java.util.Set<java.io.File> filesToMerge;
    descriptor: Ljava/util/Set;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Set<Ljava/io/File;>;

  private java.util.Set<java.lang.String> ignoreMethodAnnotations;
    descriptor: Ljava/util/Set;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Set<Ljava/lang/String;>;

  private java.util.Set<java.lang.String> ignoreClassAnnotations;
    descriptor: Ljava/util/Set;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Set<Ljava/lang/String;>;

  void <init>(java.lang.String, java.io.File, java.io.File, java.io.File, java.util.Collection, java.util.Collection<org.apache.oro.text.regex.Pattern>, java.util.Collection<org.apache.oro.text.regex.Pattern>, java.util.Collection<org.apache.oro.text.regex.Pattern>, boolean, boolean, boolean, boolean, java.lang.String, java.util.Set<net.sourceforge.cobertura.check.CoverageThreshold>, double, double, double, double, double, double, java.util.Set<net.sourceforge.cobertura.instrument.CoberturaFile>, java.util.Set<java.io.File>, java.util.Set<java.lang.String>, java.util.Set<java.lang.String>, net.sourceforge.cobertura.util.FileFinder);
    descriptor: (Ljava/lang/String;Ljava/io/File;Ljava/io/File;Ljava/io/File;Ljava/util/Collection;Ljava/util/Collection;Ljava/util/Collection;Ljava/util/Collection;ZZZZLjava/lang/String;Ljava/util/Set;DDDDDDLjava/util/Set;Ljava/util/Set;Ljava/util/Set;Ljava/util/Set;Lnet/sourceforge/cobertura/util/FileFinder;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=32, args_size=26
        start local 0 // net.sourceforge.cobertura.dsl.Arguments this
        start local 1 // java.lang.String baseDirectory
        start local 2 // java.io.File dataFile
        start local 3 // java.io.File destinationDirectory
        start local 4 // java.io.File commandsFile
        start local 5 // java.util.Collection ignoreRegexes
        start local 6 // java.util.Collection ignoreBranchesRegexes
        start local 7 // java.util.Collection classPatternIncludeClassesRegexes
        start local 8 // java.util.Collection classPatternExcludeClassesRegexes
        start local 9 // boolean calculateMethodComplexity
        start local 10 // boolean failOnError
        start local 11 // boolean ignoreTrivial
        start local 12 // boolean threadsafeRigorous
        start local 13 // java.lang.String encoding
        start local 14 // java.util.Set minimumCoverageThresholds
        start local 15 // double classLineThreshold
        start local 17 // double classBranchThreshold
        start local 19 // double packageLineThreshold
        start local 21 // double packageBranchThreshold
        start local 23 // double totalLineThreshold
        start local 25 // double totalBranchThreshold
        start local 27 // java.util.Set filesToInstrument
        start local 28 // java.util.Set filesToMerge
        start local 29 // java.util.Set ignoreMethodAnnotations
        start local 30 // java.util.Set ignoreClassAnnotations
        start local 31 // net.sourceforge.cobertura.util.FileFinder sources
         0: .line 66
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 81
            aload 0 /* this */
            aload 1 /* baseDirectory */
            putfield net.sourceforge.cobertura.dsl.Arguments.baseDirectory:Ljava/lang/String;
         2: .line 82
            aload 0 /* this */
            aload 2 /* dataFile */
            putfield net.sourceforge.cobertura.dsl.Arguments.dataFile:Ljava/io/File;
         3: .line 83
            aload 0 /* this */
            aload 3 /* destinationDirectory */
            putfield net.sourceforge.cobertura.dsl.Arguments.destinationDirectory:Ljava/io/File;
         4: .line 84
            aload 0 /* this */
            aload 4 /* commandsFile */
            putfield net.sourceforge.cobertura.dsl.Arguments.commandsFile:Ljava/io/File;
         5: .line 85
            aload 0 /* this */
            aload 5 /* ignoreRegexes */
            putfield net.sourceforge.cobertura.dsl.Arguments.ignoreRegexes:Ljava/util/Collection;
         6: .line 86
            aload 0 /* this */
            aload 31 /* sources */
            putfield net.sourceforge.cobertura.dsl.Arguments.sources:Lnet/sourceforge/cobertura/util/FileFinder;
         7: .line 87
            aload 0 /* this */
         8: .line 88
            aload 6 /* ignoreBranchesRegexes */
            invokestatic java.util.Collections.unmodifiableCollection:(Ljava/util/Collection;)Ljava/util/Collection;
         9: .line 87
            putfield net.sourceforge.cobertura.dsl.Arguments.ignoreBranchesRegexes:Ljava/util/Collection;
        10: .line 89
            aload 0 /* this */
        11: .line 90
            aload 7 /* classPatternIncludeClassesRegexes */
            invokestatic java.util.Collections.unmodifiableCollection:(Ljava/util/Collection;)Ljava/util/Collection;
        12: .line 89
            putfield net.sourceforge.cobertura.dsl.Arguments.classPatternIncludeClassesRegexes:Ljava/util/Collection;
        13: .line 91
            aload 0 /* this */
        14: .line 92
            aload 8 /* classPatternExcludeClassesRegexes */
            invokestatic java.util.Collections.unmodifiableCollection:(Ljava/util/Collection;)Ljava/util/Collection;
        15: .line 91
            putfield net.sourceforge.cobertura.dsl.Arguments.classPatternExcludeClassesRegexes:Ljava/util/Collection;
        16: .line 93
            aload 0 /* this */
            iload 9 /* calculateMethodComplexity */
            putfield net.sourceforge.cobertura.dsl.Arguments.calculateMethodComplexity:Z
        17: .line 94
            aload 0 /* this */
            iload 10 /* failOnError */
            putfield net.sourceforge.cobertura.dsl.Arguments.failOnError:Z
        18: .line 95
            aload 0 /* this */
            iload 11 /* ignoreTrivial */
            putfield net.sourceforge.cobertura.dsl.Arguments.ignoreTrivial:Z
        19: .line 96
            aload 0 /* this */
            iload 12 /* threadsafeRigorous */
            putfield net.sourceforge.cobertura.dsl.Arguments.threadsafeRigorous:Z
        20: .line 97
            aload 0 /* this */
            aload 13 /* encoding */
            putfield net.sourceforge.cobertura.dsl.Arguments.encoding:Ljava/lang/String;
        21: .line 98
            aload 0 /* this */
        22: .line 99
            aload 14 /* minimumCoverageThresholds */
            invokestatic java.util.Collections.unmodifiableSet:(Ljava/util/Set;)Ljava/util/Set;
        23: .line 98
            putfield net.sourceforge.cobertura.dsl.Arguments.minimumCoverageThresholds:Ljava/util/Set;
        24: .line 100
            aload 0 /* this */
            dload 15 /* classLineThreshold */
            putfield net.sourceforge.cobertura.dsl.Arguments.classLineThreshold:D
        25: .line 101
            aload 0 /* this */
            dload 17 /* classBranchThreshold */
            putfield net.sourceforge.cobertura.dsl.Arguments.classBranchThreshold:D
        26: .line 102
            aload 0 /* this */
            dload 19 /* packageLineThreshold */
            putfield net.sourceforge.cobertura.dsl.Arguments.packageLineThreshold:D
        27: .line 103
            aload 0 /* this */
            dload 21 /* packageBranchThreshold */
            putfield net.sourceforge.cobertura.dsl.Arguments.packageBranchThreshold:D
        28: .line 104
            aload 0 /* this */
            dload 23 /* totalLineThreshold */
            putfield net.sourceforge.cobertura.dsl.Arguments.totalLineThreshold:D
        29: .line 105
            aload 0 /* this */
            dload 25 /* totalBranchThreshold */
            putfield net.sourceforge.cobertura.dsl.Arguments.totalBranchThreshold:D
        30: .line 106
            aload 0 /* this */
            aload 27 /* filesToInstrument */
            invokestatic java.util.Collections.unmodifiableSet:(Ljava/util/Set;)Ljava/util/Set;
            putfield net.sourceforge.cobertura.dsl.Arguments.filesToInstrument:Ljava/util/Set;
        31: .line 107
            aload 0 /* this */
            aload 28 /* filesToMerge */
            invokestatic java.util.Collections.unmodifiableSet:(Ljava/util/Set;)Ljava/util/Set;
            putfield net.sourceforge.cobertura.dsl.Arguments.filesToMerge:Ljava/util/Set;
        32: .line 108
            aload 0 /* this */
        33: .line 109
            aload 29 /* ignoreMethodAnnotations */
            invokestatic java.util.Collections.unmodifiableSet:(Ljava/util/Set;)Ljava/util/Set;
        34: .line 108
            putfield net.sourceforge.cobertura.dsl.Arguments.ignoreMethodAnnotations:Ljava/util/Set;
        35: .line 110
            aload 0 /* this */
        36: .line 111
            aload 30 /* ignoreClassAnnotations */
            invokestatic java.util.Collections.unmodifiableSet:(Ljava/util/Set;)Ljava/util/Set;
        37: .line 110
            putfield net.sourceforge.cobertura.dsl.Arguments.ignoreClassAnnotations:Ljava/util/Set;
        38: .line 112
            return
        end local 31 // net.sourceforge.cobertura.util.FileFinder sources
        end local 30 // java.util.Set ignoreClassAnnotations
        end local 29 // java.util.Set ignoreMethodAnnotations
        end local 28 // java.util.Set filesToMerge
        end local 27 // java.util.Set filesToInstrument
        end local 25 // double totalBranchThreshold
        end local 23 // double totalLineThreshold
        end local 21 // double packageBranchThreshold
        end local 19 // double packageLineThreshold
        end local 17 // double classBranchThreshold
        end local 15 // double classLineThreshold
        end local 14 // java.util.Set minimumCoverageThresholds
        end local 13 // java.lang.String encoding
        end local 12 // boolean threadsafeRigorous
        end local 11 // boolean ignoreTrivial
        end local 10 // boolean failOnError
        end local 9 // boolean calculateMethodComplexity
        end local 8 // java.util.Collection classPatternExcludeClassesRegexes
        end local 7 // java.util.Collection classPatternIncludeClassesRegexes
        end local 6 // java.util.Collection ignoreBranchesRegexes
        end local 5 // java.util.Collection ignoreRegexes
        end local 4 // java.io.File commandsFile
        end local 3 // java.io.File destinationDirectory
        end local 2 // java.io.File dataFile
        end local 1 // java.lang.String baseDirectory
        end local 0 // net.sourceforge.cobertura.dsl.Arguments this
      LocalVariableTable:
        Start  End  Slot                               Name  Signature
            0   39     0                               this  Lnet/sourceforge/cobertura/dsl/Arguments;
            0   39     1                      baseDirectory  Ljava/lang/String;
            0   39     2                           dataFile  Ljava/io/File;
            0   39     3               destinationDirectory  Ljava/io/File;
            0   39     4                       commandsFile  Ljava/io/File;
            0   39     5                      ignoreRegexes  Ljava/util/Collection;
            0   39     6              ignoreBranchesRegexes  Ljava/util/Collection<Lorg/apache/oro/text/regex/Pattern;>;
            0   39     7  classPatternIncludeClassesRegexes  Ljava/util/Collection<Lorg/apache/oro/text/regex/Pattern;>;
            0   39     8  classPatternExcludeClassesRegexes  Ljava/util/Collection<Lorg/apache/oro/text/regex/Pattern;>;
            0   39     9          calculateMethodComplexity  Z
            0   39    10                        failOnError  Z
            0   39    11                      ignoreTrivial  Z
            0   39    12                 threadsafeRigorous  Z
            0   39    13                           encoding  Ljava/lang/String;
            0   39    14          minimumCoverageThresholds  Ljava/util/Set<Lnet/sourceforge/cobertura/check/CoverageThreshold;>;
            0   39    15                 classLineThreshold  D
            0   39    17               classBranchThreshold  D
            0   39    19               packageLineThreshold  D
            0   39    21             packageBranchThreshold  D
            0   39    23                 totalLineThreshold  D
            0   39    25               totalBranchThreshold  D
            0   39    27                  filesToInstrument  Ljava/util/Set<Lnet/sourceforge/cobertura/instrument/CoberturaFile;>;
            0   39    28                       filesToMerge  Ljava/util/Set<Ljava/io/File;>;
            0   39    29            ignoreMethodAnnotations  Ljava/util/Set<Ljava/lang/String;>;
            0   39    30             ignoreClassAnnotations  Ljava/util/Set<Ljava/lang/String;>;
            0   39    31                            sources  Lnet/sourceforge/cobertura/util/FileFinder;
    Signature: (Ljava/lang/String;Ljava/io/File;Ljava/io/File;Ljava/io/File;Ljava/util/Collection;Ljava/util/Collection<Lorg/apache/oro/text/regex/Pattern;>;Ljava/util/Collection<Lorg/apache/oro/text/regex/Pattern;>;Ljava/util/Collection<Lorg/apache/oro/text/regex/Pattern;>;ZZZZLjava/lang/String;Ljava/util/Set<Lnet/sourceforge/cobertura/check/CoverageThreshold;>;DDDDDDLjava/util/Set<Lnet/sourceforge/cobertura/instrument/CoberturaFile;>;Ljava/util/Set<Ljava/io/File;>;Ljava/util/Set<Ljava/lang/String;>;Ljava/util/Set<Ljava/lang/String;>;Lnet/sourceforge/cobertura/util/FileFinder;)V
    MethodParameters:
                                   Name  Flags
      baseDirectory                      
      dataFile                           
      destinationDirectory               
      commandsFile                       
      ignoreRegexes                      
      ignoreBranchesRegexes              
      classPatternIncludeClassesRegexes  
      classPatternExcludeClassesRegexes  
      calculateMethodComplexity          
      failOnError                        
      ignoreTrivial                      
      threadsafeRigorous                 
      encoding                           
      minimumCoverageThresholds          
      classLineThreshold                 
      classBranchThreshold               
      packageLineThreshold               
      packageBranchThreshold             
      totalLineThreshold                 
      totalBranchThreshold               
      filesToInstrument                  
      filesToMerge                       
      ignoreMethodAnnotations            
      ignoreClassAnnotations             
      sources                            

  public java.lang.String getBaseDirectory();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sourceforge.cobertura.dsl.Arguments this
         0: .line 115
            aload 0 /* this */
            getfield net.sourceforge.cobertura.dsl.Arguments.baseDirectory:Ljava/lang/String;
            areturn
        end local 0 // net.sourceforge.cobertura.dsl.Arguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sourceforge/cobertura/dsl/Arguments;

  public java.io.File getDataFile();
    descriptor: ()Ljava/io/File;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sourceforge.cobertura.dsl.Arguments this
         0: .line 119
            aload 0 /* this */
            getfield net.sourceforge.cobertura.dsl.Arguments.dataFile:Ljava/io/File;
            areturn
        end local 0 // net.sourceforge.cobertura.dsl.Arguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sourceforge/cobertura/dsl/Arguments;

  public java.io.File getDestinationDirectory();
    descriptor: ()Ljava/io/File;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sourceforge.cobertura.dsl.Arguments this
         0: .line 123
            aload 0 /* this */
            getfield net.sourceforge.cobertura.dsl.Arguments.destinationDirectory:Ljava/io/File;
            areturn
        end local 0 // net.sourceforge.cobertura.dsl.Arguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sourceforge/cobertura/dsl/Arguments;

  public java.io.File getCommandsFile();
    descriptor: ()Ljava/io/File;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sourceforge.cobertura.dsl.Arguments this
         0: .line 127
            aload 0 /* this */
            getfield net.sourceforge.cobertura.dsl.Arguments.commandsFile:Ljava/io/File;
            areturn
        end local 0 // net.sourceforge.cobertura.dsl.Arguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sourceforge/cobertura/dsl/Arguments;

  public java.util.Collection getIgnoreRegexes();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sourceforge.cobertura.dsl.Arguments this
         0: .line 131
            aload 0 /* this */
            getfield net.sourceforge.cobertura.dsl.Arguments.ignoreRegexes:Ljava/util/Collection;
            areturn
        end local 0 // net.sourceforge.cobertura.dsl.Arguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sourceforge/cobertura/dsl/Arguments;

  public java.util.Collection<org.apache.oro.text.regex.Pattern> getIgnoreBranchesRegexes();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sourceforge.cobertura.dsl.Arguments this
         0: .line 135
            aload 0 /* this */
            getfield net.sourceforge.cobertura.dsl.Arguments.ignoreBranchesRegexes:Ljava/util/Collection;
            areturn
        end local 0 // net.sourceforge.cobertura.dsl.Arguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sourceforge/cobertura/dsl/Arguments;
    Signature: ()Ljava/util/Collection<Lorg/apache/oro/text/regex/Pattern;>;

  public java.util.Collection<org.apache.oro.text.regex.Pattern> getClassPatternIncludeClassesRegexes();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sourceforge.cobertura.dsl.Arguments this
         0: .line 139
            aload 0 /* this */
            getfield net.sourceforge.cobertura.dsl.Arguments.classPatternIncludeClassesRegexes:Ljava/util/Collection;
            areturn
        end local 0 // net.sourceforge.cobertura.dsl.Arguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sourceforge/cobertura/dsl/Arguments;
    Signature: ()Ljava/util/Collection<Lorg/apache/oro/text/regex/Pattern;>;

  public java.util.Collection<org.apache.oro.text.regex.Pattern> getClassPatternExcludeClassesRegexes();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sourceforge.cobertura.dsl.Arguments this
         0: .line 143
            aload 0 /* this */
            getfield net.sourceforge.cobertura.dsl.Arguments.classPatternExcludeClassesRegexes:Ljava/util/Collection;
            areturn
        end local 0 // net.sourceforge.cobertura.dsl.Arguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sourceforge/cobertura/dsl/Arguments;
    Signature: ()Ljava/util/Collection<Lorg/apache/oro/text/regex/Pattern;>;

  public boolean isCalculateMethodComplexity();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sourceforge.cobertura.dsl.Arguments this
         0: .line 147
            aload 0 /* this */
            getfield net.sourceforge.cobertura.dsl.Arguments.calculateMethodComplexity:Z
            ireturn
        end local 0 // net.sourceforge.cobertura.dsl.Arguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sourceforge/cobertura/dsl/Arguments;

  public boolean isFailOnError();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sourceforge.cobertura.dsl.Arguments this
         0: .line 151
            aload 0 /* this */
            getfield net.sourceforge.cobertura.dsl.Arguments.failOnError:Z
            ireturn
        end local 0 // net.sourceforge.cobertura.dsl.Arguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sourceforge/cobertura/dsl/Arguments;

  public boolean isIgnoreTrivial();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sourceforge.cobertura.dsl.Arguments this
         0: .line 155
            aload 0 /* this */
            getfield net.sourceforge.cobertura.dsl.Arguments.ignoreTrivial:Z
            ireturn
        end local 0 // net.sourceforge.cobertura.dsl.Arguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sourceforge/cobertura/dsl/Arguments;

  public boolean isThreadsafeRigorous();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sourceforge.cobertura.dsl.Arguments this
         0: .line 159
            aload 0 /* this */
            getfield net.sourceforge.cobertura.dsl.Arguments.threadsafeRigorous:Z
            ireturn
        end local 0 // net.sourceforge.cobertura.dsl.Arguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sourceforge/cobertura/dsl/Arguments;

  public java.lang.String getEncoding();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sourceforge.cobertura.dsl.Arguments this
         0: .line 163
            aload 0 /* this */
            getfield net.sourceforge.cobertura.dsl.Arguments.encoding:Ljava/lang/String;
            areturn
        end local 0 // net.sourceforge.cobertura.dsl.Arguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sourceforge/cobertura/dsl/Arguments;

  public java.util.Set<net.sourceforge.cobertura.check.CoverageThreshold> getMinimumCoverageThresholds();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sourceforge.cobertura.dsl.Arguments this
         0: .line 167
            aload 0 /* this */
            getfield net.sourceforge.cobertura.dsl.Arguments.minimumCoverageThresholds:Ljava/util/Set;
            areturn
        end local 0 // net.sourceforge.cobertura.dsl.Arguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sourceforge/cobertura/dsl/Arguments;
    Signature: ()Ljava/util/Set<Lnet/sourceforge/cobertura/check/CoverageThreshold;>;

  public double getClassLineThreshold();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.sourceforge.cobertura.dsl.Arguments this
         0: .line 171
            aload 0 /* this */
            getfield net.sourceforge.cobertura.dsl.Arguments.classLineThreshold:D
            dreturn
        end local 0 // net.sourceforge.cobertura.dsl.Arguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sourceforge/cobertura/dsl/Arguments;

  public double getClassBranchThreshold();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.sourceforge.cobertura.dsl.Arguments this
         0: .line 175
            aload 0 /* this */
            getfield net.sourceforge.cobertura.dsl.Arguments.classBranchThreshold:D
            dreturn
        end local 0 // net.sourceforge.cobertura.dsl.Arguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sourceforge/cobertura/dsl/Arguments;

  public double getPackageLineThreshold();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.sourceforge.cobertura.dsl.Arguments this
         0: .line 179
            aload 0 /* this */
            getfield net.sourceforge.cobertura.dsl.Arguments.packageLineThreshold:D
            dreturn
        end local 0 // net.sourceforge.cobertura.dsl.Arguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sourceforge/cobertura/dsl/Arguments;

  public double getPackageBranchThreshold();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.sourceforge.cobertura.dsl.Arguments this
         0: .line 183
            aload 0 /* this */
            getfield net.sourceforge.cobertura.dsl.Arguments.packageBranchThreshold:D
            dreturn
        end local 0 // net.sourceforge.cobertura.dsl.Arguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sourceforge/cobertura/dsl/Arguments;

  public double getTotalLineThreshold();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.sourceforge.cobertura.dsl.Arguments this
         0: .line 187
            aload 0 /* this */
            getfield net.sourceforge.cobertura.dsl.Arguments.totalLineThreshold:D
            dreturn
        end local 0 // net.sourceforge.cobertura.dsl.Arguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sourceforge/cobertura/dsl/Arguments;

  public double getTotalBranchThreshold();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.sourceforge.cobertura.dsl.Arguments this
         0: .line 191
            aload 0 /* this */
            getfield net.sourceforge.cobertura.dsl.Arguments.totalBranchThreshold:D
            dreturn
        end local 0 // net.sourceforge.cobertura.dsl.Arguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sourceforge/cobertura/dsl/Arguments;

  public java.util.Set<net.sourceforge.cobertura.instrument.CoberturaFile> getFilesToInstrument();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sourceforge.cobertura.dsl.Arguments this
         0: .line 195
            aload 0 /* this */
            getfield net.sourceforge.cobertura.dsl.Arguments.filesToInstrument:Ljava/util/Set;
            areturn
        end local 0 // net.sourceforge.cobertura.dsl.Arguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sourceforge/cobertura/dsl/Arguments;
    Signature: ()Ljava/util/Set<Lnet/sourceforge/cobertura/instrument/CoberturaFile;>;

  public java.util.Set<java.io.File> getFilesToMerge();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sourceforge.cobertura.dsl.Arguments this
         0: .line 199
            aload 0 /* this */
            getfield net.sourceforge.cobertura.dsl.Arguments.filesToMerge:Ljava/util/Set;
            areturn
        end local 0 // net.sourceforge.cobertura.dsl.Arguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sourceforge/cobertura/dsl/Arguments;
    Signature: ()Ljava/util/Set<Ljava/io/File;>;

  public java.util.Set<java.lang.String> getIgnoreMethodAnnotations();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sourceforge.cobertura.dsl.Arguments this
         0: .line 203
            aload 0 /* this */
            getfield net.sourceforge.cobertura.dsl.Arguments.ignoreMethodAnnotations:Ljava/util/Set;
            areturn
        end local 0 // net.sourceforge.cobertura.dsl.Arguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sourceforge/cobertura/dsl/Arguments;
    Signature: ()Ljava/util/Set<Ljava/lang/String;>;

  public net.sourceforge.cobertura.util.FileFinder getSources();
    descriptor: ()Lnet/sourceforge/cobertura/util/FileFinder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sourceforge.cobertura.dsl.Arguments this
         0: .line 207
            aload 0 /* this */
            getfield net.sourceforge.cobertura.dsl.Arguments.sources:Lnet/sourceforge/cobertura/util/FileFinder;
            areturn
        end local 0 // net.sourceforge.cobertura.dsl.Arguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sourceforge/cobertura/dsl/Arguments;

  public java.util.Set<java.lang.String> getIgnoreClassAnnotations();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sourceforge.cobertura.dsl.Arguments this
         0: .line 211
            aload 0 /* this */
            getfield net.sourceforge.cobertura.dsl.Arguments.ignoreClassAnnotations:Ljava/util/Set;
            areturn
        end local 0 // net.sourceforge.cobertura.dsl.Arguments this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sourceforge/cobertura/dsl/Arguments;
    Signature: ()Ljava/util/Set<Ljava/lang/String;>;
}
SourceFile: "Arguments.java"