The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is low
Effort is max
| Class | Bugs |
|---|---|
| com.github.triceo.splitlog.MessageExchange | 1 |
| com.github.triceo.splitlog.MessageMetricExchange | 1 |
| com.github.triceo.splitlog.splitters.exceptions.ExceptionParser$1 | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Inconsistent synchronization of com.github.triceo.splitlog.MessageExchange.messageBlockingCondition; locked 54% of time | MT_CORRECTNESS | IS2_INCONSISTENT_SYNC | 27 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Inconsistent synchronization of com.github.triceo.splitlog.MessageMetricExchange.messageBlockingCondition; locked 60% of time | MT_CORRECTNESS | IS2_INCONSISTENT_SYNC | 31 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| The class com.github.triceo.splitlog.splitters.exceptions.ExceptionParser$1 could be refactored into a named _static_ inner class | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC_ANON | 142-145 | Low |