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
9 7 0 0

org.miloss.fgsms.services.das.impl.DAS4jBean

Bug Category Details Line Priority
org.miloss.fgsms.services.das.impl.DAS4jBean.df should be package protected MALICIOUS_CODE MS_PKGPROTECT 79 Medium
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.das.impl.DAS4jBean.fetchQuickStat(String, List, boolean) STYLE REC_CATCH_EXCEPTION 2341 Medium
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.das.impl.DAS4jBean.getAlerts(GetAlertsRequestMsg) STYLE REC_CATCH_EXCEPTION 308 Medium
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.das.impl.DAS4jBean.getAllOperationalStatusLog(GetAllOperationalStatusLogRequestMsg) STYLE REC_CATCH_EXCEPTION 1239 Medium
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.das.impl.DAS4jBean.getMessageTransactionLogDetails(GetMessageTransactionLogDetailsMsg) STYLE REC_CATCH_EXCEPTION 582 Medium

org.miloss.fgsms.services.das.impl.QueryGetMessageLogsByRange

Bug Category Details Line Priority
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.das.impl.QueryGetMessageLogsByRange.getMessageLogsByRange(GetMessageLogsRequestMsg, WebServiceContext) STYLE REC_CATCH_EXCEPTION 1471 Medium

org.miloss.fgsms.services.das.impl.QueryGetRecentMessageLogs

Bug Category Details Line Priority
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.das.impl.QueryGetRecentMessageLogs.getRecentMessageLogs(GetRecentMessageLogsRequestMsg, WebServiceContext) STYLE REC_CATCH_EXCEPTION 1474 Medium