The following document contains the results of FindBugs
FindBugs Version is 3.0.0
Threshold is medium
Effort is min
Class | Bugs |
---|---|
com.ericsson.research.trap.spi.transports.ApacheClientHttpTransport | 3 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Synchronization performed on java.util.concurrent.LinkedBlockingQueue in com.ericsson.research.trap.spi.transports.ApacheClientHttpTransport.flushTransport() | MT_CORRECTNESS | JLM_JSR166_UTILCONCURRENT_MONITORENTER | 383 | Medium |
Synchronization performed on java.util.concurrent.LinkedBlockingQueue in com.ericsson.research.trap.spi.transports.ApacheClientHttpTransport.internalDisconnect() | MT_CORRECTNESS | JLM_JSR166_UTILCONCURRENT_MONITORENTER | 252 | Medium |
Synchronization performed on java.util.concurrent.LinkedBlockingQueue in com.ericsson.research.trap.spi.transports.ApacheClientHttpTransport.internalSend(TrapMessage, boolean) | MT_CORRECTNESS | JLM_JSR166_UTILCONCURRENT_MONITORENTER | 144 | Medium |