Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors on fully-qualified names #59

Open
vinicius0197 opened this issue Nov 28, 2020 · 0 comments
Open

Errors on fully-qualified names #59

vinicius0197 opened this issue Nov 28, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@vinicius0197
Copy link
Contributor

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;

@vinicius0197 vinicius0197 added the bug Something isn't working label Nov 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant