Fork me on GitHub

FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.1

Threshold is low

Effort is max

Summary

Classes Bugs Errors Missing Classes
47 3 0 0

com.github.triceo.splitlog.MessageExchange

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

com.github.triceo.splitlog.MessageMetricExchange

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

com.github.triceo.splitlog.splitters.exceptions.ExceptionParser$1

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