Matthew Janssen
Matthew Janssen
This doesn't only occur with anonymous classes. I am uplifting our projects to Java 11 from Java 8 and am encountering a few hundred false-positives (235 to be exact) on...
Thanks for the responses. I guess our argument is that since the factory method (`getInstance`) is `static` then you could technically move that method to any other class, right? So...
+1. We are seeing the same issues. It would be very helpful to us if this plugin could honour the default configuration of not analysing tests.