phoenix384
phoenix384
The Config File Provider Plugin adds its own icons. Would it be possible to replace them?   
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...
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....