Tagged Questions

0
votes
2answers
521 views

PMD rule DataflowAnomalyAnalysis oddness

I have the following JUnit test: @Test public void testRunLocalhost() throws IOException, InterruptedException { // Start an AnnouncerThread final AnnouncerThread announcer = new ...