public final class org.eclipse.aether.util.graph.selector.ScopeDependencySelector implements org.eclipse.aether.collection.DependencySelector
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.aether.util.graph.selector.ScopeDependencySelector
  super_class: java.lang.Object
{
  private final boolean transitive;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Collection<java.lang.String> included;
    descriptor: Ljava/util/Collection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Collection<Ljava/lang/String;>;

  private final java.util.Collection<java.lang.String> excluded;
    descriptor: Ljava/util/Collection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Collection<Ljava/lang/String;>;

  public void <init>(java.util.Collection<java.lang.String>, java.util.Collection<java.lang.String>);
    descriptor: (Ljava/util/Collection;Ljava/util/Collection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.aether.util.graph.selector.ScopeDependencySelector this
        start local 1 // java.util.Collection included
        start local 2 // java.util.Collection excluded
         0: .line 56
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 58
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.aether.util.graph.selector.ScopeDependencySelector.transitive:Z
         2: .line 59
            aload 0 /* this */
            aload 1 /* included */
            invokestatic org.eclipse.aether.util.graph.selector.ScopeDependencySelector.clone:(Ljava/util/Collection;)Ljava/util/Collection;
            putfield org.eclipse.aether.util.graph.selector.ScopeDependencySelector.included:Ljava/util/Collection;
         3: .line 60
            aload 0 /* this */
            aload 2 /* excluded */
            invokestatic org.eclipse.aether.util.graph.selector.ScopeDependencySelector.clone:(Ljava/util/Collection;)Ljava/util/Collection;
            putfield org.eclipse.aether.util.graph.selector.ScopeDependencySelector.excluded:Ljava/util/Collection;
         4: .line 61
            return
        end local 2 // java.util.Collection excluded
        end local 1 // java.util.Collection included
        end local 0 // org.eclipse.aether.util.graph.selector.ScopeDependencySelector this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/eclipse/aether/util/graph/selector/ScopeDependencySelector;
            0    5     1  included  Ljava/util/Collection<Ljava/lang/String;>;
            0    5     2  excluded  Ljava/util/Collection<Ljava/lang/String;>;
    Signature: (Ljava/util/Collection<Ljava/lang/String;>;Ljava/util/Collection<Ljava/lang/String;>;)V
    MethodParameters:
          Name  Flags
      included  
      excluded  

  private static java.util.Collection<java.lang.String> clone(java.util.Collection<java.lang.String>);
    descriptor: (Ljava/util/Collection;)Ljava/util/Collection;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // java.util.Collection scopes
         0: .line 66
            aload 0 /* scopes */
            ifnull 1
            aload 0 /* scopes */
            invokeinterface java.util.Collection.isEmpty:()Z
            ifeq 3
         1: .line 69
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 1 /* copy */
        start local 1 // java.util.Collection copy
         2: .line 70
            goto 6
        end local 1 // java.util.Collection copy
         3: .line 73
      StackMap locals:
      StackMap stack:
            new java.util.HashSet
            dup
            aload 0 /* scopes */
            invokespecial java.util.HashSet.<init>:(Ljava/util/Collection;)V
            astore 1 /* copy */
        start local 1 // java.util.Collection copy
         4: .line 74
            aload 1 /* copy */
            invokeinterface java.util.Collection.size:()I
            iconst_2
            if_icmpgt 6
         5: .line 77
            new java.util.ArrayList
            dup
            new java.util.TreeSet
            dup
            aload 1 /* copy */
            invokespecial java.util.TreeSet.<init>:(Ljava/util/Collection;)V
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            astore 1 /* copy */
         6: .line 80
      StackMap locals: java.util.Collection
      StackMap stack:
            aload 1 /* copy */
            areturn
        end local 1 // java.util.Collection copy
        end local 0 // java.util.Collection scopes
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0  scopes  Ljava/util/Collection<Ljava/lang/String;>;
            2    3     1    copy  Ljava/util/Collection<Ljava/lang/String;>;
            4    7     1    copy  Ljava/util/Collection<Ljava/lang/String;>;
    Signature: (Ljava/util/Collection<Ljava/lang/String;>;)Ljava/util/Collection<Ljava/lang/String;>;
    MethodParameters:
        Name  Flags
      scopes  

  public void <init>(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.aether.util.graph.selector.ScopeDependencySelector this
        start local 1 // java.lang.String[] excluded
         0: .line 90
            aload 0 /* this */
            aconst_null
            aload 1 /* excluded */
            ifnull 1
            aload 1 /* excluded */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            goto 2
      StackMap locals: uninitialized-this java.lang.String[]
      StackMap stack: uninitialized-this null
         1: aconst_null
      StackMap locals: uninitialized-this java.lang.String[]
      StackMap stack: uninitialized-this null java.util.List
         2: invokespecial org.eclipse.aether.util.graph.selector.ScopeDependencySelector.<init>:(Ljava/util/Collection;Ljava/util/Collection;)V
         3: .line 91
            return
        end local 1 // java.lang.String[] excluded
        end local 0 // org.eclipse.aether.util.graph.selector.ScopeDependencySelector this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/eclipse/aether/util/graph/selector/ScopeDependencySelector;
            0    4     1  excluded  [Ljava/lang/String;
    MethodParameters:
          Name  Flags
      excluded  

  private void <init>(boolean, java.util.Collection<java.lang.String>, java.util.Collection<java.lang.String>);
    descriptor: (ZLjava/util/Collection;Ljava/util/Collection;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.eclipse.aether.util.graph.selector.ScopeDependencySelector this
        start local 1 // boolean transitive
        start local 2 // java.util.Collection included
        start local 3 // java.util.Collection excluded
         0: .line 93
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 95
            aload 0 /* this */
            iload 1 /* transitive */
            putfield org.eclipse.aether.util.graph.selector.ScopeDependencySelector.transitive:Z
         2: .line 96
            aload 0 /* this */
            aload 2 /* included */
            putfield org.eclipse.aether.util.graph.selector.ScopeDependencySelector.included:Ljava/util/Collection;
         3: .line 97
            aload 0 /* this */
            aload 3 /* excluded */
            putfield org.eclipse.aether.util.graph.selector.ScopeDependencySelector.excluded:Ljava/util/Collection;
         4: .line 98
            return
        end local 3 // java.util.Collection excluded
        end local 2 // java.util.Collection included
        end local 1 // boolean transitive
        end local 0 // org.eclipse.aether.util.graph.selector.ScopeDependencySelector this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/eclipse/aether/util/graph/selector/ScopeDependencySelector;
            0    5     1  transitive  Z
            0    5     2    included  Ljava/util/Collection<Ljava/lang/String;>;
            0    5     3    excluded  Ljava/util/Collection<Ljava/lang/String;>;
    Signature: (ZLjava/util/Collection<Ljava/lang/String;>;Ljava/util/Collection<Ljava/lang/String;>;)V
    MethodParameters:
            Name  Flags
      transitive  
      included    
      excluded    

  public boolean selectDependency(org.eclipse.aether.graph.Dependency);
    descriptor: (Lorg/eclipse/aether/graph/Dependency;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.aether.util.graph.selector.ScopeDependencySelector this
        start local 1 // org.eclipse.aether.graph.Dependency dependency
         0: .line 102
            aload 0 /* this */
            getfield org.eclipse.aether.util.graph.selector.ScopeDependencySelector.transitive:Z
            ifne 2
         1: .line 104
            iconst_1
            ireturn
         2: .line 107
      StackMap locals:
      StackMap stack:
            aload 1 /* dependency */
            invokevirtual org.eclipse.aether.graph.Dependency.getScope:()Ljava/lang/String;
            astore 2 /* scope */
        start local 2 // java.lang.String scope
         3: .line 108
            aload 0 /* this */
            getfield org.eclipse.aether.util.graph.selector.ScopeDependencySelector.included:Ljava/util/Collection;
            ifnull 4
            aload 0 /* this */
            getfield org.eclipse.aether.util.graph.selector.ScopeDependencySelector.included:Ljava/util/Collection;
            aload 2 /* scope */
            invokeinterface java.util.Collection.contains:(Ljava/lang/Object;)Z
            ifeq 6
         4: .line 109
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.aether.util.graph.selector.ScopeDependencySelector.excluded:Ljava/util/Collection;
            ifnull 5
            aload 0 /* this */
            getfield org.eclipse.aether.util.graph.selector.ScopeDependencySelector.excluded:Ljava/util/Collection;
            aload 2 /* scope */
            invokeinterface java.util.Collection.contains:(Ljava/lang/Object;)Z
            ifne 6
         5: .line 108
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         6: iconst_0
            ireturn
        end local 2 // java.lang.String scope
        end local 1 // org.eclipse.aether.graph.Dependency dependency
        end local 0 // org.eclipse.aether.util.graph.selector.ScopeDependencySelector this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/eclipse/aether/util/graph/selector/ScopeDependencySelector;
            0    7     1  dependency  Lorg/eclipse/aether/graph/Dependency;
            3    7     2       scope  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      dependency  

  public org.eclipse.aether.collection.DependencySelector deriveChildSelector(org.eclipse.aether.collection.DependencyCollectionContext);
    descriptor: (Lorg/eclipse/aether/collection/DependencyCollectionContext;)Lorg/eclipse/aether/collection/DependencySelector;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.aether.util.graph.selector.ScopeDependencySelector this
        start local 1 // org.eclipse.aether.collection.DependencyCollectionContext context
         0: .line 114
            aload 0 /* this */
            getfield org.eclipse.aether.util.graph.selector.ScopeDependencySelector.transitive:Z
            ifne 1
            aload 1 /* context */
            invokeinterface org.eclipse.aether.collection.DependencyCollectionContext.getDependency:()Lorg/eclipse/aether/graph/Dependency;
            ifnonnull 2
         1: .line 116
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
         2: .line 119
      StackMap locals:
      StackMap stack:
            new org.eclipse.aether.util.graph.selector.ScopeDependencySelector
            dup
            iconst_1
            aload 0 /* this */
            getfield org.eclipse.aether.util.graph.selector.ScopeDependencySelector.included:Ljava/util/Collection;
            aload 0 /* this */
            getfield org.eclipse.aether.util.graph.selector.ScopeDependencySelector.excluded:Ljava/util/Collection;
            invokespecial org.eclipse.aether.util.graph.selector.ScopeDependencySelector.<init>:(ZLjava/util/Collection;Ljava/util/Collection;)V
            areturn
        end local 1 // org.eclipse.aether.collection.DependencyCollectionContext context
        end local 0 // org.eclipse.aether.util.graph.selector.ScopeDependencySelector this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/eclipse/aether/util/graph/selector/ScopeDependencySelector;
            0    3     1  context  Lorg/eclipse/aether/collection/DependencyCollectionContext;
    MethodParameters:
         Name  Flags
      context  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.aether.util.graph.selector.ScopeDependencySelector this
        start local 1 // java.lang.Object obj
         0: .line 125
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 127
            iconst_1
            ireturn
         2: .line 129
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnull 3
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 4
         3: .line 131
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 134
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.eclipse.aether.util.graph.selector.ScopeDependencySelector
            astore 2 /* that */
        start local 2 // org.eclipse.aether.util.graph.selector.ScopeDependencySelector that
         5: .line 135
            aload 0 /* this */
            getfield org.eclipse.aether.util.graph.selector.ScopeDependencySelector.transitive:Z
            aload 2 /* that */
            getfield org.eclipse.aether.util.graph.selector.ScopeDependencySelector.transitive:Z
            if_icmpne 8
            aload 0 /* this */
            getfield org.eclipse.aether.util.graph.selector.ScopeDependencySelector.included:Ljava/util/Collection;
            aload 2 /* that */
            getfield org.eclipse.aether.util.graph.selector.ScopeDependencySelector.included:Ljava/util/Collection;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 8
         6: .line 136
            aload 0 /* this */
            getfield org.eclipse.aether.util.graph.selector.ScopeDependencySelector.excluded:Ljava/util/Collection;
            aload 2 /* that */
            getfield org.eclipse.aether.util.graph.selector.ScopeDependencySelector.excluded:Ljava/util/Collection;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 8
         7: .line 135
            iconst_1
            ireturn
      StackMap locals: org.eclipse.aether.util.graph.selector.ScopeDependencySelector
      StackMap stack:
         8: iconst_0
            ireturn
        end local 2 // org.eclipse.aether.util.graph.selector.ScopeDependencySelector that
        end local 1 // java.lang.Object obj
        end local 0 // org.eclipse.aether.util.graph.selector.ScopeDependencySelector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/eclipse/aether/util/graph/selector/ScopeDependencySelector;
            0    9     1   obj  Ljava/lang/Object;
            5    9     2  that  Lorg/eclipse/aether/util/graph/selector/ScopeDependencySelector;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.aether.util.graph.selector.ScopeDependencySelector this
         0: .line 142
            bipush 17
            istore 1 /* hash */
        start local 1 // int hash
         1: .line 143
            iload 1 /* hash */
            bipush 31
            imul
            aload 0 /* this */
            getfield org.eclipse.aether.util.graph.selector.ScopeDependencySelector.transitive:Z
            ifeq 2
            iconst_1
            goto 3
      StackMap locals: org.eclipse.aether.util.graph.selector.ScopeDependencySelector int
      StackMap stack: int
         2: iconst_0
      StackMap locals: org.eclipse.aether.util.graph.selector.ScopeDependencySelector int
      StackMap stack: int int
         3: iadd
            istore 1 /* hash */
         4: .line 144
            iload 1 /* hash */
            bipush 31
            imul
            aload 0 /* this */
            getfield org.eclipse.aether.util.graph.selector.ScopeDependencySelector.included:Ljava/util/Collection;
            ifnull 5
            aload 0 /* this */
            getfield org.eclipse.aether.util.graph.selector.ScopeDependencySelector.included:Ljava/util/Collection;
            invokeinterface java.util.Collection.hashCode:()I
            goto 6
      StackMap locals:
      StackMap stack: int
         5: iconst_0
      StackMap locals: org.eclipse.aether.util.graph.selector.ScopeDependencySelector int
      StackMap stack: int int
         6: iadd
            istore 1 /* hash */
         7: .line 145
            iload 1 /* hash */
            bipush 31
            imul
            aload 0 /* this */
            getfield org.eclipse.aether.util.graph.selector.ScopeDependencySelector.excluded:Ljava/util/Collection;
            ifnull 8
            aload 0 /* this */
            getfield org.eclipse.aether.util.graph.selector.ScopeDependencySelector.excluded:Ljava/util/Collection;
            invokeinterface java.util.Collection.hashCode:()I
            goto 9
      StackMap locals:
      StackMap stack: int
         8: iconst_0
      StackMap locals: org.eclipse.aether.util.graph.selector.ScopeDependencySelector int
      StackMap stack: int int
         9: iadd
            istore 1 /* hash */
        10: .line 146
            iload 1 /* hash */
            ireturn
        end local 1 // int hash
        end local 0 // org.eclipse.aether.util.graph.selector.ScopeDependencySelector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/eclipse/aether/util/graph/selector/ScopeDependencySelector;
            1   11     1  hash  I
}
SourceFile: "ScopeDependencySelector.java"