[ https://jira.codehaus.org/browse/MPMD-200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=360780#comment-360780 ]
Alexey Markevich commented on MPMD-200: --------------------------------------- Workaround: add this dep to maven-pmd-plugin configuration <dependency> <groupId>net.sourceforge.pmd</groupId> <artifactId>pmd-java</artifactId> <version>5.2.3</version> </dependency> > Regression: Rule:UnusedPrivateMethod > ------------------------------------ > > Key: MPMD-200 > URL: https://jira.codehaus.org/browse/MPMD-200 > Project: Maven PMD Plugin > Issue Type: Bug > Components: PMD > Affects Versions: 3.3 > Reporter: Alexey Markevich > Attachments: maven-pmd-unused-private-method.zip > > > After upgrade from 3.1 to 3.3 there is failure detection: > [INFO] PMD Failure: test.Test:23 Rule:UnusedPrivateMethod Priority:3 Avoid > unused private methods such as 'createException(Exception)'.. -- This message was sent by Atlassian JIRA (v6.1.6#6162)