The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Dead store to ampm in org.miloss.fgsms.services.rs.impl.CsvExporter.generateTransactionsCSVReport(ExportCSVDataRequestMsg, String, List, String, String, SecurityWrapper) | STYLE | DLS_DEAD_LOCAL_STORE | 227 | Medium |
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.rs.impl.CsvExporter.generateAuditCSVReport(ExportCSVDataRequestMsg, String, List, String, SecurityWrapper) | STYLE | REC_CATCH_EXCEPTION | 641 | Medium |
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.rs.impl.CsvExporter.generateAvailabilityCSVReport(ExportCSVDataRequestMsg, String, List, String, String, SecurityWrapper) | STYLE | REC_CATCH_EXCEPTION | 534 | Medium |
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.rs.impl.CsvExporter.generateHardDriveCSVReport(ExportCSVDataRequestMsg, String, List, String, String, SecurityWrapper) | STYLE | REC_CATCH_EXCEPTION | 759 | Medium |
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.rs.impl.CsvExporter.generateMachineCSVReport(ExportCSVDataRequestMsg, String, List, String, String, SecurityWrapper) | STYLE | REC_CATCH_EXCEPTION | 1030 | Medium |
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.rs.impl.CsvExporter.generateNetworkCSVReport(ExportCSVDataRequestMsg, String, List, String, String, SecurityWrapper) | STYLE | REC_CATCH_EXCEPTION | 868 | Medium |
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.rs.impl.CsvExporter.generateProcessCSVReport(ExportCSVDataRequestMsg, String, List, String, String, SecurityWrapper) | STYLE | REC_CATCH_EXCEPTION | 1159 | Medium |
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.rs.impl.CsvExporter.generateStatisticsCSVReport(ExportCSVDataRequestMsg, String, List, String, String, SecurityWrapper) | STYLE | REC_CATCH_EXCEPTION | 430 | Medium |
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.rs.impl.CsvExporter.generateTransactionsCSVReport(ExportCSVDataRequestMsg, String, List, String, String, SecurityWrapper) | STYLE | REC_CATCH_EXCEPTION | 304 | Medium |
Useless object stored in variable ampm of method org.miloss.fgsms.services.rs.impl.CsvExporter.generateTransactionsCSVReport(ExportCSVDataRequestMsg, String, List, String, String, SecurityWrapper) | STYLE | UC_USELESS_OBJECT | 227 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.rs.impl.Reporting.generateZipFileandDelete(List, String) | STYLE | REC_CATCH_EXCEPTION | 478 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The method name org.miloss.fgsms.services.rs.impl.TimeSeriesContainer.Get(String, Class) doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 40-47 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The method name org.miloss.fgsms.services.rs.impl.reports.BaseReportGenerator.GetOptionalParameters() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 80 | Medium |
The method name org.miloss.fgsms.services.rs.impl.reports.BaseReportGenerator.GetRequiredParameters() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 75 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The method name org.miloss.fgsms.services.rs.impl.reports.ServiceLevelAgreementReport.GetAppliesTo() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 52-58 | Medium |
The method name org.miloss.fgsms.services.rs.impl.reports.ServiceLevelAgreementReport.GetDisplayName() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 40 | Medium |
The method name org.miloss.fgsms.services.rs.impl.reports.ServiceLevelAgreementReport.GetHtmlFormattedHelp() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 45 | Medium |
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.rs.impl.reports.ServiceLevelAgreementReport.generateReport(OutputStreamWriter, List, String, List, TimeRange, String, SecurityWrapper, WebServiceContext) | STYLE | REC_CATCH_EXCEPTION | 131 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Dead store to set in org.miloss.fgsms.services.rs.impl.reports.broker.ConsumersByQueueOrTopic.generateReport(OutputStreamWriter, List, String, List, TimeRange, String, SecurityWrapper, WebServiceContext) | STYLE | DLS_DEAD_LOCAL_STORE | 72 | High |
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.rs.impl.reports.broker.ConsumersByQueueOrTopic.generateReport(OutputStreamWriter, List, String, List, TimeRange, String, SecurityWrapper, WebServiceContext) | STYLE | REC_CATCH_EXCEPTION | 138 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Dead store to set in org.miloss.fgsms.services.rs.impl.reports.broker.QueueDepth.generateReport(OutputStreamWriter, List, String, List, TimeRange, String, SecurityWrapper, WebServiceContext) | STYLE | DLS_DEAD_LOCAL_STORE | 65 | High |
The method name org.miloss.fgsms.services.rs.impl.reports.broker.QueueDepth.GetAppliesTo() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 53-55 | Medium |
The method name org.miloss.fgsms.services.rs.impl.reports.broker.QueueDepth.GetDisplayName() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 42 | Medium |
The method name org.miloss.fgsms.services.rs.impl.reports.broker.QueueDepth.GetHtmlFormattedHelp() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 47 | Medium |
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.rs.impl.reports.broker.QueueDepth.generateReport(OutputStreamWriter, List, String, List, TimeRange, String, SecurityWrapper, WebServiceContext) | STYLE | REC_CATCH_EXCEPTION | 145 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The method name org.miloss.fgsms.services.rs.impl.reports.broker.QueueTopicCountByBroker.GetAppliesTo() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 50-52 | Medium |
The method name org.miloss.fgsms.services.rs.impl.reports.broker.QueueTopicCountByBroker.GetDisplayName() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 40 | Medium |
The method name org.miloss.fgsms.services.rs.impl.reports.broker.QueueTopicCountByBroker.GetHtmlFormattedHelp() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 45 | Medium |
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.rs.impl.reports.broker.QueueTopicCountByBroker.generateReport(OutputStreamWriter, List, String, List, TimeRange, String, SecurityWrapper, WebServiceContext) | STYLE | REC_CATCH_EXCEPTION | 113 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The method name org.miloss.fgsms.services.rs.impl.reports.os.CpuUsageReport.GetAppliesTo() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 51-54 | Medium |
The method name org.miloss.fgsms.services.rs.impl.reports.os.CpuUsageReport.GetDisplayName() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 41 | Medium |
The method name org.miloss.fgsms.services.rs.impl.reports.os.CpuUsageReport.GetHtmlFormattedHelp() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 46 | Medium |
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.rs.impl.reports.os.CpuUsageReport.generateReport(OutputStreamWriter, List, String, List, TimeRange, String, SecurityWrapper, WebServiceContext) | STYLE | REC_CATCH_EXCEPTION | 136 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The method name org.miloss.fgsms.services.rs.impl.reports.os.DiskIOReport.GetAppliesTo() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 52-54 | Medium |
The method name org.miloss.fgsms.services.rs.impl.reports.os.DiskIOReport.GetDisplayName() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 42 | Medium |
The method name org.miloss.fgsms.services.rs.impl.reports.os.DiskIOReport.GetHtmlFormattedHelp() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 47 | Medium |
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.rs.impl.reports.os.DiskIOReport.generateReport(OutputStreamWriter, List, String, List, TimeRange, String, SecurityWrapper, WebServiceContext) | STYLE | REC_CATCH_EXCEPTION | 189 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The method name org.miloss.fgsms.services.rs.impl.reports.os.FreeDiskSpace.GetAppliesTo() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 53-55 | Medium |
The method name org.miloss.fgsms.services.rs.impl.reports.os.FreeDiskSpace.GetDisplayName() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 42 | Medium |
The method name org.miloss.fgsms.services.rs.impl.reports.os.FreeDiskSpace.GetHtmlFormattedHelp() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 47 | Medium |
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.rs.impl.reports.os.FreeDiskSpace.generateReport(OutputStreamWriter, List, String, List, TimeRange, String, SecurityWrapper, WebServiceContext) | STYLE | REC_CATCH_EXCEPTION | 181 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The method name org.miloss.fgsms.services.rs.impl.reports.os.MemoryUsageReport.GetAppliesTo() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 51-54 | Medium |
The method name org.miloss.fgsms.services.rs.impl.reports.os.MemoryUsageReport.GetDisplayName() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 41 | Medium |
The method name org.miloss.fgsms.services.rs.impl.reports.os.MemoryUsageReport.GetHtmlFormattedHelp() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 46 | Medium |
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.rs.impl.reports.os.MemoryUsageReport.generateReport(OutputStreamWriter, List, String, List, TimeRange, String, SecurityWrapper, WebServiceContext) | STYLE | REC_CATCH_EXCEPTION | 123 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Dead store to set in org.miloss.fgsms.services.rs.impl.reports.os.NetworkIOReport.generateReport(OutputStreamWriter, List, String, List, TimeRange, String, SecurityWrapper, WebServiceContext) | STYLE | DLS_DEAD_LOCAL_STORE | 65 | High |
The method name org.miloss.fgsms.services.rs.impl.reports.os.NetworkIOReport.GetAppliesTo() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 53-55 | Medium |
The method name org.miloss.fgsms.services.rs.impl.reports.os.NetworkIOReport.GetDisplayName() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 43 | Medium |
The method name org.miloss.fgsms.services.rs.impl.reports.os.NetworkIOReport.GetHtmlFormattedHelp() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 48 | Medium |
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.rs.impl.reports.os.NetworkIOReport.generateReport(OutputStreamWriter, List, String, List, TimeRange, String, SecurityWrapper, WebServiceContext) | STYLE | REC_CATCH_EXCEPTION | 165 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The method name org.miloss.fgsms.services.rs.impl.reports.os.OpenFilesByProcess.GetAppliesTo() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 52-54 | Medium |
The method name org.miloss.fgsms.services.rs.impl.reports.os.OpenFilesByProcess.GetDisplayName() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 41 | Medium |
The method name org.miloss.fgsms.services.rs.impl.reports.os.OpenFilesByProcess.GetHtmlFormattedHelp() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 46 | Medium |
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.rs.impl.reports.os.OpenFilesByProcess.generateReport(OutputStreamWriter, List, String, List, TimeRange, String, SecurityWrapper, WebServiceContext) | STYLE | REC_CATCH_EXCEPTION | 142 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The method name org.miloss.fgsms.services.rs.impl.reports.os.ThreadCount.GetAppliesTo() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 52-55 | Medium |
The method name org.miloss.fgsms.services.rs.impl.reports.os.ThreadCount.GetDisplayName() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 41 | Medium |
The method name org.miloss.fgsms.services.rs.impl.reports.os.ThreadCount.GetHtmlFormattedHelp() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 46 | Medium |
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.rs.impl.reports.os.ThreadCount.generateReport(OutputStreamWriter, List, String, List, TimeRange, String, SecurityWrapper, WebServiceContext) | STYLE | REC_CATCH_EXCEPTION | 138 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The method name org.miloss.fgsms.services.rs.impl.reports.ws.AverageMessageSizeByService.GetDisplayName() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 42 | Medium |
The method name org.miloss.fgsms.services.rs.impl.reports.ws.AverageMessageSizeByService.GetHtmlFormattedHelp() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 50 | Medium |
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.rs.impl.reports.ws.AverageMessageSizeByService.generateReport(OutputStreamWriter, List, String, List, TimeRange, String, SecurityWrapper, WebServiceContext) | STYLE | REC_CATCH_EXCEPTION | 128 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The method name org.miloss.fgsms.services.rs.impl.reports.ws.AverageMessageSizeByServiceByMethod.GetDisplayName() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 42 | Medium |
The method name org.miloss.fgsms.services.rs.impl.reports.ws.AverageMessageSizeByServiceByMethod.GetHtmlFormattedHelp() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 50 | Medium |
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.rs.impl.reports.ws.AverageMessageSizeByServiceByMethod.generateReport(OutputStreamWriter, List, String, List, TimeRange, String, SecurityWrapper, WebServiceContext) | STYLE | REC_CATCH_EXCEPTION | 128 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The method name org.miloss.fgsms.services.rs.impl.reports.ws.AverageResponseTimeByService.GetDisplayName() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 42 | Medium |
The method name org.miloss.fgsms.services.rs.impl.reports.ws.AverageResponseTimeByService.GetHtmlFormattedHelp() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 50 | Medium |
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.rs.impl.reports.ws.AverageResponseTimeByService.generateReport(OutputStreamWriter, List, String, List, TimeRange, String, SecurityWrapper, WebServiceContext) | STYLE | REC_CATCH_EXCEPTION | 115 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The method name org.miloss.fgsms.services.rs.impl.reports.ws.AverageResponseTimeByServiceByMethod.GetDisplayName() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 42 | Medium |
The method name org.miloss.fgsms.services.rs.impl.reports.ws.AverageResponseTimeByServiceByMethod.GetHtmlFormattedHelp() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 50 | Medium |
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.rs.impl.reports.ws.AverageResponseTimeByServiceByMethod.generateReport(OutputStreamWriter, List, String, List, TimeRange, String, SecurityWrapper, WebServiceContext) | STYLE | REC_CATCH_EXCEPTION | 121 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The method name org.miloss.fgsms.services.rs.impl.reports.ws.BaseWebServiceReport.GetAppliesTo() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 31-33 | Medium |
The method name org.miloss.fgsms.services.rs.impl.reports.ws.BaseWebServiceReport.GetHtmlFormattedHelp() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 41 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The method name org.miloss.fgsms.services.rs.impl.reports.ws.InvocationsByConsumer.GetDisplayName() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 42 | Medium |
The method name org.miloss.fgsms.services.rs.impl.reports.ws.InvocationsByConsumer.GetHtmlFormattedHelp() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 50 | Medium |
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.rs.impl.reports.ws.InvocationsByConsumer.generateReport(OutputStreamWriter, List, String, List, TimeRange, String, SecurityWrapper, WebServiceContext) | STYLE | REC_CATCH_EXCEPTION | 144 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The method name org.miloss.fgsms.services.rs.impl.reports.ws.InvocationsByConsumerByService.GetDisplayName() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 45 | Medium |
The method name org.miloss.fgsms.services.rs.impl.reports.ws.InvocationsByConsumerByService.GetHtmlFormattedHelp() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 53 | Medium |
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.rs.impl.reports.ws.InvocationsByConsumerByService.generateReport(OutputStreamWriter, List, String, List, TimeRange, String, SecurityWrapper, WebServiceContext) | STYLE | REC_CATCH_EXCEPTION | 191 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The method name org.miloss.fgsms.services.rs.impl.reports.ws.InvocationsByConsumerByServiceByMethod.GetDisplayName() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 43 | Medium |
The method name org.miloss.fgsms.services.rs.impl.reports.ws.InvocationsByConsumerByServiceByMethod.GetHtmlFormattedHelp() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 51 | Medium |
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.rs.impl.reports.ws.InvocationsByConsumerByServiceByMethod.generateReport(OutputStreamWriter, List, String, List, TimeRange, String, SecurityWrapper, WebServiceContext) | STYLE | REC_CATCH_EXCEPTION | 205 | Medium |
Useless object stored in variable actions of method org.miloss.fgsms.services.rs.impl.reports.ws.InvocationsByConsumerByServiceByMethod.generateReport(OutputStreamWriter, List, String, List, TimeRange, String, SecurityWrapper, WebServiceContext) | STYLE | UC_USELESS_OBJECT | 67 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The method name org.miloss.fgsms.services.rs.impl.reports.ws.InvocationsByDataCollector.GetDisplayName() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 41 | Medium |
The method name org.miloss.fgsms.services.rs.impl.reports.ws.InvocationsByDataCollector.GetHtmlFormattedHelp() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 49 | Medium |
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.rs.impl.reports.ws.InvocationsByDataCollector.generateReport(OutputStreamWriter, List, String, List, TimeRange, String, SecurityWrapper, WebServiceContext) | STYLE | REC_CATCH_EXCEPTION | 124 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The method name org.miloss.fgsms.services.rs.impl.reports.ws.InvocationsByHostingServer.GetDisplayName() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 41 | Medium |
The method name org.miloss.fgsms.services.rs.impl.reports.ws.InvocationsByHostingServer.GetHtmlFormattedHelp() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 49 | Medium |
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.rs.impl.reports.ws.InvocationsByHostingServer.generateReport(OutputStreamWriter, List, String, List, TimeRange, String, SecurityWrapper, WebServiceContext) | STYLE | REC_CATCH_EXCEPTION | 130 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The method name org.miloss.fgsms.services.rs.impl.reports.ws.InvocationsByService.GetDisplayName() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 42 | Medium |
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.rs.impl.reports.ws.InvocationsByService.generateReport(OutputStreamWriter, List, String, List, TimeRange, String, SecurityWrapper, WebServiceContext) | STYLE | REC_CATCH_EXCEPTION | 105 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The method name org.miloss.fgsms.services.rs.impl.reports.ws.InvocationsByServiceByMethod.GetDisplayName() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 39 | Medium |
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.rs.impl.reports.ws.InvocationsByServiceByMethod.generateReport(OutputStreamWriter, List, String, List, TimeRange, String, SecurityWrapper, WebServiceContext) | STYLE | REC_CATCH_EXCEPTION | 109 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The method name org.miloss.fgsms.services.rs.impl.reports.ws.MeanTimeBetweenFailureByService.GetDisplayName() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 57 | Medium |
The method name org.miloss.fgsms.services.rs.impl.reports.ws.MeanTimeBetweenFailureByService.GetHtmlFormattedHelp() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 65 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The method name org.miloss.fgsms.services.rs.impl.reports.ws.ResponseTimeOverTime.GetDisplayName() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 44 | Medium |
The method name org.miloss.fgsms.services.rs.impl.reports.ws.ResponseTimeOverTime.GetHtmlFormattedHelp() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 52 | Medium |
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.rs.impl.reports.ws.ResponseTimeOverTime.generateReport(OutputStreamWriter, List, String, List, TimeRange, String, SecurityWrapper, WebServiceContext) | STYLE | REC_CATCH_EXCEPTION | 127 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The method name org.miloss.fgsms.services.rs.impl.reports.ws.SuccessFailureCountByHostingServer.GetDisplayName() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 41 | Medium |
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.rs.impl.reports.ws.SuccessFailureCountByHostingServer.generateReport(OutputStreamWriter, List, String, List, TimeRange, String, SecurityWrapper, WebServiceContext) | STYLE | REC_CATCH_EXCEPTION | 132 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The method name org.miloss.fgsms.services.rs.impl.reports.ws.SuccessFailureCountByService.GetDisplayName() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 42 | Medium |
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.rs.impl.reports.ws.SuccessFailureCountByService.generateReport(OutputStreamWriter, List, String, List, TimeRange, String, SecurityWrapper, WebServiceContext) | STYLE | REC_CATCH_EXCEPTION | 118 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The method name org.miloss.fgsms.services.rs.impl.reports.ws.SuccessFailureCountByServiceByMethod.GetDisplayName() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 42 | Medium |
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.rs.impl.reports.ws.SuccessFailureCountByServiceByMethod.generateReport(OutputStreamWriter, List, String, List, TimeRange, String, SecurityWrapper, WebServiceContext) | STYLE | REC_CATCH_EXCEPTION | 135 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The method name org.miloss.fgsms.services.rs.impl.reports.ws.ThroughputByHostingServer.GetDisplayName() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 41 | Medium |
The method name org.miloss.fgsms.services.rs.impl.reports.ws.ThroughputByHostingServer.GetHtmlFormattedHelp() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 49 | Medium |
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.rs.impl.reports.ws.ThroughputByHostingServer.generateReport(OutputStreamWriter, List, String, List, TimeRange, String, SecurityWrapper, WebServiceContext) | STYLE | REC_CATCH_EXCEPTION | 140 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The method name org.miloss.fgsms.services.rs.impl.reports.ws.ThroughputByService.GetDisplayName() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 42 | Medium |
The method name org.miloss.fgsms.services.rs.impl.reports.ws.ThroughputByService.GetHtmlFormattedHelp() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 50 | Medium |
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.rs.impl.reports.ws.ThroughputByService.generateReport(OutputStreamWriter, List, String, List, TimeRange, String, SecurityWrapper, WebServiceContext) | STYLE | REC_CATCH_EXCEPTION | 131 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The method name org.miloss.fgsms.services.rs.impl.reports.ws.ThroughputByServiceByMethod.GetDisplayName() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 42 | Medium |
The method name org.miloss.fgsms.services.rs.impl.reports.ws.ThroughputByServiceByMethod.GetHtmlFormattedHelp() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 50 | Medium |
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.rs.impl.reports.ws.ThroughputByServiceByMethod.generateReport(OutputStreamWriter, List, String, List, TimeRange, String, SecurityWrapper, WebServiceContext) | STYLE | REC_CATCH_EXCEPTION | 133 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The method name org.miloss.fgsms.services.rs.impl.reports.ws.TotalMessageSizeByServiceByMethod.GetDisplayName() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 42 | Medium |
The method name org.miloss.fgsms.services.rs.impl.reports.ws.TotalMessageSizeByServiceByMethod.GetHtmlFormattedHelp() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 50 | Medium |
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.rs.impl.reports.ws.TotalMessageSizeByServiceByMethod.generateReport(OutputStreamWriter, List, String, List, TimeRange, String, SecurityWrapper, WebServiceContext) | STYLE | REC_CATCH_EXCEPTION | 125 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The method name org.miloss.fgsms.services.rs.impl.reports.ws.TotalMessageSizesByService.GetDisplayName() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 42 | Medium |
The method name org.miloss.fgsms.services.rs.impl.reports.ws.TotalMessageSizesByService.GetHtmlFormattedHelp() doesn't start with a lower case letter | BAD_PRACTICE | NM_METHOD_NAMING_CONVENTION | 50 | Medium |
Exception is caught when Exception is not thrown in org.miloss.fgsms.services.rs.impl.reports.ws.TotalMessageSizesByService.generateReport(OutputStreamWriter, List, String, List, TimeRange, String, SecurityWrapper, WebServiceContext) | STYLE | REC_CATCH_EXCEPTION | 147 | Medium |