Affects PMD Version: 6.4.0
Rule: UnusedPrivateMethod
Description:
A private method of an outer class called in an inner class via a method from an external class returning an object of the outer class type is falsely reported as being unused.
Code Sample demonstrating the issue:
Running PMD through: [Maven]
Affects PMD Version: 6.4.0
Rule: UnusedPrivateMethod
Description:
A private method of an outer class called in an inner class via a method from an external class returning an object of the outer class type is falsely reported as being unused.
Code Sample demonstrating the issue:
mvn installin root of downloaded repositoryRunning PMD through: [Maven]