FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Unusable type signature for overload of `graphql.schema.SchemaTraverser::depthFirst` · Issue #4147 · graphql-java/graphql-java · GitHub

Unusable type signature for overload of graphql.schema.SchemaTraverser::depthFirst #4147

Description

Describe the bug

The following method declaration is only usable by graphql.schema.SchemaTraverser since the second arguments type is a private static inner class:

public TraverserResult depthFirst(final Traverser<GraphQLSchemaElement> traverser, final TraverserDelegateVisitor traverserDelegateVisitor, Collection<? extends GraphQLSchemaElement> roots);

I suspect that the signature should have been either private, or:

public TraverserResult depthFirst(final Traverser<GraphQLSchemaElement> traverser, final TraverserVisitor<GraphQLSchemaElement> traverserVisitor, Collection<? extends GraphQLSchemaElement> roots);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL