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

Using qualified paths instead of importing them String string = new java.lang.String();(referring to innerclasses is ok, e.g A.B) #136

Closed
Tracked by #18
Luro02 opened this issue Apr 23, 2023 · 0 comments · Fixed by #174
Labels
enhancement New feature or request new-lint A new lint.

Comments

@Luro02
Copy link
Collaborator

Luro02 commented Apr 23, 2023

Might be covered by PMD
https://docs.pmd-code.org/pmd-doc-7.0.0-rc1/pmd_rules_java_codestyle.html#unnecessaryfullyqualifiedname
Note: Is not covered, only when the type is already imported (not the case where one should add an import instead of a qualified path)

@Luro02 Luro02 mentioned this issue Apr 23, 2023
11 tasks
@Luro02 Luro02 added enhancement New feature or request new-lint A new lint. labels Apr 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request new-lint A new lint.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant