Here's a simpler test case: public class PMDTest { void foo() { Runnable runnable...
Here's a simpler test case: public class PMDTest { void foo() { Runnable runnable...
public class PMDTest { void foo() { Runnable runnable = PMDTest::bar; } static void...
Here's a simpler test case: public class PMDTest { private void foo(){ Runnable runnable...
Java 8 method reference causing false positives
Ah, it seems I'm having this problem because I'm using the maven plugin, which is...
Ah, it seems I'm having this problem because I'm using the maven plugin, which is...
Java 8 lambdas cause PMD to do nothing