FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
6 4 0 0

de.mxro.webapiexample.WebApi

Bug Category Details Line Priority
Boxing/unboxing to parse a primitive de.mxro.webapiexample.WebApi.main(String[]) PERFORMANCE DM_BOXED_PRIMITIVE_FOR_PARSING 20 High

de.mxro.webapiexample.internal.WebApiServerImpl

Bug Category Details Line Priority
Synchronization on Boolean in de.mxro.webapiexample.internal.WebApiServerImpl.start(int) MT_CORRECTNESS DL_SYNCHRONIZATION_ON_BOOLEAN 25 High
Synchronization on Boolean in de.mxro.webapiexample.internal.WebApiServerImpl.stop() MT_CORRECTNESS DL_SYNCHRONIZATION_ON_BOOLEAN 57 High
Synchronization on WebApiServerImpl.started in futile attempt to guard it MT_CORRECTNESS ML_SYNC_ON_FIELD_TO_GUARD_CHANGING_THAT_FIELD 29 Medium