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.nio.impl.nio2.Nio2Socket | 2 |
com.ericsson.research.trap.nio.impl.nio2.Nio2SocketBase | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Synchronization performed on java.util.concurrent.atomic.AtomicBoolean in com.ericsson.research.trap.nio.impl.nio2.Nio2Socket._write() | MT_CORRECTNESS | JLM_JSR166_UTILCONCURRENT_MONITORENTER | 167 | Medium |
Synchronization performed on java.util.concurrent.atomic.AtomicBoolean in com.ericsson.research.trap.nio.impl.nio2.Nio2Socket._write() | MT_CORRECTNESS | JLM_JSR166_UTILCONCURRENT_MONITORENTER | 182 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Inconsistent synchronization of com.ericsson.research.trap.nio.impl.nio2.Nio2SocketBase.handler; locked 85% of time | MT_CORRECTNESS | IS2_INCONSISTENT_SYNC | 128 | Medium |