phoenix384

Results 4 issues of phoenix384

The Config File Provider Plugin adds its own icons. Would it be possible to replace them? ![verwalten](https://cloud.githubusercontent.com/assets/3883662/16654525/81b7e036-4456-11e6-987a-c6ffdd7562a9.PNG) ![cfgfile](https://cloud.githubusercontent.com/assets/3883662/16654595/d0d8b424-4456-11e6-886e-96c479e45971.PNG) ![page](https://cloud.githubusercontent.com/assets/3883662/16654524/81b37d5c-4456-11e6-9618-0b89efdce7c9.PNG)

Private methods in interfaces that are called by default methods are flagged with UPM_UNCALLED_PRIVATE_METHOD - "Private method xyz is never called". Example code: ``` public interface TestInterface { default void...

The ordering introduced with #1130 is a great feature. Also the fact that the annotation is inherited is really helpful in some cases. But when a parameterized test inherits an...

parameterized

After updating to PMD 7 I noticed that the rule LongVariable now also takes enum constants into account. It didn't do that before. On the one hand this is good....

an:enhancement