I am using maven-pmd-plugin 3.6 which defaults to PMD 5.3.5. When switching from...
I can see two 5.3 and 5.4 versions of PDM in the maven central. Will it be fixed...
UnnecessaryFinalModifier false positive on a @SafeVarargs method
Still there in 5.3.5: line 6: Avoid unused imports such as 'a.b.c.d.AgentState' import...
Still there in 5.3.5: import a.b.c.d.AgentState; /** * Gets all active AgentHandles....