Affects PMD Version: 6.4.0
Rule:category/java/codestyle.xml/UnnecessaryFullyQualifiedName
Description:
Unnecessary FQCN of same package classes are not flagged.
Code Sample demonstrating the issue:
package org.foo;
public class SamePackage {
public void convert(org.foo.Bar s) { // violation
}
}
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