Skip to content

Generic type parameter not analyzed #14

Open
@keith-turner

Description

@keith-turner

The following Accumulo method was not detected by APILyzer. This is a method in the public API. Howerver the type IteratorScope is not in the public API. It was not detected because its a Type parameter.

  void attachIterator(String namespace, IteratorSetting setting, EnumSet<IteratorScope> scopes) throws AccumuloException, AccumuloSecurityException,
      NamespaceNotFoundException;

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions