False positive UnusedPrivateMethod with public inner enum from another class
A source code analyzer
Brought to you by:
adangel,
juansotuyo
Adding the repro case.
With PMD 5.2.2, and using the auxclasspath, I'm getting a false positive from UnusedPrivateMethod when using different aliases for the same inner enum class. See attached files for the repro.
Thanks! I could reproduce it and it will be fixed with the next release.