Fork me on GitHub

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
8 3 0 0

org.miloss.fgsms.plugins.CustomSLAAction

Bug Category Details Line Priority
Dead store to fac in org.miloss.fgsms.plugins.CustomSLAAction.ProcessAction(AlertContainer, List) STYLE DLS_DEAD_LOCAL_STORE 110 Medium

org.miloss.fgsms.plugins.sla.alertservice.AlertRecieverTestImpl

Bug Category Details Line Priority
org.miloss.fgsms.plugins.sla.alertservice.AlertRecieverTestImpl.count should be package protected MALICIOUS_CODE MS_PKGPROTECT 40 Medium
Write to static field org.miloss.fgsms.plugins.sla.alertservice.AlertRecieverTestImpl.count from instance method org.miloss.fgsms.plugins.sla.alertservice.AlertRecieverTestImpl.recieveServiceAlert(Calendar, String) STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 52 Medium