FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is

Effort is max

Summary

Classes Bugs Errors Missing Classes
14 2 0 0

net.avcompris.status.core.impl.StatusServiceImpl

Bug Category Details Line Priority
net.avcompris.status.core.impl.StatusServiceImpl.getInlineServiceLiveStatus(String, String, InlineService) explicitly invokes run on a thread (did you mean to start it instead?) MT_CORRECTNESS RU_INVOKE_RUN 465 High
net.avcompris.status.core.impl.StatusServiceImpl.getServiceLiveStatus(String, String) explicitly invokes run on a thread (did you mean to start it instead?) MT_CORRECTNESS RU_INVOKE_RUN 183 High