Affects PMD Version: 6.4.0
Rule:category/java/codestyle.xml/UnnecessaryFullyQualifiedName
Description:
When the import is implicit rather than explicit, unnecessary FQCN uses are not flagged.
Possibly the same error occurs for same-package classes.
Code Sample demonstrating the issue:
public class JavaLang {
public void convert(java.lang.String s) {
}
}
Running PMD through: Any
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4