public class org.eclipse.jdt.internal.compiler.batch.FileSystem$ClasspathNormalizer
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.batch.FileSystem$ClasspathNormalizer
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.batch.FileSystem$ClasspathNormalizer this
         0: .line 140
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.jdt.internal.compiler.batch.FileSystem$ClasspathNormalizer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/batch/FileSystem$ClasspathNormalizer;

  public static java.util.ArrayList<org.eclipse.jdt.internal.compiler.batch.FileSystem$Classpath> normalize(java.util.ArrayList<org.eclipse.jdt.internal.compiler.batch.FileSystem$Classpath>);
    descriptor: (Ljava/util/ArrayList;)Ljava/util/ArrayList;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // java.util.ArrayList classpaths
         0: .line 150
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* normalizedClasspath */
        start local 1 // java.util.ArrayList normalizedClasspath
         1: .line 151
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 2 /* cache */
        start local 2 // java.util.HashSet cache
         2: .line 152
            aload 0 /* classpaths */
            invokevirtual java.util.ArrayList.iterator:()Ljava/util/Iterator;
            astore 3 /* iterator */
        start local 3 // java.util.Iterator iterator
         3: goto 8
         4: .line 153
      StackMap locals: java.util.ArrayList java.util.HashSet java.util.Iterator
      StackMap stack:
            aload 3 /* iterator */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.eclipse.jdt.internal.compiler.batch.FileSystem$Classpath
            astore 4 /* classpath */
        start local 4 // org.eclipse.jdt.internal.compiler.batch.FileSystem$Classpath classpath
         5: .line 154
            aload 2 /* cache */
            aload 4 /* classpath */
            invokevirtual java.util.HashSet.contains:(Ljava/lang/Object;)Z
            ifne 8
         6: .line 155
            aload 1 /* normalizedClasspath */
            aload 4 /* classpath */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         7: .line 156
            aload 2 /* cache */
            aload 4 /* classpath */
            invokevirtual java.util.HashSet.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // org.eclipse.jdt.internal.compiler.batch.FileSystem$Classpath classpath
         8: .line 152
      StackMap locals:
      StackMap stack:
            aload 3 /* iterator */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        end local 3 // java.util.Iterator iterator
         9: .line 159
            aload 1 /* normalizedClasspath */
            areturn
        end local 2 // java.util.HashSet cache
        end local 1 // java.util.ArrayList normalizedClasspath
        end local 0 // java.util.ArrayList classpaths
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   10     0           classpaths  Ljava/util/ArrayList<Lorg/eclipse/jdt/internal/compiler/batch/FileSystem$Classpath;>;
            1   10     1  normalizedClasspath  Ljava/util/ArrayList<Lorg/eclipse/jdt/internal/compiler/batch/FileSystem$Classpath;>;
            2   10     2                cache  Ljava/util/HashSet<Lorg/eclipse/jdt/internal/compiler/batch/FileSystem$Classpath;>;
            3    9     3             iterator  Ljava/util/Iterator<Lorg/eclipse/jdt/internal/compiler/batch/FileSystem$Classpath;>;
            5    8     4            classpath  Lorg/eclipse/jdt/internal/compiler/batch/FileSystem$Classpath;
    Signature: (Ljava/util/ArrayList<Lorg/eclipse/jdt/internal/compiler/batch/FileSystem$Classpath;>;)Ljava/util/ArrayList<Lorg/eclipse/jdt/internal/compiler/batch/FileSystem$Classpath;>;
    MethodParameters:
            Name  Flags
      classpaths  
}
SourceFile: "FileSystem.java"
NestHost: org.eclipse.jdt.internal.compiler.batch.FileSystem
InnerClasses:
  public abstract Classpath = org.eclipse.jdt.internal.compiler.batch.FileSystem$Classpath of org.eclipse.jdt.internal.compiler.batch.FileSystem
  public ClasspathNormalizer = org.eclipse.jdt.internal.compiler.batch.FileSystem$ClasspathNormalizer of org.eclipse.jdt.internal.compiler.batch.FileSystem