FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.0

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
1 3 0 0

com.ericsson.research.trap.spi.transports.ApacheClientHttpTransport

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