in src/main/java/org/apache/maven/shared/dependency/graph/internal/DirectScopeDependencySelector.java [43:49]
private DirectScopeDependencySelector(String scope, int depth) {
if (scope == null) {
throw new IllegalArgumentException("scope is null!");
}
this.scope = scope;
this.depth = depth;
}