Using qualified paths instead of importing them String string = new java.lang.String();
(referring to innerclasses is ok, e.g A.B
)
#136
Labels
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)
The text was updated successfully, but these errors were encountered: