public class org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation extends org.eclipse.core.runtime.PlatformObject implements org.eclipse.jdt.launching.sourcelookup.IJavaSourceLocation
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation
  super_class: org.eclipse.core.runtime.PlatformObject
{
  private static java.util.HashMap<java.lang.String, java.util.zip.ZipFile> fZipFileCache;
    descriptor: Ljava/util/HashMap;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Signature: Ljava/util/HashMap<Ljava/lang/String;Ljava/util/zip/ZipFile;>;

  private org.eclipse.core.runtime.IPath fRootPath;
    descriptor: Lorg/eclipse/core/runtime/IPath;
    flags: (0x0002) ACC_PRIVATE

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 72
            new java.util.HashMap
            dup
            iconst_5
            invokespecial java.util.HashMap.<init>:(I)V
            putstatic org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.fZipFileCache:Ljava/util/HashMap;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static java.util.zip.ZipFile getZipFile(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/zip/ZipFile;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // java.lang.String name
         0: .line 83
            getstatic org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.fZipFileCache:Ljava/util/HashMap;
            dup
            astore 1
            monitorenter
         1: .line 84
            getstatic org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.fZipFileCache:Ljava/util/HashMap;
            aload 0 /* name */
            invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.zip.ZipFile
            astore 2 /* zip */
        start local 2 // java.util.zip.ZipFile zip
         2: .line 85
            aload 2 /* zip */
            ifnonnull 5
         3: .line 86
            new java.util.zip.ZipFile
            dup
            aload 0 /* name */
            invokespecial java.util.zip.ZipFile.<init>:(Ljava/lang/String;)V
            astore 2 /* zip */
         4: .line 87
            getstatic org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.fZipFileCache:Ljava/util/HashMap;
            aload 0 /* name */
            aload 2 /* zip */
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 89
      StackMap locals: java.util.HashMap java.util.zip.ZipFile
      StackMap stack:
            aload 2 /* zip */
            aload 1
            monitorexit
         6: areturn
        end local 2 // java.util.zip.ZipFile zip
         7: .line 83
      StackMap locals: java.lang.String java.util.HashMap
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         8: athrow
        end local 0 // java.lang.String name
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  name  Ljava/lang/String;
            2    7     2   zip  Ljava/util/zip/ZipFile;
      Exception table:
        from    to  target  type
           1     6       7  any
           7     8       7  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      name  

  public static void closeArchives();
    descriptor: ()V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=6, args_size=0
         0: .line 100
            getstatic org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.fZipFileCache:Ljava/util/HashMap;
            dup
            astore 0
            monitorenter
         1: .line 101
            getstatic org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.fZipFileCache:Ljava/util/HashMap;
            invokevirtual java.util.HashMap.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 1 /* iter */
        start local 1 // java.util.Iterator iter
         2: .line 102
            goto 19
         3: .line 103
      StackMap locals: java.util.HashMap java.util.Iterator
      StackMap stack:
            aconst_null
            astore 2
            aconst_null
            astore 3
         4: aload 1 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.zip.ZipFile
            astore 4 /* file */
        start local 4 // java.util.zip.ZipFile file
         5: .line 104
            aload 4 /* file */
            dup
            astore 5
            monitorenter
         6: .line 105
            aload 4 /* file */
            invokevirtual java.util.zip.ZipFile.close:()V
         7: .line 104
            aload 5
            monitorexit
         8: goto 11
      StackMap locals: java.util.HashMap java.util.Iterator java.lang.Throwable java.lang.Throwable java.util.zip.ZipFile java.util.zip.ZipFile
      StackMap stack: java.lang.Throwable
         9: aload 5
            monitorexit
        10: athrow
        11: .line 107
      StackMap locals:
      StackMap stack:
            aload 4 /* file */
            ifnull 19
            aload 4 /* file */
            invokevirtual java.util.zip.ZipFile.close:()V
            goto 19
      StackMap locals:
      StackMap stack: java.lang.Throwable
        12: astore 2
            aload 4 /* file */
            ifnull 13
            aload 4 /* file */
            invokevirtual java.util.zip.ZipFile.close:()V
        end local 4 // java.util.zip.ZipFile file
      StackMap locals:
      StackMap stack:
        13: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        14: astore 3
            aload 2
            ifnonnull 15
            aload 3
            astore 2
            goto 16
      StackMap locals:
      StackMap stack:
        15: aload 2
            aload 3
            if_acmpeq 16
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        16: aload 2
            athrow
        17: .line 108
      StackMap locals: java.util.HashMap java.util.Iterator
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
        18: .line 109
            aload 2 /* e */
            invokestatic org.eclipse.jdt.internal.launching.LaunchingPlugin.log:(Ljava/lang/Throwable;)V
        end local 2 // java.io.IOException e
        19: .line 102
      StackMap locals:
      StackMap stack:
            aload 1 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        20: .line 112
            getstatic org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.fZipFileCache:Ljava/util/HashMap;
            invokevirtual java.util.HashMap.clear:()V
        end local 1 // java.util.Iterator iter
        21: .line 100
            aload 0
            monitorexit
        22: goto 25
      StackMap locals: java.util.HashMap
      StackMap stack: java.lang.Throwable
        23: aload 0
            monitorexit
        24: athrow
        25: .line 114
      StackMap locals:
      StackMap stack:
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            2   21     1  iter  Ljava/util/Iterator<Ljava/util/zip/ZipFile;>;
            5   13     4  file  Ljava/util/zip/ZipFile;
           18   19     2     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           6     8       9  any
           9    10       9  any
           5    11      12  any
           4    14      14  any
           3    17      17  Class java.io.IOException
           1    22      23  any
          23    24      23  any

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation this
         0: .line 135
            aload 0 /* this */
            invokespecial org.eclipse.core.runtime.PlatformObject.<init>:()V
         1: .line 124
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.fRootDetected:Z
         2: .line 136
            return
        end local 0 // org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/launching/sourcelookup/ArchiveSourceLocation;

  public void <init>(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation this
        start local 1 // java.lang.String archiveName
        start local 2 // java.lang.String sourceRoot
         0: .line 148
            aload 0 /* this */
            invokespecial org.eclipse.core.runtime.PlatformObject.<init>:()V
         1: .line 124
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.fRootDetected:Z
         2: .line 149
            aload 0 /* this */
            aload 1 /* archiveName */
            invokevirtual org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.setName:(Ljava/lang/String;)V
         3: .line 150
            aload 0 /* this */
            aload 2 /* sourceRoot */
            invokevirtual org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.setRootPath:(Ljava/lang/String;)V
         4: .line 151
            return
        end local 2 // java.lang.String sourceRoot
        end local 1 // java.lang.String archiveName
        end local 0 // org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lorg/eclipse/jdt/launching/sourcelookup/ArchiveSourceLocation;
            0    5     1  archiveName  Ljava/lang/String;
            0    5     2   sourceRoot  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      archiveName  
      sourceRoot   

  public java.lang.Object findSourceElement(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=12, locals=9, args_size=2
        start local 0 // org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation this
        start local 1 // java.lang.String name
         0: .line 159
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.getArchive:()Ljava/util/zip/ZipFile;
            ifnonnull 2
         1: .line 160
            aconst_null
            areturn
         2: .line 163
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* possibleInnerType */
        start local 2 // boolean possibleInnerType
         3: .line 164
            aload 1 /* name */
            bipush 46
            bipush 47
            invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
            astore 3 /* pathStr */
        start local 3 // java.lang.String pathStr
         4: .line 165
            aload 3 /* pathStr */
            bipush 47
            invokevirtual java.lang.String.lastIndexOf:(I)I
            istore 4 /* lastSlash */
        start local 4 // int lastSlash
         5: .line 166
            aload 3 /* pathStr */
            astore 5 /* typeName */
        start local 5 // java.lang.String typeName
         6: .line 168
      StackMap locals: org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation java.lang.String int java.lang.String int java.lang.String
      StackMap stack:
            new org.eclipse.core.runtime.Path
            dup
            new java.lang.StringBuilder
            dup
            aload 5 /* typeName */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ".java"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial org.eclipse.core.runtime.Path.<init>:(Ljava/lang/String;)V
            astore 6 /* entryPath */
        start local 6 // org.eclipse.core.runtime.IPath entryPath
         7: .line 169
            aload 0 /* this */
            aload 6 /* entryPath */
            invokevirtual org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.autoDetectRoot:(Lorg/eclipse/core/runtime/IPath;)V
         8: .line 170
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.getRootPath:()Lorg/eclipse/core/runtime/IPath;
            ifnull 10
         9: .line 171
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.getRootPath:()Lorg/eclipse/core/runtime/IPath;
            aload 6 /* entryPath */
            invokeinterface org.eclipse.core.runtime.IPath.append:(Lorg/eclipse/core/runtime/IPath;)Lorg/eclipse/core/runtime/IPath;
            astore 6 /* entryPath */
        10: .line 173
      StackMap locals: org.eclipse.core.runtime.IPath
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.getArchive:()Ljava/util/zip/ZipFile;
            aload 6 /* entryPath */
            invokeinterface org.eclipse.core.runtime.IPath.toString:()Ljava/lang/String;
            invokevirtual java.util.zip.ZipFile.getEntry:(Ljava/lang/String;)Ljava/util/zip/ZipEntry;
            astore 7 /* entry */
        start local 7 // java.util.zip.ZipEntry entry
        11: .line 174
            aload 7 /* entry */
            ifnull 14
        12: .line 175
            new org.eclipse.jdt.launching.sourcelookup.ZipEntryStorage
            dup
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.getArchive:()Ljava/util/zip/ZipFile;
            aload 7 /* entry */
            invokespecial org.eclipse.jdt.launching.sourcelookup.ZipEntryStorage.<init>:(Ljava/util/zip/ZipFile;Ljava/util/zip/ZipEntry;)V
        13: areturn
        14: .line 177
      StackMap locals: java.util.zip.ZipEntry
      StackMap stack:
            aload 5 /* typeName */
            bipush 36
            invokevirtual java.lang.String.lastIndexOf:(I)I
            istore 8 /* index */
        start local 8 // int index
        15: .line 178
            iload 8 /* index */
            iload 4 /* lastSlash */
            if_icmple 19
        16: .line 179
            aload 5 /* typeName */
            iconst_0
            iload 8 /* index */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 5 /* typeName */
        17: .line 180
            iconst_1
            istore 2 /* possibleInnerType */
        18: .line 181
            goto 20
        19: .line 182
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 2 /* possibleInnerType */
        end local 8 // int index
        end local 7 // java.util.zip.ZipEntry entry
        end local 6 // org.eclipse.core.runtime.IPath entryPath
        20: .line 184
      StackMap locals:
      StackMap stack:
            iload 2 /* possibleInnerType */
            ifne 6
        21: .line 185
            aconst_null
            areturn
        end local 5 // java.lang.String typeName
        end local 4 // int lastSlash
        end local 3 // java.lang.String pathStr
        end local 2 // boolean possibleInnerType
        22: .line 186
      StackMap locals: org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation java.lang.String
      StackMap stack: java.io.IOException
            astore 2 /* e */
        start local 2 // java.io.IOException e
        23: .line 187
            new org.eclipse.core.runtime.CoreException
            dup
            new org.eclipse.core.runtime.Status
            dup
            iconst_4
            invokestatic org.eclipse.jdt.internal.launching.LaunchingPlugin.getUniqueIdentifier:()Ljava/lang/String;
            sipush 150
        24: .line 188
            getstatic org.eclipse.jdt.internal.launching.LaunchingMessages.ArchiveSourceLocation_Unable_to_locate_source_element_in_archive__0__1:Ljava/lang/String;
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.getName:()Ljava/lang/String;
            aastore
            invokestatic org.eclipse.osgi.util.NLS.bind:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            aload 2 /* e */
            invokespecial org.eclipse.core.runtime.Status.<init>:(ILjava/lang/String;ILjava/lang/String;Ljava/lang/Throwable;)V
        25: .line 187
            invokespecial org.eclipse.core.runtime.CoreException.<init>:(Lorg/eclipse/core/runtime/IStatus;)V
            athrow
        end local 2 // java.io.IOException e
        end local 1 // java.lang.String name
        end local 0 // org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   26     0               this  Lorg/eclipse/jdt/launching/sourcelookup/ArchiveSourceLocation;
            0   26     1               name  Ljava/lang/String;
            3   22     2  possibleInnerType  Z
            4   22     3            pathStr  Ljava/lang/String;
            5   22     4          lastSlash  I
            6   22     5           typeName  Ljava/lang/String;
            7   20     6          entryPath  Lorg/eclipse/core/runtime/IPath;
           11   20     7              entry  Ljava/util/zip/ZipEntry;
           15   20     8              index  I
           23   26     2                  e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1      22  Class java.io.IOException
           2    13      22  Class java.io.IOException
          14    21      22  Class java.io.IOException
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
      Name  Flags
      name  

  private void autoDetectRoot(org.eclipse.core.runtime.IPath);
    descriptor: (Lorg/eclipse/core/runtime/IPath;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=12, locals=10, args_size=2
        start local 0 // org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation this
        start local 1 // org.eclipse.core.runtime.IPath path
         0: .line 199
            aload 0 /* this */
            getfield org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.fRootDetected:Z
            ifne 32
         1: .line 200
            aconst_null
            astore 2 /* zip */
        start local 2 // java.util.zip.ZipFile zip
         2: .line 202
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.getArchive:()Ljava/util/zip/ZipFile;
            astore 2 /* zip */
         3: .line 203
            goto 8
      StackMap locals: org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation org.eclipse.core.runtime.IPath java.util.zip.ZipFile
      StackMap stack: java.io.IOException
         4: astore 3 /* e */
        start local 3 // java.io.IOException e
         5: .line 204
            new org.eclipse.core.runtime.CoreException
            dup
            new org.eclipse.core.runtime.Status
            dup
            iconst_4
            invokestatic org.eclipse.jdt.internal.launching.LaunchingPlugin.getUniqueIdentifier:()Ljava/lang/String;
            sipush 150
         6: .line 205
            getstatic org.eclipse.jdt.internal.launching.LaunchingMessages.ArchiveSourceLocation_Exception_occurred_while_detecting_root_source_directory_in_archive__0__1:Ljava/lang/String;
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.getName:()Ljava/lang/String;
            aastore
            invokestatic org.eclipse.osgi.util.NLS.bind:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            aload 3 /* e */
            invokespecial org.eclipse.core.runtime.Status.<init>:(ILjava/lang/String;ILjava/lang/String;Ljava/lang/Throwable;)V
         7: .line 204
            invokespecial org.eclipse.core.runtime.CoreException.<init>:(Lorg/eclipse/core/runtime/IStatus;)V
            athrow
        end local 3 // java.io.IOException e
         8: .line 207
      StackMap locals:
      StackMap stack:
            aload 2 /* zip */
            dup
            astore 3
            monitorenter
         9: .line 208
            aload 2 /* zip */
            invokevirtual java.util.zip.ZipFile.entries:()Ljava/util/Enumeration;
            astore 4 /* entries */
        start local 4 // java.util.Enumeration entries
        10: .line 209
            aload 1 /* path */
            invokeinterface org.eclipse.core.runtime.IPath.toString:()Ljava/lang/String;
            astore 5 /* fileName */
        start local 5 // java.lang.String fileName
        11: .line 211
            goto 22
        12: .line 212
      StackMap locals: java.util.zip.ZipFile java.util.Enumeration java.lang.String
      StackMap stack:
            aload 4 /* entries */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            checkcast java.util.zip.ZipEntry
            astore 6 /* entry */
        start local 6 // java.util.zip.ZipEntry entry
        13: .line 213
            aload 6 /* entry */
            invokevirtual java.util.zip.ZipEntry.getName:()Ljava/lang/String;
            astore 7 /* entryName */
        start local 7 // java.lang.String entryName
        14: .line 214
            aload 7 /* entryName */
            aload 5 /* fileName */
            invokevirtual java.lang.String.endsWith:(Ljava/lang/String;)Z
            ifeq 22
        15: .line 215
            aload 7 /* entryName */
            invokevirtual java.lang.String.length:()I
            aload 5 /* fileName */
            invokevirtual java.lang.String.length:()I
            isub
            istore 8 /* rootLength */
        start local 8 // int rootLength
        16: .line 216
            iload 8 /* rootLength */
            ifle 19
        17: .line 217
            aload 7 /* entryName */
            iconst_0
            iload 8 /* rootLength */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 9 /* root */
        start local 9 // java.lang.String root
        18: .line 218
            aload 0 /* this */
            aload 9 /* root */
            invokevirtual org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.setRootPath:(Ljava/lang/String;)V
        end local 9 // java.lang.String root
        19: .line 220
      StackMap locals: java.util.zip.ZipEntry java.lang.String int
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.fRootDetected:Z
        20: .line 221
            aload 3
            monitorexit
        21: return
        end local 8 // int rootLength
        end local 7 // java.lang.String entryName
        end local 6 // java.util.zip.ZipEntry entry
        22: .line 211
      StackMap locals:
      StackMap stack:
            aload 4 /* entries */
            invokeinterface java.util.Enumeration.hasMoreElements:()Z
            ifne 12
        23: .line 224
            goto 28
      StackMap locals:
      StackMap stack: java.lang.IllegalStateException
        24: astore 6 /* e */
        start local 6 // java.lang.IllegalStateException e
        25: .line 225
            new org.eclipse.core.runtime.CoreException
            dup
            new org.eclipse.core.runtime.Status
            dup
            iconst_4
            invokestatic org.eclipse.jdt.internal.launching.LaunchingPlugin.getUniqueIdentifier:()Ljava/lang/String;
            sipush 150
        26: .line 226
            getstatic org.eclipse.jdt.internal.launching.LaunchingMessages.ArchiveSourceLocation_Exception_occurred_while_detecting_root_source_directory_in_archive__0__2:Ljava/lang/String;
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.getName:()Ljava/lang/String;
            aastore
            invokestatic org.eclipse.osgi.util.NLS.bind:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            aload 6 /* e */
            invokespecial org.eclipse.core.runtime.Status.<init>:(ILjava/lang/String;ILjava/lang/String;Ljava/lang/Throwable;)V
        27: .line 225
            invokespecial org.eclipse.core.runtime.CoreException.<init>:(Lorg/eclipse/core/runtime/IStatus;)V
            athrow
        end local 6 // java.lang.IllegalStateException e
        end local 5 // java.lang.String fileName
        end local 4 // java.util.Enumeration entries
        28: .line 207
      StackMap locals:
      StackMap stack:
            aload 3
            monitorexit
        29: goto 32
      StackMap locals:
      StackMap stack: java.lang.Throwable
        30: aload 3
            monitorexit
        31: athrow
        end local 2 // java.util.zip.ZipFile zip
        32: .line 230
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.core.runtime.IPath path
        end local 0 // org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   33     0        this  Lorg/eclipse/jdt/launching/sourcelookup/ArchiveSourceLocation;
            0   33     1        path  Lorg/eclipse/core/runtime/IPath;
            2   32     2         zip  Ljava/util/zip/ZipFile;
            5    8     3           e  Ljava/io/IOException;
           10   28     4     entries  Ljava/util/Enumeration<+Ljava/util/zip/ZipEntry;>;
           11   28     5    fileName  Ljava/lang/String;
           13   22     6       entry  Ljava/util/zip/ZipEntry;
           14   22     7   entryName  Ljava/lang/String;
           16   22     8  rootLength  I
           18   19     9        root  Ljava/lang/String;
           25   28     6           e  Ljava/lang/IllegalStateException;
      Exception table:
        from    to  target  type
           2     3       4  Class java.io.IOException
          11    20      24  Class java.lang.IllegalStateException
          22    23      24  Class java.lang.IllegalStateException
           9    21      30  any
          22    29      30  any
          30    31      30  any
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
      Name  Flags
      path  

  protected java.util.zip.ZipFile getArchive();
    descriptor: ()Ljava/util/zip/ZipFile;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation this
         0: .line 241
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.getName:()Ljava/lang/String;
            invokestatic org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.getZipFile:(Ljava/lang/String;)Ljava/util/zip/ZipFile;
            areturn
        end local 0 // org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/launching/sourcelookup/ArchiveSourceLocation;
    Exceptions:
      throws java.io.IOException

  private void setRootPath(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation this
        start local 1 // java.lang.String path
         0: .line 254
            aload 1 /* path */
            ifnull 1
            aload 1 /* path */
            invokevirtual java.lang.String.trim:()Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            ifne 3
         1: .line 255
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.fRootPath:Lorg/eclipse/core/runtime/IPath;
         2: .line 256
            goto 5
         3: .line 257
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new org.eclipse.core.runtime.Path
            dup
            aload 1 /* path */
            invokespecial org.eclipse.core.runtime.Path.<init>:(Ljava/lang/String;)V
            putfield org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.fRootPath:Lorg/eclipse/core/runtime/IPath;
         4: .line 258
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.fRootDetected:Z
         5: .line 260
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String path
        end local 0 // org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/jdt/launching/sourcelookup/ArchiveSourceLocation;
            0    6     1  path  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  

  public org.eclipse.core.runtime.IPath getRootPath();
    descriptor: ()Lorg/eclipse/core/runtime/IPath;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation this
         0: .line 272
            aload 0 /* this */
            getfield org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.fRootPath:Lorg/eclipse/core/runtime/IPath;
            areturn
        end local 0 // org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/launching/sourcelookup/ArchiveSourceLocation;

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation this
         0: .line 283
            aload 0 /* this */
            getfield org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.fName:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/launching/sourcelookup/ArchiveSourceLocation;

  private void setName(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation this
        start local 1 // java.lang.String name
         0: .line 294
            aload 0 /* this */
            aload 1 /* name */
            putfield org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.fName:Ljava/lang/String;
         1: .line 295
            return
        end local 1 // java.lang.String name
        end local 0 // org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/launching/sourcelookup/ArchiveSourceLocation;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation this
        start local 1 // java.lang.Object object
         0: .line 302
            aload 1 /* object */
            instanceof org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation
            ifeq 3
         1: .line 303
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.getName:()Ljava/lang/String;
            aload 1 /* object */
            checkcast org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation
            invokevirtual org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 3
         2: .line 302
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 1 // java.lang.Object object
        end local 0 // org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/eclipse/jdt/launching/sourcelookup/ArchiveSourceLocation;
            0    4     1  object  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      object  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation this
         0: .line 311
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            ireturn
        end local 0 // org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/launching/sourcelookup/ArchiveSourceLocation;

  public java.lang.String getMemento();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation this
         0: .line 319
            invokestatic org.eclipse.debug.core.DebugPlugin.newDocument:()Lorg/w3c/dom/Document;
            astore 1 /* doc */
        start local 1 // org.w3c.dom.Document doc
         1: .line 320
            aload 1 /* doc */
            ldc "archiveSourceLocation"
            invokeinterface org.w3c.dom.Document.createElement:(Ljava/lang/String;)Lorg/w3c/dom/Element;
            astore 2 /* node */
        start local 2 // org.w3c.dom.Element node
         2: .line 321
            aload 1 /* doc */
            aload 2 /* node */
            invokeinterface org.w3c.dom.Document.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            pop
         3: .line 322
            aload 2 /* node */
            ldc "archivePath"
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.getName:()Ljava/lang/String;
            invokeinterface org.w3c.dom.Element.setAttribute:(Ljava/lang/String;Ljava/lang/String;)V
         4: .line 323
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.getRootPath:()Lorg/eclipse/core/runtime/IPath;
            ifnull 6
         5: .line 324
            aload 2 /* node */
            ldc "rootPath"
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.getRootPath:()Lorg/eclipse/core/runtime/IPath;
            invokeinterface org.eclipse.core.runtime.IPath.toString:()Ljava/lang/String;
            invokeinterface org.w3c.dom.Element.setAttribute:(Ljava/lang/String;Ljava/lang/String;)V
         6: .line 327
      StackMap locals: org.w3c.dom.Document org.w3c.dom.Element
      StackMap stack:
            aload 1 /* doc */
            invokestatic org.eclipse.debug.core.DebugPlugin.serializeDocument:(Lorg/w3c/dom/Document;)Ljava/lang/String;
            areturn
        end local 2 // org.w3c.dom.Element node
        end local 1 // org.w3c.dom.Document doc
        end local 0 // org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/jdt/launching/sourcelookup/ArchiveSourceLocation;
            1    7     1   doc  Lorg/w3c/dom/Document;
            2    7     2  node  Lorg/w3c/dom/Element;
    Exceptions:
      throws org.eclipse.core.runtime.CoreException

  public void initializeFrom(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=9, args_size=2
        start local 0 // org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation this
        start local 1 // java.lang.String memento
         0: .line 335
            aconst_null
            astore 2 /* ex */
        start local 2 // java.lang.Exception ex
         1: .line 337
            aconst_null
            astore 3 /* root */
        start local 3 // org.w3c.dom.Element root
         2: .line 338
            invokestatic javax.xml.parsers.DocumentBuilderFactory.newInstance:()Ljavax/xml/parsers/DocumentBuilderFactory;
            invokevirtual javax.xml.parsers.DocumentBuilderFactory.newDocumentBuilder:()Ljavax/xml/parsers/DocumentBuilder;
            astore 4 /* parser */
        start local 4 // javax.xml.parsers.DocumentBuilder parser
         3: .line 339
            aload 4 /* parser */
            new org.xml.sax.helpers.DefaultHandler
            dup
            invokespecial org.xml.sax.helpers.DefaultHandler.<init>:()V
            invokevirtual javax.xml.parsers.DocumentBuilder.setErrorHandler:(Lorg/xml/sax/ErrorHandler;)V
         4: .line 340
            new java.io.StringReader
            dup
            aload 1 /* memento */
            invokespecial java.io.StringReader.<init>:(Ljava/lang/String;)V
            astore 5 /* reader */
        start local 5 // java.io.StringReader reader
         5: .line 341
            new org.xml.sax.InputSource
            dup
            aload 5 /* reader */
            invokespecial org.xml.sax.InputSource.<init>:(Ljava/io/Reader;)V
            astore 6 /* source */
        start local 6 // org.xml.sax.InputSource source
         6: .line 342
            aload 4 /* parser */
            aload 6 /* source */
            invokevirtual javax.xml.parsers.DocumentBuilder.parse:(Lorg/xml/sax/InputSource;)Lorg/w3c/dom/Document;
            invokeinterface org.w3c.dom.Document.getDocumentElement:()Lorg/w3c/dom/Element;
            astore 3 /* root */
         7: .line 344
            aload 3 /* root */
            ldc "archivePath"
            invokeinterface org.w3c.dom.Element.getAttribute:(Ljava/lang/String;)Ljava/lang/String;
            astore 7 /* path */
        start local 7 // java.lang.String path
         8: .line 345
            aload 0 /* this */
            aload 7 /* path */
            invokevirtual org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.isEmpty:(Ljava/lang/String;)Z
            ifeq 10
         9: .line 346
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.launching.LaunchingMessages.ArchiveSourceLocation_Unable_to_initialize_source_location___missing_archive_path__3:Ljava/lang/String;
            aconst_null
            invokevirtual org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.abort:(Ljava/lang/String;Ljava/lang/Throwable;)V
        10: .line 348
      StackMap locals: org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation java.lang.String java.lang.Exception org.w3c.dom.Element javax.xml.parsers.DocumentBuilder java.io.StringReader org.xml.sax.InputSource java.lang.String
      StackMap stack:
            aload 3 /* root */
            ldc "rootPath"
            invokeinterface org.w3c.dom.Element.getAttribute:(Ljava/lang/String;)Ljava/lang/String;
            astore 8 /* rootPath */
        start local 8 // java.lang.String rootPath
        11: .line 350
            aload 0 /* this */
            aload 7 /* path */
            invokevirtual org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.setName:(Ljava/lang/String;)V
        12: .line 351
            aload 0 /* this */
            aload 8 /* rootPath */
            invokevirtual org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.setRootPath:(Ljava/lang/String;)V
        13: .line 352
            return
        end local 8 // java.lang.String rootPath
        end local 7 // java.lang.String path
        end local 6 // org.xml.sax.InputSource source
        end local 5 // java.io.StringReader reader
        end local 4 // javax.xml.parsers.DocumentBuilder parser
        end local 3 // org.w3c.dom.Element root
        14: .line 353
      StackMap locals: org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation java.lang.String java.lang.Exception
      StackMap stack: javax.xml.parsers.ParserConfigurationException
            astore 3 /* e */
        start local 3 // javax.xml.parsers.ParserConfigurationException e
        15: .line 354
            aload 3 /* e */
            astore 2 /* ex */
        end local 3 // javax.xml.parsers.ParserConfigurationException e
        16: goto 22
        17: .line 355
      StackMap locals:
      StackMap stack: org.xml.sax.SAXException
            astore 3 /* e */
        start local 3 // org.xml.sax.SAXException e
        18: .line 356
            aload 3 /* e */
            astore 2 /* ex */
        end local 3 // org.xml.sax.SAXException e
        19: goto 22
        20: .line 357
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 3 /* e */
        start local 3 // java.io.IOException e
        21: .line 358
            aload 3 /* e */
            astore 2 /* ex */
        end local 3 // java.io.IOException e
        22: .line 360
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.launching.LaunchingMessages.ArchiveSourceLocation_Exception_occurred_initializing_source_location__5:Ljava/lang/String;
            aload 2 /* ex */
            invokevirtual org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation.abort:(Ljava/lang/String;Ljava/lang/Throwable;)V
        23: .line 361
            return
        end local 2 // java.lang.Exception ex
        end local 1 // java.lang.String memento
        end local 0 // org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   24     0      this  Lorg/eclipse/jdt/launching/sourcelookup/ArchiveSourceLocation;
            0   24     1   memento  Ljava/lang/String;
            1   24     2        ex  Ljava/lang/Exception;
            2   14     3      root  Lorg/w3c/dom/Element;
            3   14     4    parser  Ljavax/xml/parsers/DocumentBuilder;
            5   14     5    reader  Ljava/io/StringReader;
            6   14     6    source  Lorg/xml/sax/InputSource;
            8   14     7      path  Ljava/lang/String;
           11   14     8  rootPath  Ljava/lang/String;
           15   16     3         e  Ljavax/xml/parsers/ParserConfigurationException;
           18   19     3         e  Lorg/xml/sax/SAXException;
           21   22     3         e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           1    13      14  Class javax.xml.parsers.ParserConfigurationException
           1    13      17  Class org.xml.sax.SAXException
           1    13      20  Class java.io.IOException
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
         Name  Flags
      memento  

  private boolean isEmpty(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation this
        start local 1 // java.lang.String string
         0: .line 364
            aload 1 /* string */
            ifnull 1
            aload 1 /* string */
            invokevirtual java.lang.String.length:()I
            ifeq 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 1 // java.lang.String string
        end local 0 // org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/eclipse/jdt/launching/sourcelookup/ArchiveSourceLocation;
            0    2     1  string  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      string  

  private void abort(java.lang.String, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation this
        start local 1 // java.lang.String message
        start local 2 // java.lang.Throwable e
         0: .line 371
            new org.eclipse.core.runtime.Status
            dup
            iconst_4
            invokestatic org.eclipse.jdt.internal.launching.LaunchingPlugin.getUniqueIdentifier:()Ljava/lang/String;
            sipush 150
            aload 1 /* message */
            aload 2 /* e */
            invokespecial org.eclipse.core.runtime.Status.<init>:(ILjava/lang/String;ILjava/lang/String;Ljava/lang/Throwable;)V
            astore 3 /* s */
        start local 3 // org.eclipse.core.runtime.IStatus s
         1: .line 372
            new org.eclipse.core.runtime.CoreException
            dup
            aload 3 /* s */
            invokespecial org.eclipse.core.runtime.CoreException.<init>:(Lorg/eclipse/core/runtime/IStatus;)V
            athrow
        end local 3 // org.eclipse.core.runtime.IStatus s
        end local 2 // java.lang.Throwable e
        end local 1 // java.lang.String message
        end local 0 // org.eclipse.jdt.launching.sourcelookup.ArchiveSourceLocation this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/eclipse/jdt/launching/sourcelookup/ArchiveSourceLocation;
            0    2     1  message  Ljava/lang/String;
            0    2     2        e  Ljava/lang/Throwable;
            1    2     3        s  Lorg/eclipse/core/runtime/IStatus;
    Exceptions:
      throws org.eclipse.core.runtime.CoreException
    MethodParameters:
         Name  Flags
      message  
      e        
}
SourceFile: "ArchiveSourceLocation.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()