[java] UnnecessaryFullyQualifiedName: false-positive in an enum that uses its own static variables #5263
Labels
a:false-positive
PMD flags a piece of code that is not problematic
in:symbol-table
Affects the symbol table code
Milestone
Affects PMD Version: 7.6.0
Rule:
UnnecessaryFullyQualifiedName
Description:
Code Sample demonstrating the issue:
Incorrectly generates:
Expected outcome:
PMD reports a violation at line 5, but that's wrong. That's a false positive.
Running PMD through: Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
The text was updated successfully, but these errors were encountered: