False positive for UnusedPrivateMethod if only called with subclasses
A source code analyzer
Brought to you by:
adangel,
juansotuyo
For this to be working, you'll need to configure the auxclasspath, e.g.
You'll need to have your project compiled first. This commandline assumes, that the compiled class files are in the folder
bin.Without the auxclasspath and the compiled sources, PMD is not able to detect that SomeConfigImpl is a ConfigIfc - and therefore raises this violation.