The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.miloss.fgsms.services.das.impl.DAS4jBean | 5 |
org.miloss.fgsms.services.das.impl.QueryGetMessageLogsByRange | 1 |
org.miloss.fgsms.services.das.impl.QueryGetRecentMessageLogs | 1 |
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 |
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 |
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 |