public class org.eclipse.jdt.internal.launching.JavaMigrationDelegate implements org.eclipse.debug.core.ILaunchConfigurationMigrationDelegate
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.launching.JavaMigrationDelegate
  super_class: java.lang.Object
{
  protected static final java.lang.String EMPTY_STRING;
    descriptor: Ljava/lang/String;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: ""

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.launching.JavaMigrationDelegate this
         0: .line 47
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.jdt.internal.launching.JavaMigrationDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/launching/JavaMigrationDelegate;

  public boolean isCandidate(org.eclipse.debug.core.ILaunchConfiguration);
    descriptor: (Lorg/eclipse/debug/core/ILaunchConfiguration;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // org.eclipse.jdt.internal.launching.JavaMigrationDelegate this
        start local 1 // org.eclipse.debug.core.ILaunchConfiguration candidate
         0: .line 54
            aload 1 /* candidate */
            getstatic org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants.ATTR_PROJECT_NAME:Ljava/lang/String;
            ldc ""
            invokeinterface org.eclipse.debug.core.ILaunchConfiguration.getAttribute:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            astore 2 /* pName */
        start local 2 // java.lang.String pName
         1: .line 55
            aload 2 /* pName */
            ldc ""
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 3
         2: .line 56
            iconst_0
            ireturn
         3: .line 58
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 2 /* pName */
            invokevirtual org.eclipse.jdt.internal.launching.JavaMigrationDelegate.isAvailable:(Ljava/lang/String;)Z
            ifne 5
         4: .line 59
            iconst_0
            ireturn
         5: .line 61
      StackMap locals:
      StackMap stack:
            aload 1 /* candidate */
            invokeinterface org.eclipse.debug.core.ILaunchConfiguration.getMappedResources:()[Lorg/eclipse/core/resources/IResource;
            astore 3 /* mapped */
        start local 3 // org.eclipse.core.resources.IResource[] mapped
         6: .line 62
            aload 1 /* candidate */
            invokestatic org.eclipse.jdt.internal.launching.JavaMigrationDelegate.getResource:(Lorg/eclipse/debug/core/ILaunchConfiguration;)Lorg/eclipse/core/resources/IResource;
            astore 4 /* target */
        start local 4 // org.eclipse.core.resources.IResource target
         7: .line 63
            aload 4 /* target */
            ifnonnull 10
         8: .line 64
            aload 3 /* mapped */
            ifnull 9
            iconst_1
            ireturn
      StackMap locals: org.eclipse.core.resources.IResource[] org.eclipse.core.resources.IResource
      StackMap stack:
         9: iconst_0
            ireturn
        10: .line 66
      StackMap locals:
      StackMap stack:
            aload 3 /* mapped */
            ifnonnull 12
        11: .line 67
            iconst_1
            ireturn
        12: .line 69
      StackMap locals:
      StackMap stack:
            aload 3 /* mapped */
            arraylength
            iconst_1
            if_icmpeq 14
        13: .line 70
            iconst_1
            ireturn
        14: .line 72
      StackMap locals:
      StackMap stack:
            aload 4 /* target */
            aload 3 /* mapped */
            iconst_0
            aaload
            invokeinterface org.eclipse.core.resources.IResource.equals:(Ljava/lang/Object;)Z
            ifeq 15
            iconst_0
            goto 16
      StackMap locals:
      StackMap stack:
        15: iconst_1
      StackMap locals:
      StackMap stack: int
        16: ireturn
        end local 4 // org.eclipse.core.resources.IResource target
        end local 3 // org.eclipse.core.resources.IResource[] mapped
        end local 2 // java.lang.String pName
        end local 1 // org.eclipse.debug.core.ILaunchConfiguration candidate
        end local 0 // org.eclipse.jdt.internal.launching.JavaMigrationDelegate this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   17     0       this  Lorg/eclipse/jdt/internal/launching/JavaMigrationDelegate;
            0   17     1  candidate  Lorg/eclipse/debug/core/ILaunchConfiguration;
            1   17     2      pName  Ljava/lang/String;
            6   17     3     mapped  [Lorg/eclipse/core/resources/IResource;
            7   17     4     target  Lorg/eclipse/core/resources/IResource;
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
           Name  Flags
      candidate  

  private boolean isAvailable(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.launching.JavaMigrationDelegate this
        start local 1 // java.lang.String projectName
         0: .line 82
            invokestatic org.eclipse.core.resources.ResourcesPlugin.getWorkspace:()Lorg/eclipse/core/resources/IWorkspace;
            invokeinterface org.eclipse.core.resources.IWorkspace.getRoot:()Lorg/eclipse/core/resources/IWorkspaceRoot;
            aload 1 /* projectName */
            invokeinterface org.eclipse.core.resources.IWorkspaceRoot.getProject:(Ljava/lang/String;)Lorg/eclipse/core/resources/IProject;
            astore 2 /* project */
        start local 2 // org.eclipse.core.resources.IProject project
         1: .line 83
            aload 2 /* project */
            invokeinterface org.eclipse.core.resources.IProject.exists:()Z
            ifeq 2
            aload 2 /* project */
            invokeinterface org.eclipse.core.resources.IProject.isOpen:()Z
            ifeq 2
            iconst_1
            ireturn
      StackMap locals: org.eclipse.core.resources.IProject
      StackMap stack:
         2: iconst_0
            ireturn
        end local 2 // org.eclipse.core.resources.IProject project
        end local 1 // java.lang.String projectName
        end local 0 // org.eclipse.jdt.internal.launching.JavaMigrationDelegate this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/eclipse/jdt/internal/launching/JavaMigrationDelegate;
            0    3     1  projectName  Ljava/lang/String;
            1    3     2      project  Lorg/eclipse/core/resources/IProject;
    MethodParameters:
             Name  Flags
      projectName  

  static org.eclipse.core.resources.IResource getResource(org.eclipse.debug.core.ILaunchConfiguration);
    descriptor: (Lorg/eclipse/debug/core/ILaunchConfiguration;)Lorg/eclipse/core/resources/IResource;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=8, args_size=1
        start local 0 // org.eclipse.debug.core.ILaunchConfiguration candidate
         0: .line 98
            aconst_null
            astore 1 /* resource */
        start local 1 // org.eclipse.core.resources.IResource resource
         1: .line 99
            aload 0 /* candidate */
            getstatic org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants.ATTR_PROJECT_NAME:Ljava/lang/String;
            ldc ""
            invokeinterface org.eclipse.debug.core.ILaunchConfiguration.getAttribute:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            astore 2 /* pname */
        start local 2 // java.lang.String pname
         2: .line 100
            getstatic org.eclipse.core.runtime.Path.ROOT:Lorg/eclipse/core/runtime/Path;
            aload 2 /* pname */
            invokevirtual org.eclipse.core.runtime.Path.isValidSegment:(Ljava/lang/String;)Z
            ifeq 22
         3: .line 101
            invokestatic org.eclipse.core.resources.ResourcesPlugin.getWorkspace:()Lorg/eclipse/core/resources/IWorkspace;
            invokeinterface org.eclipse.core.resources.IWorkspace.getRoot:()Lorg/eclipse/core/resources/IWorkspaceRoot;
            aload 2 /* pname */
            invokeinterface org.eclipse.core.resources.IWorkspaceRoot.getProject:(Ljava/lang/String;)Lorg/eclipse/core/resources/IProject;
            astore 3 /* project */
        start local 3 // org.eclipse.core.resources.IProject project
         4: .line 102
            aload 0 /* candidate */
            getstatic org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants.ATTR_MAIN_TYPE_NAME:Ljava/lang/String;
            ldc ""
            invokeinterface org.eclipse.debug.core.ILaunchConfiguration.getAttribute:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            astore 4 /* tname */
        start local 4 // java.lang.String tname
         5: .line 103
            ldc ""
            aload 4 /* tname */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 19
         6: .line 104
            aload 3 /* project */
            ifnull 20
            aload 3 /* project */
            invokeinterface org.eclipse.core.resources.IProject.isAccessible:()Z
            ifeq 20
         7: .line 105
            aload 3 /* project */
            invokestatic org.eclipse.jdt.core.JavaCore.create:(Lorg/eclipse/core/resources/IProject;)Lorg/eclipse/jdt/core/IJavaProject;
            astore 5 /* jproject */
        start local 5 // org.eclipse.jdt.core.IJavaProject jproject
         8: .line 106
            aload 5 /* jproject */
            ifnull 20
            aload 5 /* jproject */
            invokeinterface org.eclipse.jdt.core.IJavaProject.exists:()Z
            ifeq 20
         9: .line 107
            aload 4 /* tname */
            bipush 36
            bipush 46
            invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
            astore 4 /* tname */
        10: .line 108
            aload 5 /* jproject */
            aload 4 /* tname */
            invokeinterface org.eclipse.jdt.core.IJavaProject.findType:(Ljava/lang/String;)Lorg/eclipse/jdt/core/IType;
            astore 6 /* type */
        start local 6 // org.eclipse.jdt.core.IType type
        11: .line 109
            aload 6 /* type */
            ifnull 20
        12: .line 111
            aload 6 /* type */
            invokeinterface org.eclipse.jdt.core.IType.getUnderlyingResource:()Lorg/eclipse/core/resources/IResource;
            astore 1 /* resource */
        13: .line 112
            aload 1 /* resource */
            ifnonnull 20
        14: .line 113
            aload 6 /* type */
            ldc Lorg/eclipse/core/resources/IResource;
            invokeinterface org.eclipse.jdt.core.IType.getAdapter:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast org.eclipse.core.resources.IResource
            astore 1 /* resource */
        15: .line 115
            goto 20
        16: .line 116
      StackMap locals: org.eclipse.debug.core.ILaunchConfiguration org.eclipse.core.resources.IResource java.lang.String org.eclipse.core.resources.IProject java.lang.String org.eclipse.jdt.core.IJavaProject org.eclipse.jdt.core.IType
      StackMap stack: org.eclipse.jdt.core.JavaModelException
            astore 7 /* jme */
        start local 7 // org.eclipse.jdt.core.JavaModelException jme
        17: .line 117
            aload 7 /* jme */
            invokestatic org.eclipse.jdt.internal.launching.LaunchingPlugin.log:(Ljava/lang/Throwable;)V
        18: .line 118
            aconst_null
            areturn
        end local 7 // org.eclipse.jdt.core.JavaModelException jme
        end local 6 // org.eclipse.jdt.core.IType type
        end local 5 // org.eclipse.jdt.core.IJavaProject jproject
        19: .line 124
      StackMap locals:
      StackMap stack:
            aload 3 /* project */
            areturn
        20: .line 126
      StackMap locals:
      StackMap stack:
            aload 1 /* resource */
            ifnonnull 22
        21: .line 127
            aload 3 /* project */
            astore 1 /* resource */
        end local 4 // java.lang.String tname
        end local 3 // org.eclipse.core.resources.IProject project
        22: .line 130
      StackMap locals:
      StackMap stack:
            aload 1 /* resource */
            areturn
        end local 2 // java.lang.String pname
        end local 1 // org.eclipse.core.resources.IResource resource
        end local 0 // org.eclipse.debug.core.ILaunchConfiguration candidate
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   23     0  candidate  Lorg/eclipse/debug/core/ILaunchConfiguration;
            1   23     1   resource  Lorg/eclipse/core/resources/IResource;
            2   23     2      pname  Ljava/lang/String;
            4   22     3    project  Lorg/eclipse/core/resources/IProject;
            5   22     4      tname  Ljava/lang/String;
            8   19     5   jproject  Lorg/eclipse/jdt/core/IJavaProject;
           11   19     6       type  Lorg/eclipse/jdt/core/IType;
           17   19     7        jme  Lorg/eclipse/jdt/core/JavaModelException;
      Exception table:
        from    to  target  type
          12    15      16  Class org.eclipse.jdt.core.JavaModelException
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
           Name  Flags
      candidate  

  public void migrate(org.eclipse.debug.core.ILaunchConfiguration);
    descriptor: (Lorg/eclipse/debug/core/ILaunchConfiguration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.launching.JavaMigrationDelegate this
        start local 1 // org.eclipse.debug.core.ILaunchConfiguration candidate
         0: .line 138
            aload 1 /* candidate */
            invokeinterface org.eclipse.debug.core.ILaunchConfiguration.getWorkingCopy:()Lorg/eclipse/debug/core/ILaunchConfigurationWorkingCopy;
            astore 2 /* wc */
        start local 2 // org.eclipse.debug.core.ILaunchConfigurationWorkingCopy wc
         1: .line 139
            aload 2 /* wc */
            invokestatic org.eclipse.jdt.internal.launching.JavaMigrationDelegate.updateResourceMapping:(Lorg/eclipse/debug/core/ILaunchConfigurationWorkingCopy;)V
         2: .line 140
            aload 2 /* wc */
            invokeinterface org.eclipse.debug.core.ILaunchConfigurationWorkingCopy.doSave:()Lorg/eclipse/debug/core/ILaunchConfiguration;
            pop
         3: .line 141
            return
        end local 2 // org.eclipse.debug.core.ILaunchConfigurationWorkingCopy wc
        end local 1 // org.eclipse.debug.core.ILaunchConfiguration candidate
        end local 0 // org.eclipse.jdt.internal.launching.JavaMigrationDelegate this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/eclipse/jdt/internal/launching/JavaMigrationDelegate;
            0    4     1  candidate  Lorg/eclipse/debug/core/ILaunchConfiguration;
            1    4     2         wc  Lorg/eclipse/debug/core/ILaunchConfigurationWorkingCopy;
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
           Name  Flags
      candidate  

  public static void updateResourceMapping(org.eclipse.debug.core.ILaunchConfigurationWorkingCopy);
    descriptor: (Lorg/eclipse/debug/core/ILaunchConfigurationWorkingCopy;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.eclipse.debug.core.ILaunchConfigurationWorkingCopy wc
         0: .line 150
            aload 0 /* wc */
            invokestatic org.eclipse.jdt.internal.launching.JavaMigrationDelegate.getResource:(Lorg/eclipse/debug/core/ILaunchConfiguration;)Lorg/eclipse/core/resources/IResource;
            astore 1 /* resource */
        start local 1 // org.eclipse.core.resources.IResource resource
         1: .line 151
            aconst_null
            astore 2 /* resources */
        start local 2 // org.eclipse.core.resources.IResource[] resources
         2: .line 152
            aload 1 /* resource */
            ifnull 4
         3: .line 153
            iconst_1
            anewarray org.eclipse.core.resources.IResource
            dup
            iconst_0
            aload 1 /* resource */
            aastore
            astore 2 /* resources */
         4: .line 155
      StackMap locals: org.eclipse.core.resources.IResource org.eclipse.core.resources.IResource[]
      StackMap stack:
            aload 0 /* wc */
            aload 2 /* resources */
            invokeinterface org.eclipse.debug.core.ILaunchConfigurationWorkingCopy.setMappedResources:([Lorg/eclipse/core/resources/IResource;)V
         5: .line 156
            return
        end local 2 // org.eclipse.core.resources.IResource[] resources
        end local 1 // org.eclipse.core.resources.IResource resource
        end local 0 // org.eclipse.debug.core.ILaunchConfigurationWorkingCopy wc
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0         wc  Lorg/eclipse/debug/core/ILaunchConfigurationWorkingCopy;
            1    6     1   resource  Lorg/eclipse/core/resources/IResource;
            2    6     2  resources  [Lorg/eclipse/core/resources/IResource;
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
      Name  Flags
      wc    
}
SourceFile: "JavaMigrationDelegate.java"