Affects PMD Version:
6.20.0, at least.
Rule:
UnnecessaryFullyQualifiedName
Description:
If a FQN starts (but continues with further identifier symbols) with the current package name, there's a false positive `Unnecessary use of fully qualified name 'a.b.car.Car' due to existing same package import 'a.b.c.*'
Code Sample demonstrating the issue:
package a.b.c; class A { a.b.car.Car c; }
Running PMD through:
CLI/Gradle
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