Tagged Questions
0
votes
2answers
545 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 ...