jborgers/PMD-jPinpoint-rules

Remove usage of deprecated attibute `VariableDeclaratorId/@Image` on AvoidUnusedAssignments

Closed this issue · 0 comments

emouty commented

When we run the maven-pmd-plugin in 3.21.0 with pmd in 6.55.0, we get the following warning :

[WARNING] Use of deprecated attribute 'VariableDeclaratorId/@Image' by XPath rule 'AvoidUnusedAssignments' (in ruleset 'jpinpoint-rules'), please use @Name instead

It would be nice if the rule used the new attribute :)