class lombok.installer.InstallerGUI$5 extends java.lang.Thread
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: lombok.installer.InstallerGUI$5
  super_class: java.lang.Thread
{
  final lombok.installer.InstallerGUI this$0;
    descriptor: Llombok/installer/InstallerGUI;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(lombok.installer.InstallerGUI);
    descriptor: (Llombok/installer/InstallerGUI;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // lombok.installer.InstallerGUI$5 this
         0: .line 358
            aload 0 /* this */
            aload 1
            putfield lombok.installer.InstallerGUI$5.this$0:Llombok/installer/InstallerGUI;
            aload 0 /* this */
            invokespecial java.lang.Thread.<init>:()V
            return
        end local 0 // lombok.installer.InstallerGUI$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/installer/InstallerGUI$5;
    MethodParameters:
        Name  Flags
      this$0  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // lombok.installer.InstallerGUI$5 this
         0: .line 361
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* locations */
        start local 1 // java.util.List locations
         1: .line 362
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* problems */
        start local 2 // java.util.List problems
         2: .line 363
            aload 1 /* locations */
            aload 2 /* problems */
            invokestatic lombok.installer.Installer.autoDiscover:(Ljava/util/List;Ljava/util/List;)V
         3: .line 365
            new lombok.installer.InstallerGUI$5$1
            dup
            aload 0 /* this */
            aload 1 /* locations */
            aload 2 /* problems */
            invokespecial lombok.installer.InstallerGUI$5$1.<init>:(Llombok/installer/InstallerGUI$5;Ljava/util/List;Ljava/util/List;)V
            invokestatic javax.swing.SwingUtilities.invokeLater:(Ljava/lang/Runnable;)V
        end local 2 // java.util.List problems
        end local 1 // java.util.List locations
         4: .line 391
            goto 7
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1 /* t */
        start local 1 // java.lang.Throwable t
         6: .line 392
            aload 0 /* this */
            getfield lombok.installer.InstallerGUI$5.this$0:Llombok/installer/InstallerGUI;
            aload 1 /* t */
            invokevirtual lombok.installer.InstallerGUI.handleException:(Ljava/lang/Throwable;)V
        end local 1 // java.lang.Throwable t
         7: .line 394
      StackMap locals:
      StackMap stack:
            return
        end local 0 // lombok.installer.InstallerGUI$5 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Llombok/installer/InstallerGUI$5;
            1    4     1  locations  Ljava/util/List<Llombok/installer/IdeLocation;>;
            2    4     2   problems  Ljava/util/List<Llombok/installer/CorruptedIdeLocationException;>;
            6    7     1          t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     4       5  Class java.lang.Throwable

  static lombok.installer.InstallerGUI access$0(lombok.installer.InstallerGUI$5);
    descriptor: (Llombok/installer/InstallerGUI$5;)Llombok/installer/InstallerGUI;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 358
            aload 0
            getfield lombok.installer.InstallerGUI$5.this$0:Llombok/installer/InstallerGUI;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "InstallerGUI.java"
EnclosingMethod: lombok.installer.InstallerGUI.buildIdeArea:()Ljava/awt/Component;
NestHost: lombok.installer.InstallerGUI
InnerClasses:
  lombok.installer.InstallerGUI$5
  lombok.installer.InstallerGUI$5$1