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

  private final java.util.concurrent.atomic.AtomicInteger val$successes;
    descriptor: Ljava/util/concurrent/atomic/AtomicInteger;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.awt.Container val$originalContentPane;
    descriptor: Ljava/awt/Container;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(lombok.installer.InstallerGUI, java.util.concurrent.atomic.AtomicInteger, java.awt.Container);
    descriptor: (Llombok/installer/InstallerGUI;Ljava/util/concurrent/atomic/AtomicInteger;Ljava/awt/Container;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // lombok.installer.InstallerGUI$11 this
         0: .line 634
            aload 0 /* this */
            aload 1
            putfield lombok.installer.InstallerGUI$11.this$0:Llombok/installer/InstallerGUI;
            aload 0 /* this */
            aload 2
            putfield lombok.installer.InstallerGUI$11.val$successes:Ljava/util/concurrent/atomic/AtomicInteger;
            aload 0 /* this */
            aload 3
            putfield lombok.installer.InstallerGUI$11.val$originalContentPane:Ljava/awt/Container;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // lombok.installer.InstallerGUI$11 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Llombok/installer/InstallerGUI$11;
    MethodParameters:
                         Name  Flags
      this$0                   final
      val$successes            final
      val$originalContentPane  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // lombok.installer.InstallerGUI$11 this
         0: .line 636
            aload 0 /* this */
            getfield lombok.installer.InstallerGUI$11.this$0:Llombok/installer/InstallerGUI;
            getfield lombok.installer.InstallerGUI.toUninstall:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2
            goto 17
      StackMap locals: lombok.installer.InstallerGUI$11 top java.util.Iterator
      StackMap stack:
         1: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast lombok.installer.IdeLocation
            astore 1 /* loc */
        start local 1 // lombok.installer.IdeLocation loc
         2: .line 638
            aload 1 /* loc */
            invokevirtual lombok.installer.IdeLocation.uninstall:()V
         3: .line 639
            aload 0 /* this */
            getfield lombok.installer.InstallerGUI$11.val$successes:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.incrementAndGet:()I
            pop
         4: .line 640
            goto 17
      StackMap locals: lombok.installer.InstallerGUI$11 lombok.installer.IdeLocation java.util.Iterator
      StackMap stack: lombok.installer.UninstallException
         5: astore 3 /* e */
        start local 3 // lombok.installer.UninstallException e
         6: .line 641
            aload 3 /* e */
            invokevirtual lombok.installer.UninstallException.isWarning:()Z
            ifeq 12
         7: .line 643
            new lombok.installer.InstallerGUI$11$1
            dup
            aload 0 /* this */
            aload 3 /* e */
            invokespecial lombok.installer.InstallerGUI$11$1.<init>:(Llombok/installer/InstallerGUI$11;Llombok/installer/UninstallException;)V
            invokestatic javax.swing.SwingUtilities.invokeAndWait:(Ljava/lang/Runnable;)V
         8: .line 649
            goto 17
      StackMap locals: lombok.installer.InstallerGUI$11 lombok.installer.IdeLocation java.util.Iterator lombok.installer.UninstallException
      StackMap stack: java.lang.Exception
         9: astore 4 /* e2 */
        start local 4 // java.lang.Exception e2
        10: .line 650
            aload 4 /* e2 */
            invokevirtual java.lang.Exception.printStackTrace:()V
        11: .line 652
            new java.lang.RuntimeException
            dup
            aload 4 /* e2 */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 4 // java.lang.Exception e2
        12: .line 656
      StackMap locals:
      StackMap stack:
            new lombok.installer.InstallerGUI$11$2
            dup
            aload 0 /* this */
            aload 3 /* e */
            invokespecial lombok.installer.InstallerGUI$11$2.<init>:(Llombok/installer/InstallerGUI$11;Llombok/installer/UninstallException;)V
            invokestatic javax.swing.SwingUtilities.invokeAndWait:(Ljava/lang/Runnable;)V
        13: .line 662
            goto 17
      StackMap locals:
      StackMap stack: java.lang.Exception
        14: astore 4 /* e2 */
        start local 4 // java.lang.Exception e2
        15: .line 663
            aload 4 /* e2 */
            invokevirtual java.lang.Exception.printStackTrace:()V
        16: .line 665
            new java.lang.RuntimeException
            dup
            aload 4 /* e2 */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 4 // java.lang.Exception e2
        end local 3 // lombok.installer.UninstallException e
        end local 1 // lombok.installer.IdeLocation loc
        17: .line 636
      StackMap locals: lombok.installer.InstallerGUI$11 top java.util.Iterator
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
        18: .line 671
            new lombok.installer.InstallerGUI$11$3
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield lombok.installer.InstallerGUI$11.val$successes:Ljava/util/concurrent/atomic/AtomicInteger;
            aload 0 /* this */
            getfield lombok.installer.InstallerGUI$11.val$originalContentPane:Ljava/awt/Container;
            invokespecial lombok.installer.InstallerGUI$11$3.<init>:(Llombok/installer/InstallerGUI$11;Ljava/util/concurrent/atomic/AtomicInteger;Ljava/awt/Container;)V
            invokestatic javax.swing.SwingUtilities.invokeLater:(Ljava/lang/Runnable;)V
        19: .line 685
            return
        end local 0 // lombok.installer.InstallerGUI$11 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   20     0  this  Llombok/installer/InstallerGUI$11;
            2   17     1   loc  Llombok/installer/IdeLocation;
            6   17     3     e  Llombok/installer/UninstallException;
           10   12     4    e2  Ljava/lang/Exception;
           15   17     4    e2  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           2     4       5  Class lombok.installer.UninstallException
           7     8       9  Class java.lang.Exception
          12    13      14  Class java.lang.Exception

  static lombok.installer.InstallerGUI access$0(lombok.installer.InstallerGUI$11);
    descriptor: (Llombok/installer/InstallerGUI$11;)Llombok/installer/InstallerGUI;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 634
            aload 0
            getfield lombok.installer.InstallerGUI$11.this$0:Llombok/installer/InstallerGUI;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "InstallerGUI.java"
EnclosingMethod: lombok.installer.InstallerGUI.doUninstall:()V
NestHost: lombok.installer.InstallerGUI
InnerClasses:
  lombok.installer.InstallerGUI$11
  lombok.installer.InstallerGUI$11$1
  lombok.installer.InstallerGUI$11$2
  lombok.installer.InstallerGUI$11$3