class edu.umd.cs.findbugs.PrintingBugReporter$PrintingCommandLine extends edu.umd.cs.findbugs.config.CommandLine
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: edu.umd.cs.findbugs.PrintingBugReporter$PrintingCommandLine
  super_class: edu.umd.cs.findbugs.config.CommandLine
{
  private java.lang.String stylesheet;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

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

  private int maxRank;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int summarizeMaxRank;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private final edu.umd.cs.findbugs.Project project;
    descriptor: Ledu/umd/cs/findbugs/Project;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  final edu.umd.cs.findbugs.PrintingBugReporter this$0;
    descriptor: Ledu/umd/cs/findbugs/PrintingBugReporter;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(edu.umd.cs.findbugs.PrintingBugReporter);
    descriptor: (Ledu/umd/cs/findbugs/PrintingBugReporter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // edu.umd.cs.findbugs.PrintingBugReporter$PrintingCommandLine this
         0: .line 78
            aload 0 /* this */
            aload 1
            putfield edu.umd.cs.findbugs.PrintingBugReporter$PrintingCommandLine.this$0:Ledu/umd/cs/findbugs/PrintingBugReporter;
            aload 0 /* this */
            invokespecial edu.umd.cs.findbugs.config.CommandLine.<init>:()V
         1: .line 66
            aload 0 /* this */
            aconst_null
            putfield edu.umd.cs.findbugs.PrintingBugReporter$PrintingCommandLine.stylesheet:Ljava/lang/String;
         2: .line 68
            aload 0 /* this */
            iconst_0
            putfield edu.umd.cs.findbugs.PrintingBugReporter$PrintingCommandLine.annotationUploadFormat:Z
         3: .line 70
            aload 0 /* this */
            bipush 20
            putfield edu.umd.cs.findbugs.PrintingBugReporter$PrintingCommandLine.maxRank:I
         4: .line 72
            aload 0 /* this */
            aload 0 /* this */
            getfield edu.umd.cs.findbugs.PrintingBugReporter$PrintingCommandLine.maxRank:I
            putfield edu.umd.cs.findbugs.PrintingBugReporter$PrintingCommandLine.summarizeMaxRank:I
         5: .line 79
            aload 0 /* this */
            new edu.umd.cs.findbugs.Project
            dup
            invokespecial edu.umd.cs.findbugs.Project.<init>:()V
            putfield edu.umd.cs.findbugs.PrintingBugReporter$PrintingCommandLine.project:Ledu/umd/cs/findbugs/Project;
         6: .line 80
            aload 0 /* this */
            ldc "-longBugCodes"
            ldc "use long bug codes when generating text"
            invokevirtual edu.umd.cs.findbugs.PrintingBugReporter$PrintingCommandLine.addSwitch:(Ljava/lang/String;Ljava/lang/String;)V
         7: .line 81
            aload 0 /* this */
            ldc "-rank"
            ldc "list rank when generating text"
            invokevirtual edu.umd.cs.findbugs.PrintingBugReporter$PrintingCommandLine.addSwitch:(Ljava/lang/String;Ljava/lang/String;)V
         8: .line 82
            aload 0 /* this */
            ldc "-maxRank"
            ldc "max rank"
            ldc "only list bugs of this rank or less"
            invokevirtual edu.umd.cs.findbugs.PrintingBugReporter$PrintingCommandLine.addOption:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         9: .line 83
            aload 0 /* this */
            ldc "-summarizeMaxRank"
            ldc "max rank"
            ldc "summary bugs with of this rank or less"
            invokevirtual edu.umd.cs.findbugs.PrintingBugReporter$PrintingCommandLine.addOption:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        10: .line 84
            aload 0 /* this */
            ldc "-designations"
            ldc "report user designations for each bug"
            invokevirtual edu.umd.cs.findbugs.PrintingBugReporter$PrintingCommandLine.addSwitch:(Ljava/lang/String;Ljava/lang/String;)V
        11: .line 85
            aload 0 /* this */
            ldc "-history"
            ldc "report first and last versions for each bug"
            invokevirtual edu.umd.cs.findbugs.PrintingBugReporter$PrintingCommandLine.addSwitch:(Ljava/lang/String;Ljava/lang/String;)V
        12: .line 86
            aload 0 /* this */
            ldc "-applySuppression"
            ldc "exclude any bugs that match suppression filters"
            invokevirtual edu.umd.cs.findbugs.PrintingBugReporter$PrintingCommandLine.addSwitch:(Ljava/lang/String;Ljava/lang/String;)V
        13: .line 87
            aload 0 /* this */
            ldc "-annotationUpload"
            ldc "generate annotations in upload format"
            invokevirtual edu.umd.cs.findbugs.PrintingBugReporter$PrintingCommandLine.addSwitch:(Ljava/lang/String;Ljava/lang/String;)V
        14: .line 88
            aload 0 /* this */
            ldc "-html"
            ldc "stylesheet"
            ldc "Generate HTML output (default stylesheet is default.xsl)"
            invokevirtual edu.umd.cs.findbugs.PrintingBugReporter$PrintingCommandLine.addSwitchWithOptionalExtraPart:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        15: .line 89
            aload 0 /* this */
            ldc "-pluginList"
            new java.lang.StringBuilder
            dup
            ldc "jar1["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            getstatic java.io.File.pathSeparator:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "jar2...]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            ldc "specify list of plugin Jar files to load"
            invokevirtual edu.umd.cs.findbugs.PrintingBugReporter$PrintingCommandLine.addOption:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
        16: .line 90
            aload 0 /* this */
            ldc "-exitcode"
            ldc "set exit code of process"
            invokevirtual edu.umd.cs.findbugs.PrintingBugReporter$PrintingCommandLine.addSwitch:(Ljava/lang/String;Ljava/lang/String;)V
        17: .line 91
            return
        end local 0 // edu.umd.cs.findbugs.PrintingBugReporter$PrintingCommandLine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Ledu/umd/cs/findbugs/PrintingBugReporter$PrintingCommandLine;
    MethodParameters:
        Name  Flags
      this$0  final

  public edu.umd.cs.findbugs.Project getProject();
    descriptor: ()Ledu/umd/cs/findbugs/Project;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // edu.umd.cs.findbugs.PrintingBugReporter$PrintingCommandLine this
         0: .line 95
            aload 0 /* this */
            getfield edu.umd.cs.findbugs.PrintingBugReporter$PrintingCommandLine.project:Ledu/umd/cs/findbugs/Project;
            areturn
        end local 0 // edu.umd.cs.findbugs.PrintingBugReporter$PrintingCommandLine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ledu/umd/cs/findbugs/PrintingBugReporter$PrintingCommandLine;
    RuntimeVisibleAnnotations: 
      javax.annotation.Nonnull()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        javax.annotation.Nonnull()

  protected void handleOption(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // edu.umd.cs.findbugs.PrintingBugReporter$PrintingCommandLine this
        start local 1 // java.lang.String option
        start local 2 // java.lang.String optionExtraPart
         0: .line 100
            ldc "-longBugCodes"
            aload 1 /* option */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 3
         1: .line 101
            aload 0 /* this */
            getfield edu.umd.cs.findbugs.PrintingBugReporter$PrintingCommandLine.this$0:Ledu/umd/cs/findbugs/PrintingBugReporter;
            iconst_1
            invokevirtual edu.umd.cs.findbugs.PrintingBugReporter.setUseLongBugCodes:(Z)V
         2: .line 102
            goto 28
      StackMap locals:
      StackMap stack:
         3: ldc "-rank"
            aload 1 /* option */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 6
         4: .line 103
            aload 0 /* this */
            getfield edu.umd.cs.findbugs.PrintingBugReporter$PrintingCommandLine.this$0:Ledu/umd/cs/findbugs/PrintingBugReporter;
            iconst_1
            invokevirtual edu.umd.cs.findbugs.PrintingBugReporter.setShowRank:(Z)V
         5: .line 104
            goto 28
      StackMap locals:
      StackMap stack:
         6: ldc "-designations"
            aload 1 /* option */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 9
         7: .line 105
            aload 0 /* this */
            getfield edu.umd.cs.findbugs.PrintingBugReporter$PrintingCommandLine.this$0:Ledu/umd/cs/findbugs/PrintingBugReporter;
            iconst_1
            invokevirtual edu.umd.cs.findbugs.PrintingBugReporter.setReportUserDesignations:(Z)V
         8: .line 106
            goto 28
      StackMap locals:
      StackMap stack:
         9: ldc "-applySuppression"
            aload 1 /* option */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 12
        10: .line 107
            aload 0 /* this */
            getfield edu.umd.cs.findbugs.PrintingBugReporter$PrintingCommandLine.this$0:Ledu/umd/cs/findbugs/PrintingBugReporter;
            iconst_1
            invokevirtual edu.umd.cs.findbugs.PrintingBugReporter.setApplySuppressions:(Z)V
        11: .line 108
            goto 28
      StackMap locals:
      StackMap stack:
        12: ldc "-history"
            aload 1 /* option */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 15
        13: .line 109
            aload 0 /* this */
            getfield edu.umd.cs.findbugs.PrintingBugReporter$PrintingCommandLine.this$0:Ledu/umd/cs/findbugs/PrintingBugReporter;
            iconst_1
            invokevirtual edu.umd.cs.findbugs.PrintingBugReporter.setReportHistory:(Z)V
        14: .line 110
            goto 28
      StackMap locals:
      StackMap stack:
        15: ldc "-annotationUpload"
            aload 1 /* option */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 18
        16: .line 111
            aload 0 /* this */
            iconst_1
            putfield edu.umd.cs.findbugs.PrintingBugReporter$PrintingCommandLine.annotationUploadFormat:Z
        17: .line 112
            goto 28
      StackMap locals:
      StackMap stack:
        18: ldc "-html"
            aload 1 /* option */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 24
        19: .line 113
            ldc ""
            aload 2 /* optionExtraPart */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 22
        20: .line 114
            aload 0 /* this */
            aload 2 /* optionExtraPart */
            putfield edu.umd.cs.findbugs.PrintingBugReporter$PrintingCommandLine.stylesheet:Ljava/lang/String;
        21: .line 115
            goto 28
        22: .line 116
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "default.xsl"
            putfield edu.umd.cs.findbugs.PrintingBugReporter$PrintingCommandLine.stylesheet:Ljava/lang/String;
        23: .line 118
            goto 28
      StackMap locals:
      StackMap stack:
        24: ldc "-exitcode"
            aload 1 /* option */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 27
        25: .line 119
            aload 0 /* this */
            iconst_1
            putfield edu.umd.cs.findbugs.PrintingBugReporter$PrintingCommandLine.setExitCode:Z
        26: .line 120
            goto 28
        27: .line 121
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unknown option '"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* option */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "'"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        28: .line 123
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String optionExtraPart
        end local 1 // java.lang.String option
        end local 0 // edu.umd.cs.findbugs.PrintingBugReporter$PrintingCommandLine this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   29     0             this  Ledu/umd/cs/findbugs/PrintingBugReporter$PrintingCommandLine;
            0   29     1           option  Ljava/lang/String;
            0   29     2  optionExtraPart  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                 Name  Flags
      option           
      optionExtraPart  

  protected void handleOptionWithArgument(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=9, args_size=3
        start local 0 // edu.umd.cs.findbugs.PrintingBugReporter$PrintingCommandLine this
        start local 1 // java.lang.String option
        start local 2 // java.lang.String argument
         0: .line 127
            ldc "-pluginList"
            aload 1 /* option */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 17
         1: .line 128
            aload 2 /* argument */
            astore 3 /* pluginListStr */
        start local 3 // java.lang.String pluginListStr
         2: .line 129
            aload 0 /* this */
            invokevirtual edu.umd.cs.findbugs.PrintingBugReporter$PrintingCommandLine.getProject:()Ledu/umd/cs/findbugs/Project;
            invokevirtual edu.umd.cs.findbugs.Project.getConfiguration:()Ledu/umd/cs/findbugs/config/UserPreferences;
            invokevirtual edu.umd.cs.findbugs.config.UserPreferences.getCustomPlugins:()Ljava/util/Map;
            astore 4 /* customPlugins */
        start local 4 // java.util.Map customPlugins
         3: .line 130
            new java.util.StringTokenizer
            dup
            aload 3 /* pluginListStr */
            getstatic java.io.File.pathSeparator:Ljava/lang/String;
            invokespecial java.util.StringTokenizer.<init>:(Ljava/lang/String;Ljava/lang/String;)V
            astore 5 /* tok */
        start local 5 // java.util.StringTokenizer tok
         4: .line 131
            goto 15
         5: .line 132
      StackMap locals: java.lang.String java.util.Map java.util.StringTokenizer
      StackMap stack:
            new java.io.File
            dup
            aload 5 /* tok */
            invokevirtual java.util.StringTokenizer.nextToken:()Ljava/lang/String;
            invokespecial java.io.File.<init>:(Ljava/lang/String;)V
            astore 6 /* file */
        start local 6 // java.io.File file
         6: .line 133
            aload 6 /* file */
            invokevirtual java.io.File.isFile:()Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            astore 7 /* enabled */
        start local 7 // java.lang.Boolean enabled
         7: .line 134
            aload 4 /* customPlugins */
            aload 6 /* file */
            invokevirtual java.io.File.getAbsolutePath:()Ljava/lang/String;
            aload 7 /* enabled */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         8: .line 135
            aload 7 /* enabled */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 15
         9: .line 137
            aload 6 /* file */
            aload 0 /* this */
            invokevirtual edu.umd.cs.findbugs.PrintingBugReporter$PrintingCommandLine.getProject:()Ledu/umd/cs/findbugs/Project;
            invokestatic edu.umd.cs.findbugs.Plugin.loadCustomPlugin:(Ljava/io/File;Ledu/umd/cs/findbugs/Project;)Ledu/umd/cs/findbugs/Plugin;
            pop
        10: .line 138
            goto 15
      StackMap locals: edu.umd.cs.findbugs.PrintingBugReporter$PrintingCommandLine java.lang.String java.lang.String java.lang.String java.util.Map java.util.StringTokenizer java.io.File java.lang.Boolean
      StackMap stack: edu.umd.cs.findbugs.PluginException
        11: astore 8 /* e */
        start local 8 // edu.umd.cs.findbugs.PluginException e
        12: .line 139
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Failed to load plugin specified by the '-pluginList', file: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        13: .line 140
            aload 6 /* file */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 8 /* e */
        14: .line 139
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 8 // edu.umd.cs.findbugs.PluginException e
        end local 7 // java.lang.Boolean enabled
        end local 6 // java.io.File file
        15: .line 131
      StackMap locals:
      StackMap stack:
            aload 5 /* tok */
            invokevirtual java.util.StringTokenizer.hasMoreTokens:()Z
            ifne 5
        end local 5 // java.util.StringTokenizer tok
        end local 4 // java.util.Map customPlugins
        end local 3 // java.lang.String pluginListStr
        16: .line 144
            goto 24
      StackMap locals:
      StackMap stack:
        17: ldc "-maxRank"
            aload 1 /* option */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 20
        18: .line 145
            aload 0 /* this */
            aload 2 /* argument */
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
            putfield edu.umd.cs.findbugs.PrintingBugReporter$PrintingCommandLine.maxRank:I
        19: .line 146
            goto 24
      StackMap locals:
      StackMap stack:
        20: ldc "-summarizeMaxRank"
            aload 1 /* option */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 23
        21: .line 147
            aload 0 /* this */
            aload 2 /* argument */
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
            putfield edu.umd.cs.findbugs.PrintingBugReporter$PrintingCommandLine.summarizeMaxRank:I
        22: .line 148
            goto 24
        23: .line 149
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
        24: .line 151
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String argument
        end local 1 // java.lang.String option
        end local 0 // edu.umd.cs.findbugs.PrintingBugReporter$PrintingCommandLine this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   25     0           this  Ledu/umd/cs/findbugs/PrintingBugReporter$PrintingCommandLine;
            0   25     1         option  Ljava/lang/String;
            0   25     2       argument  Ljava/lang/String;
            2   16     3  pluginListStr  Ljava/lang/String;
            3   16     4  customPlugins  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Boolean;>;
            4   16     5            tok  Ljava/util/StringTokenizer;
            6   15     6           file  Ljava/io/File;
            7   15     7        enabled  Ljava/lang/Boolean;
           12   15     8              e  Ledu/umd/cs/findbugs/PluginException;
      Exception table:
        from    to  target  type
           9    10      11  Class edu.umd.cs.findbugs.PluginException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      option    
      argument  
}
SourceFile: "PrintingBugReporter.java"
NestHost: edu.umd.cs.findbugs.PrintingBugReporter
InnerClasses:
  PrintingCommandLine = edu.umd.cs.findbugs.PrintingBugReporter$PrintingCommandLine of edu.umd.cs.findbugs.PrintingBugReporter