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
42 118 0 0

Files

Class Bugs
org.miloss.fgsms.services.rs.impl.CsvExporter 10
org.miloss.fgsms.services.rs.impl.Reporting 1
org.miloss.fgsms.services.rs.impl.TimeSeriesContainer 1
org.miloss.fgsms.services.rs.impl.reports.BaseReportGenerator 2
org.miloss.fgsms.services.rs.impl.reports.ServiceLevelAgreementReport 4
org.miloss.fgsms.services.rs.impl.reports.broker.ConsumersByQueueOrTopic 2
org.miloss.fgsms.services.rs.impl.reports.broker.QueueDepth 5
org.miloss.fgsms.services.rs.impl.reports.broker.QueueTopicCountByBroker 4
org.miloss.fgsms.services.rs.impl.reports.os.CpuUsageReport 4
org.miloss.fgsms.services.rs.impl.reports.os.DiskIOReport 4
org.miloss.fgsms.services.rs.impl.reports.os.FreeDiskSpace 4
org.miloss.fgsms.services.rs.impl.reports.os.MemoryUsageReport 4
org.miloss.fgsms.services.rs.impl.reports.os.NetworkIOReport 5
org.miloss.fgsms.services.rs.impl.reports.os.OpenFilesByProcess 4
org.miloss.fgsms.services.rs.impl.reports.os.ThreadCount 4
org.miloss.fgsms.services.rs.impl.reports.ws.AverageMessageSizeByService 3
org.miloss.fgsms.services.rs.impl.reports.ws.AverageMessageSizeByServiceByMethod 3
org.miloss.fgsms.services.rs.impl.reports.ws.AverageResponseTimeByService 3
org.miloss.fgsms.services.rs.impl.reports.ws.AverageResponseTimeByServiceByMethod 3
org.miloss.fgsms.services.rs.impl.reports.ws.BaseWebServiceReport 2
org.miloss.fgsms.services.rs.impl.reports.ws.InvocationsByConsumer 3
org.miloss.fgsms.services.rs.impl.reports.ws.InvocationsByConsumerByService 3
org.miloss.fgsms.services.rs.impl.reports.ws.InvocationsByConsumerByServiceByMethod 4
org.miloss.fgsms.services.rs.impl.reports.ws.InvocationsByDataCollector 3
org.miloss.fgsms.services.rs.impl.reports.ws.InvocationsByHostingServer 3
org.miloss.fgsms.services.rs.impl.reports.ws.InvocationsByService 2
org.miloss.fgsms.services.rs.impl.reports.ws.InvocationsByServiceByMethod 2
org.miloss.fgsms.services.rs.impl.reports.ws.MeanTimeBetweenFailureByService 2
org.miloss.fgsms.services.rs.impl.reports.ws.ResponseTimeOverTime 3
org.miloss.fgsms.services.rs.impl.reports.ws.SuccessFailureCountByHostingServer 2
org.miloss.fgsms.services.rs.impl.reports.ws.SuccessFailureCountByService 2
org.miloss.fgsms.services.rs.impl.reports.ws.SuccessFailureCountByServiceByMethod 2
org.miloss.fgsms.services.rs.impl.reports.ws.ThroughputByHostingServer 3
org.miloss.fgsms.services.rs.impl.reports.ws.ThroughputByService 3
org.miloss.fgsms.services.rs.impl.reports.ws.ThroughputByServiceByMethod 3
org.miloss.fgsms.services.rs.impl.reports.ws.TotalMessageSizeByServiceByMethod 3
org.miloss.fgsms.services.rs.impl.reports.ws.TotalMessageSizesByService 3

org.miloss.fgsms.services.rs.impl.CsvExporter

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

org.miloss.fgsms.services.rs.impl.Reporting

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

org.miloss.fgsms.services.rs.impl.TimeSeriesContainer

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

org.miloss.fgsms.services.rs.impl.reports.BaseReportGenerator

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

org.miloss.fgsms.services.rs.impl.reports.ServiceLevelAgreementReport

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

org.miloss.fgsms.services.rs.impl.reports.broker.ConsumersByQueueOrTopic

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

org.miloss.fgsms.services.rs.impl.reports.broker.QueueDepth

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

org.miloss.fgsms.services.rs.impl.reports.broker.QueueTopicCountByBroker

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

org.miloss.fgsms.services.rs.impl.reports.os.CpuUsageReport

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

org.miloss.fgsms.services.rs.impl.reports.os.DiskIOReport

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

org.miloss.fgsms.services.rs.impl.reports.os.FreeDiskSpace

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

org.miloss.fgsms.services.rs.impl.reports.os.MemoryUsageReport

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

org.miloss.fgsms.services.rs.impl.reports.os.NetworkIOReport

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

org.miloss.fgsms.services.rs.impl.reports.os.OpenFilesByProcess

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

org.miloss.fgsms.services.rs.impl.reports.os.ThreadCount

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

org.miloss.fgsms.services.rs.impl.reports.ws.AverageMessageSizeByService

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

org.miloss.fgsms.services.rs.impl.reports.ws.AverageMessageSizeByServiceByMethod

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

org.miloss.fgsms.services.rs.impl.reports.ws.AverageResponseTimeByService

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

org.miloss.fgsms.services.rs.impl.reports.ws.AverageResponseTimeByServiceByMethod

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

org.miloss.fgsms.services.rs.impl.reports.ws.BaseWebServiceReport

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

org.miloss.fgsms.services.rs.impl.reports.ws.InvocationsByConsumer

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

org.miloss.fgsms.services.rs.impl.reports.ws.InvocationsByConsumerByService

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

org.miloss.fgsms.services.rs.impl.reports.ws.InvocationsByConsumerByServiceByMethod

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

org.miloss.fgsms.services.rs.impl.reports.ws.InvocationsByDataCollector

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

org.miloss.fgsms.services.rs.impl.reports.ws.InvocationsByHostingServer

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

org.miloss.fgsms.services.rs.impl.reports.ws.InvocationsByService

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

org.miloss.fgsms.services.rs.impl.reports.ws.InvocationsByServiceByMethod

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

org.miloss.fgsms.services.rs.impl.reports.ws.MeanTimeBetweenFailureByService

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

org.miloss.fgsms.services.rs.impl.reports.ws.ResponseTimeOverTime

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

org.miloss.fgsms.services.rs.impl.reports.ws.SuccessFailureCountByHostingServer

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

org.miloss.fgsms.services.rs.impl.reports.ws.SuccessFailureCountByService

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

org.miloss.fgsms.services.rs.impl.reports.ws.SuccessFailureCountByServiceByMethod

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

org.miloss.fgsms.services.rs.impl.reports.ws.ThroughputByHostingServer

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

org.miloss.fgsms.services.rs.impl.reports.ws.ThroughputByService

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

org.miloss.fgsms.services.rs.impl.reports.ws.ThroughputByServiceByMethod

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

org.miloss.fgsms.services.rs.impl.reports.ws.TotalMessageSizeByServiceByMethod

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

org.miloss.fgsms.services.rs.impl.reports.ws.TotalMessageSizesByService

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