Fork me on GitHub

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
12 1 0 0

Files

Class Bugs
fr.paris.lutece.plugins.rest.modules.healthcheck.business.impl.DBCheck 1

fr.paris.lutece.plugins.rest.modules.healthcheck.business.impl.DBCheck

Bug Category Details Line Priority
Write to static field fr.paris.lutece.plugins.rest.modules.healthcheck.business.impl.DBCheck._dao from instance method new fr.paris.lutece.plugins.rest.modules.healthcheck.business.impl.DBCheck(IDBCheckDAO) STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 60 High