The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.codehaus.gmaven.adapter.impl.ConsoleWindowImpl$2 | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Unconditional wait in org.codehaus.gmaven.adapter.impl.ConsoleWindowImpl$2.await() | MT_CORRECTNESS | UW_UNCOND_WAIT | 106 | Medium |
Wait not in loop in org.codehaus.gmaven.adapter.impl.ConsoleWindowImpl$2.await() | MT_CORRECTNESS | WA_NOT_IN_LOOP | 106 | Medium |