Skip to content

Errors on fully-qualified names #59

@vinicius0197

Description

@vinicius0197

For some reason, our parser is not accepting expressions of this kind for fully-qualified names

java.security.spec.AlgorithmParameterSpec params;

But it accepts like this (notice the upper case word on the third position)

java.security.Spec.AlgorithmParameterSpec params;

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions