FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.9

Threshold is medium

Effort is min

Summary

ClassesBugsErrorsMissing Classes
25600

com.legstar.host.server.EngineHolder

BugCategoryDetailsLinePriority
Initialisation paresseuse incorrecte du champ statique com.legstar.host.server.EngineHolder.sWorkManager dans com.legstar.host.server.EngineHolder.initializeWorkManager()MT_CORRECTNESSLI_LAZY_INIT_STATIC141-144Medium
Initialisation paresseuse incorrecte du champ statique com.legstar.host.server.EngineHolder.sEngine dans com.legstar.host.server.EngineHolder.stop()MT_CORRECTNESSLI_LAZY_INIT_STATIC90-92Medium
Initialisation paresseuse incorrecte du champ statique com.legstar.host.server.EngineHolder.sExecutor dans com.legstar.host.server.EngineHolder.stop()MT_CORRECTNESSLI_LAZY_INIT_STATIC98-100Medium
Initialisation paresseuse incorrecte du champ statique com.legstar.host.server.EngineHolder.sPoolManager dans com.legstar.host.server.EngineHolder.stop()MT_CORRECTNESSLI_LAZY_INIT_STATIC94-96Medium

com.legstar.pool.manager.BlockingStack

BugCategoryDetailsLinePriority
La méthode com.legstar.pool.manager.BlockingStack.poll(long, TimeUnit) ne libère pas un verrou dans tous les chemins d'exceptionMT_CORRECTNESSUL_UNRELEASED_LOCK_EXCEPTION_PATH103Medium

com.legstar.work.manager.WorkItemImpl

BugCategoryDetailsLinePriority
com.legstar.work.manager.WorkItemImpl.equals(Object) fails for subtypesBAD_PRACTICEEQ_GETCLASS_AND_CLASS_CONSTANT140Medium