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
60 78 0 0

Files

Class Bugs
org.miloss.fgsms.sla.AuxHelper 4
org.miloss.fgsms.sla.NonTransactionalSLAProcessor 16
org.miloss.fgsms.sla.SLACommon 9
org.miloss.fgsms.sla.SLAProcessorController 6
org.miloss.fgsms.sla.SLAProcessorSingleton 1
org.miloss.fgsms.sla.TransactionalSLAProcessor 2
org.miloss.fgsms.sla.actions.AMQPAlerter 2
org.miloss.fgsms.sla.actions.EmailAlerter 2
org.miloss.fgsms.sla.actions.SLAActionLog 1
org.miloss.fgsms.sla.actions.SLAActionRunScript 1
org.miloss.fgsms.sla.actions.SimpleMulticastAlerter 1
org.miloss.fgsms.sla.actions.WSNotificationAlerter 1
org.miloss.fgsms.sla.rules.ActionContainsIgnoreCase 1
org.miloss.fgsms.sla.rules.ActionEqualsIgnoreCase 1
org.miloss.fgsms.sla.rules.BrokerQueueSizeGreaterThan 1
org.miloss.fgsms.sla.rules.ConsumerContainsIgnoreCase 1
org.miloss.fgsms.sla.rules.ConsumerEqualsIgnoreCase 1
org.miloss.fgsms.sla.rules.FaultsOverTimeGreaterThan 1
org.miloss.fgsms.sla.rules.FaultsOverTimeLessThan 1
org.miloss.fgsms.sla.rules.HighCPUUsage 1
org.miloss.fgsms.sla.rules.HighCPUUsageOverTime 1
org.miloss.fgsms.sla.rules.HighDiskUsageOverTime 1
org.miloss.fgsms.sla.rules.HighMemoryUsage 1
org.miloss.fgsms.sla.rules.HighMemoryUsageOverTime 1
org.miloss.fgsms.sla.rules.HighNetworkUsageOverTime 1
org.miloss.fgsms.sla.rules.HighOpenFileHandles 1
org.miloss.fgsms.sla.rules.HighThreadCount 1
org.miloss.fgsms.sla.rules.InvocationsOverTimeGreatThan 1
org.miloss.fgsms.sla.rules.InvocationsOverTimeLessThan 1
org.miloss.fgsms.sla.rules.LowDiskSpace 2
org.miloss.fgsms.sla.rules.MeanTimeBetweenFailureGreatThan 1
org.miloss.fgsms.sla.rules.MeanTimeBetweenFailureLessThan 1
org.miloss.fgsms.sla.rules.QueueOrTopicDoesNotExist 1
org.miloss.fgsms.sla.rules.RequestContentContainsIgnoreCase 1
org.miloss.fgsms.sla.rules.RequestMessageSizeGreaterThan 1
org.miloss.fgsms.sla.rules.RequestMessageSizeLessThan 1
org.miloss.fgsms.sla.rules.ResponseContentContainsIgnoreCase 1
org.miloss.fgsms.sla.rules.ResponseMessageSizeGreaterThan 1
org.miloss.fgsms.sla.rules.ResponseMessageSizeLessThan 1
org.miloss.fgsms.sla.rules.ResponseTimeGreaterThan 1
org.miloss.fgsms.sla.rules.ResponseTimeLessThan 1
org.miloss.fgsms.sla.rules.TransactionalAgentMemoContainsIgnoreCase 1
org.miloss.fgsms.sla.rules.XPathExpression 1

org.miloss.fgsms.sla.AuxHelper

Bug Category Details Line Priority
Boxing/unboxing to parse a primitive org.miloss.fgsms.sla.AuxHelper.CheckPolicyAndCreate(String, Connection, PolicyType, boolean, String, String, String) PERFORMANCE DM_BOXED_PRIMITIVE_FOR_PARSING 362 High
con is null guaranteed to be dereferenced in org.miloss.fgsms.sla.AuxHelper.TryUpdateStatus(boolean, String, String, boolean, PolicyType, String, String, String, AuxHelper$FLAGS) on exception path CORRECTNESS NP_GUARANTEED_DEREF_ON_EXCEPTION_PATH 159 Medium
org.miloss.fgsms.sla.AuxHelper.WritePolicytoDB(ServicePolicy, String, String, boolean) may fail to clean up java.sql.Statement on checked exception EXPERIMENTAL OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE 483 Medium
Self assignment of e in org.miloss.fgsms.sla.AuxHelper.CheckPolicyAndCreate(String, Connection, PolicyType, boolean, String, String, String) STYLE SA_LOCAL_SELF_ASSIGNMENT 421 Medium

org.miloss.fgsms.sla.NonTransactionalSLAProcessor

Bug Category Details Line Priority
org.miloss.fgsms.sla.NonTransactionalSLAProcessor.GetCPUUsageOverTime(String, long, boolean) may fail to clean up java.sql.ResultSet on checked exception EXPERIMENTAL OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE 408 Medium
org.miloss.fgsms.sla.NonTransactionalSLAProcessor.GetCPUUsageOverTime(String, long, boolean) may fail to clean up java.sql.Statement on checked exception EXPERIMENTAL OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE 405 Medium
org.miloss.fgsms.sla.NonTransactionalSLAProcessor.GetDiskUsageOverTime(String, long, boolean) may fail to clean up java.sql.ResultSet on checked exception EXPERIMENTAL OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE 374 Medium
org.miloss.fgsms.sla.NonTransactionalSLAProcessor.GetDiskUsageOverTime(String, long, boolean) may fail to clean up java.sql.Statement on checked exception EXPERIMENTAL OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE 371 Medium
org.miloss.fgsms.sla.NonTransactionalSLAProcessor.GetLastKnownStatus(String, boolean, AtomicReference) may fail to clean up java.sql.ResultSet on checked exception EXPERIMENTAL OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE 508 Medium
org.miloss.fgsms.sla.NonTransactionalSLAProcessor.GetLastKnownStatus(String, boolean, AtomicReference) may fail to clean up java.sql.Statement on checked exception EXPERIMENTAL OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE 505 Medium
org.miloss.fgsms.sla.NonTransactionalSLAProcessor.GetMemoryUsageOverTime(String, long, boolean) may fail to clean up java.sql.ResultSet on checked exception EXPERIMENTAL OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE 442 Medium
org.miloss.fgsms.sla.NonTransactionalSLAProcessor.GetMemoryUsageOverTime(String, long, boolean) may fail to clean up java.sql.Statement on checked exception EXPERIMENTAL OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE 439 Medium
org.miloss.fgsms.sla.NonTransactionalSLAProcessor.GetNetworkUsageOverTime(String, Duration, boolean, String, String) may fail to clean up java.sql.ResultSet on checked exception EXPERIMENTAL OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE 480 Medium
org.miloss.fgsms.sla.NonTransactionalSLAProcessor.GetNetworkUsageOverTime(String, Duration, boolean, String, String) may fail to clean up java.sql.Statement on checked exception EXPERIMENTAL OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE 473 Medium
org.miloss.fgsms.sla.NonTransactionalSLAProcessor.GrabFaultRate(long, String) may fail to clean up java.sql.ResultSet on checked exception EXPERIMENTAL OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE 297 Medium
org.miloss.fgsms.sla.NonTransactionalSLAProcessor.GrabFaultRate(long, String) may fail to clean up java.sql.Statement on checked exception EXPERIMENTAL OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE 292 Medium
org.miloss.fgsms.sla.NonTransactionalSLAProcessor.GrabInvocationRate(long, String) may fail to clean up java.sql.ResultSet on checked exception EXPERIMENTAL OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE 333 Medium
org.miloss.fgsms.sla.NonTransactionalSLAProcessor.GrabInvocationRate(long, String) may fail to clean up java.sql.Statement on checked exception EXPERIMENTAL OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE 328 Medium
org.miloss.fgsms.sla.NonTransactionalSLAProcessor.GrabMTBF(long, String) may fail to clean up java.sql.ResultSet on checked exception EXPERIMENTAL OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE 264 Medium
org.miloss.fgsms.sla.NonTransactionalSLAProcessor.GrabMTBF(long, String) may fail to clean up java.sql.Statement on checked exception EXPERIMENTAL OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE 259 Medium

org.miloss.fgsms.sla.SLACommon

Bug Category Details Line Priority
Dead store to instance in org.miloss.fgsms.sla.SLACommon.ProcessAlerts(String, String, String, String, long, String, boolean, boolean, List, String, ServicePolicy, AlertType) STYLE DLS_DEAD_LOCAL_STORE 1594 Medium
Null passed for non-null parameter of SLAProcessorSingleton.EnqueueAlert(AlertContainer) in org.miloss.fgsms.sla.SLACommon.ProcessAlerts(String, String, String, String, long, String, boolean, boolean, List, String, ServicePolicy, AlertType) CORRECTNESS NP_NULL_PARAM_DEREF 1606 Medium
Exception is caught when Exception is not thrown in org.miloss.fgsms.sla.SLACommon.AlertGlobalAdminsNewPolicyCreated(String, String, boolean, PolicyType) STYLE REC_CATCH_EXCEPTION 822 Medium
Exception is caught when Exception is not thrown in org.miloss.fgsms.sla.SLACommon.AlertUserSLASubscribed(String, List, SetAlertRegistrationsRequestMsg, boolean) STYLE REC_CATCH_EXCEPTION 870 Medium
Exception is caught when Exception is not thrown in org.miloss.fgsms.sla.SLACommon.loadPolicy(Connection, String) STYLE REC_CATCH_EXCEPTION 350 Medium
Exception is caught when Exception is not thrown in org.miloss.fgsms.sla.SLACommon.loadServicePolicies(Connection) STYLE REC_CATCH_EXCEPTION 214 Medium
Exception is caught when Exception is not thrown in org.miloss.fgsms.sla.SLACommon.loadServicePoliciesWithFederation(Connection) STYLE REC_CATCH_EXCEPTION 1806 Medium
Switch statement found in org.miloss.fgsms.sla.SLACommon.LoadProcessPoliciesPooledByHostname(String) where default case is missing STYLE SF_SWITCH_NO_DEFAULT 1133-1139 Medium
Switch statement found in org.miloss.fgsms.sla.SLACommon.loadMachinePolicyPooled(String) where default case is missing STYLE SF_SWITCH_NO_DEFAULT 1198-1204 Medium

org.miloss.fgsms.sla.SLAProcessorController

Bug Category Details Line Priority
Dead store to instance in org.miloss.fgsms.sla.SLAProcessorController.SizeOfQueue() STYLE DLS_DEAD_LOCAL_STORE 46 Medium
Dead store to instance in org.miloss.fgsms.sla.SLAProcessorController.Start() STYLE DLS_DEAD_LOCAL_STORE 33 Medium
Dead store to instance in org.miloss.fgsms.sla.SLAProcessorController.Stop() STYLE DLS_DEAD_LOCAL_STORE 40 Medium
The method name org.miloss.fgsms.sla.SLAProcessorController.SizeOfQueue() doesn't start with a lower case letter BAD_PRACTICE NM_METHOD_NAMING_CONVENTION 46-47 Medium
The method name org.miloss.fgsms.sla.SLAProcessorController.Start() doesn't start with a lower case letter BAD_PRACTICE NM_METHOD_NAMING_CONVENTION 33-36 Medium
The method name org.miloss.fgsms.sla.SLAProcessorController.Stop() doesn't start with a lower case letter BAD_PRACTICE NM_METHOD_NAMING_CONVENTION 40-42 Medium

org.miloss.fgsms.sla.SLAProcessorSingleton

Bug Category Details Line Priority
The method name org.miloss.fgsms.sla.SLAProcessorSingleton.GetQueueSize() doesn't start with a lower case letter BAD_PRACTICE NM_METHOD_NAMING_CONVENTION 78-81 Medium

org.miloss.fgsms.sla.TransactionalSLAProcessor

Bug Category Details Line Priority
Dead store to s in org.miloss.fgsms.sla.TransactionalSLAProcessor.ProcessRules(AddDataRequestMsg, AtomicReference, RuleBaseType) STYLE DLS_DEAD_LOCAL_STORE 114 Medium
The method name org.miloss.fgsms.sla.TransactionalSLAProcessor.ProcessNewTransaction(AddDataRequestMsg, String) doesn't start with a lower case letter BAD_PRACTICE NM_METHOD_NAMING_CONVENTION 52-98 Medium

org.miloss.fgsms.sla.actions.AMQPAlerter

Bug Category Details Line Priority
Redundant nullcheck of ic which is known to be null in org.miloss.fgsms.sla.actions.AMQPAlerter.ProcessActionRet(AlertContainer) STYLE RCN_REDUNDANT_NULLCHECK_OF_NULL_VALUE 220 Medium
Write to static field org.miloss.fgsms.sla.actions.AMQPAlerter.LastConfigRefresh from instance method org.miloss.fgsms.sla.actions.AMQPAlerter.ProcessActionRet(AlertContainer) STYLE ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD 137 Medium

org.miloss.fgsms.sla.actions.EmailAlerter

Bug Category Details Line Priority
Possible null pointer dereference of params in org.miloss.fgsms.sla.actions.EmailAlerter.ValidateConfiguration(List, AtomicReference) CORRECTNESS NP_NULL_ON_SOME_PATH 140 Medium
Exception is caught when Exception is not thrown in org.miloss.fgsms.sla.actions.EmailAlerter.SendMailAlert(String, SLAAction, String, boolean, String) STYLE REC_CATCH_EXCEPTION 116 Medium

org.miloss.fgsms.sla.actions.SLAActionLog

Bug Category Details Line Priority
Possible null pointer dereference of params in org.miloss.fgsms.sla.actions.SLAActionLog.ValidateConfiguration(List, AtomicReference) CORRECTNESS NP_NULL_ON_SOME_PATH 89 Medium

org.miloss.fgsms.sla.actions.SLAActionRunScript

Bug Category Details Line Priority
Possible null pointer dereference of params in org.miloss.fgsms.sla.actions.SLAActionRunScript.ValidateConfiguration(List, AtomicReference) CORRECTNESS NP_NULL_ON_SOME_PATH 133 Medium

org.miloss.fgsms.sla.actions.SimpleMulticastAlerter

Bug Category Details Line Priority
Dead store to url in org.miloss.fgsms.sla.actions.SimpleMulticastAlerter.ProcessActionRet(AlertContainer) STYLE DLS_DEAD_LOCAL_STORE 62 Medium

org.miloss.fgsms.sla.actions.WSNotificationAlerter

Bug Category Details Line Priority
Dead store to registerPublisher in org.miloss.fgsms.sla.actions.WSNotificationAlerter.RegisterProducer(String) STYLE DLS_DEAD_LOCAL_STORE 348 Medium

org.miloss.fgsms.sla.rules.ActionContainsIgnoreCase

Bug Category Details Line Priority
Possible null pointer dereference of params in org.miloss.fgsms.sla.rules.ActionContainsIgnoreCase.ValidateConfiguration(List, AtomicReference, ServicePolicy) CORRECTNESS NP_NULL_ON_SOME_PATH 125 Medium

org.miloss.fgsms.sla.rules.ActionEqualsIgnoreCase

Bug Category Details Line Priority
Possible null pointer dereference of params in org.miloss.fgsms.sla.rules.ActionEqualsIgnoreCase.ValidateConfiguration(List, AtomicReference, ServicePolicy) CORRECTNESS NP_NULL_ON_SOME_PATH 125 Medium

org.miloss.fgsms.sla.rules.BrokerQueueSizeGreaterThan

Bug Category Details Line Priority
Possible null pointer dereference of params in org.miloss.fgsms.sla.rules.BrokerQueueSizeGreaterThan.ValidateConfiguration(List, AtomicReference, ServicePolicy) CORRECTNESS NP_NULL_ON_SOME_PATH 144 Medium

org.miloss.fgsms.sla.rules.ConsumerContainsIgnoreCase

Bug Category Details Line Priority
Possible null pointer dereference of params in org.miloss.fgsms.sla.rules.ConsumerContainsIgnoreCase.ValidateConfiguration(List, AtomicReference, ServicePolicy) CORRECTNESS NP_NULL_ON_SOME_PATH 129 Medium

org.miloss.fgsms.sla.rules.ConsumerEqualsIgnoreCase

Bug Category Details Line Priority
Possible null pointer dereference of params in org.miloss.fgsms.sla.rules.ConsumerEqualsIgnoreCase.ValidateConfiguration(List, AtomicReference, ServicePolicy) CORRECTNESS NP_NULL_ON_SOME_PATH 128 Medium

org.miloss.fgsms.sla.rules.FaultsOverTimeGreaterThan

Bug Category Details Line Priority
Possible null pointer dereference of params in org.miloss.fgsms.sla.rules.FaultsOverTimeGreaterThan.ValidateConfiguration(List, AtomicReference, ServicePolicy) CORRECTNESS NP_NULL_ON_SOME_PATH 135 Medium

org.miloss.fgsms.sla.rules.FaultsOverTimeLessThan

Bug Category Details Line Priority
Possible null pointer dereference of params in org.miloss.fgsms.sla.rules.FaultsOverTimeLessThan.ValidateConfiguration(List, AtomicReference, ServicePolicy) CORRECTNESS NP_NULL_ON_SOME_PATH 135 Medium

org.miloss.fgsms.sla.rules.HighCPUUsage

Bug Category Details Line Priority
Possible null pointer dereference of params in org.miloss.fgsms.sla.rules.HighCPUUsage.ValidateConfiguration(List, AtomicReference, ServicePolicy) CORRECTNESS NP_NULL_ON_SOME_PATH 136 Medium

org.miloss.fgsms.sla.rules.HighCPUUsageOverTime

Bug Category Details Line Priority
Possible null pointer dereference of params in org.miloss.fgsms.sla.rules.HighCPUUsageOverTime.ValidateConfiguration(List, AtomicReference, ServicePolicy) CORRECTNESS NP_NULL_ON_SOME_PATH 136 Medium

org.miloss.fgsms.sla.rules.HighDiskUsageOverTime

Bug Category Details Line Priority
Possible null pointer dereference of params in org.miloss.fgsms.sla.rules.HighDiskUsageOverTime.ValidateConfiguration(List, AtomicReference, ServicePolicy) CORRECTNESS NP_NULL_ON_SOME_PATH 135 Medium

org.miloss.fgsms.sla.rules.HighMemoryUsage

Bug Category Details Line Priority
Possible null pointer dereference of params in org.miloss.fgsms.sla.rules.HighMemoryUsage.ValidateConfiguration(List, AtomicReference, ServicePolicy) CORRECTNESS NP_NULL_ON_SOME_PATH 132 Medium

org.miloss.fgsms.sla.rules.HighMemoryUsageOverTime

Bug Category Details Line Priority
Possible null pointer dereference of params in org.miloss.fgsms.sla.rules.HighMemoryUsageOverTime.ValidateConfiguration(List, AtomicReference, ServicePolicy) CORRECTNESS NP_NULL_ON_SOME_PATH 136 Medium

org.miloss.fgsms.sla.rules.HighNetworkUsageOverTime

Bug Category Details Line Priority
Possible null pointer dereference of params in org.miloss.fgsms.sla.rules.HighNetworkUsageOverTime.ValidateConfiguration(List, AtomicReference, ServicePolicy) CORRECTNESS NP_NULL_ON_SOME_PATH 134 Medium

org.miloss.fgsms.sla.rules.HighOpenFileHandles

Bug Category Details Line Priority
Possible null pointer dereference of params in org.miloss.fgsms.sla.rules.HighOpenFileHandles.ValidateConfiguration(List, AtomicReference, ServicePolicy) CORRECTNESS NP_NULL_ON_SOME_PATH 130 Medium

org.miloss.fgsms.sla.rules.HighThreadCount

Bug Category Details Line Priority
Possible null pointer dereference of params in org.miloss.fgsms.sla.rules.HighThreadCount.ValidateConfiguration(List, AtomicReference, ServicePolicy) CORRECTNESS NP_NULL_ON_SOME_PATH 144 Medium

org.miloss.fgsms.sla.rules.InvocationsOverTimeGreatThan

Bug Category Details Line Priority
Possible null pointer dereference of params in org.miloss.fgsms.sla.rules.InvocationsOverTimeGreatThan.ValidateConfiguration(List, AtomicReference, ServicePolicy) CORRECTNESS NP_NULL_ON_SOME_PATH 137 Medium

org.miloss.fgsms.sla.rules.InvocationsOverTimeLessThan

Bug Category Details Line Priority
Possible null pointer dereference of params in org.miloss.fgsms.sla.rules.InvocationsOverTimeLessThan.ValidateConfiguration(List, AtomicReference, ServicePolicy) CORRECTNESS NP_NULL_ON_SOME_PATH 137 Medium

org.miloss.fgsms.sla.rules.LowDiskSpace

Bug Category Details Line Priority
org.miloss.fgsms.sla.rules.LowDiskSpace.GetMachineInfo(String, String) may fail to clean up java.sql.ResultSet on checked exception EXPERIMENTAL OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE 261 Medium
org.miloss.fgsms.sla.rules.LowDiskSpace.GetMachineInfo(String, String) may fail to clean up java.sql.Statement on checked exception EXPERIMENTAL OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE 257 Medium

org.miloss.fgsms.sla.rules.MeanTimeBetweenFailureGreatThan

Bug Category Details Line Priority
Possible null pointer dereference of params in org.miloss.fgsms.sla.rules.MeanTimeBetweenFailureGreatThan.ValidateConfiguration(List, AtomicReference, ServicePolicy) CORRECTNESS NP_NULL_ON_SOME_PATH 137 Medium

org.miloss.fgsms.sla.rules.MeanTimeBetweenFailureLessThan

Bug Category Details Line Priority
Possible null pointer dereference of params in org.miloss.fgsms.sla.rules.MeanTimeBetweenFailureLessThan.ValidateConfiguration(List, AtomicReference, ServicePolicy) CORRECTNESS NP_NULL_ON_SOME_PATH 138 Medium

org.miloss.fgsms.sla.rules.QueueOrTopicDoesNotExist

Bug Category Details Line Priority
Possible null pointer dereference of params in org.miloss.fgsms.sla.rules.QueueOrTopicDoesNotExist.ValidateConfiguration(List, AtomicReference, ServicePolicy) CORRECTNESS NP_NULL_ON_SOME_PATH 137 Medium

org.miloss.fgsms.sla.rules.RequestContentContainsIgnoreCase

Bug Category Details Line Priority
Possible null pointer dereference of params in org.miloss.fgsms.sla.rules.RequestContentContainsIgnoreCase.ValidateConfiguration(List, AtomicReference, ServicePolicy) CORRECTNESS NP_NULL_ON_SOME_PATH 136 Medium

org.miloss.fgsms.sla.rules.RequestMessageSizeGreaterThan

Bug Category Details Line Priority
Possible null pointer dereference of params in org.miloss.fgsms.sla.rules.RequestMessageSizeGreaterThan.ValidateConfiguration(List, AtomicReference, ServicePolicy) CORRECTNESS NP_NULL_ON_SOME_PATH 128 Medium

org.miloss.fgsms.sla.rules.RequestMessageSizeLessThan

Bug Category Details Line Priority
Possible null pointer dereference of params in org.miloss.fgsms.sla.rules.RequestMessageSizeLessThan.ValidateConfiguration(List, AtomicReference, ServicePolicy) CORRECTNESS NP_NULL_ON_SOME_PATH 128 Medium

org.miloss.fgsms.sla.rules.ResponseContentContainsIgnoreCase

Bug Category Details Line Priority
Possible null pointer dereference of params in org.miloss.fgsms.sla.rules.ResponseContentContainsIgnoreCase.ValidateConfiguration(List, AtomicReference, ServicePolicy) CORRECTNESS NP_NULL_ON_SOME_PATH 136 Medium

org.miloss.fgsms.sla.rules.ResponseMessageSizeGreaterThan

Bug Category Details Line Priority
Possible null pointer dereference of params in org.miloss.fgsms.sla.rules.ResponseMessageSizeGreaterThan.ValidateConfiguration(List, AtomicReference, ServicePolicy) CORRECTNESS NP_NULL_ON_SOME_PATH 128 Medium

org.miloss.fgsms.sla.rules.ResponseMessageSizeLessThan

Bug Category Details Line Priority
Possible null pointer dereference of params in org.miloss.fgsms.sla.rules.ResponseMessageSizeLessThan.ValidateConfiguration(List, AtomicReference, ServicePolicy) CORRECTNESS NP_NULL_ON_SOME_PATH 128 Medium

org.miloss.fgsms.sla.rules.ResponseTimeGreaterThan

Bug Category Details Line Priority
Possible null pointer dereference of params in org.miloss.fgsms.sla.rules.ResponseTimeGreaterThan.ValidateConfiguration(List, AtomicReference, ServicePolicy) CORRECTNESS NP_NULL_ON_SOME_PATH 128 Medium

org.miloss.fgsms.sla.rules.ResponseTimeLessThan

Bug Category Details Line Priority
Possible null pointer dereference of params in org.miloss.fgsms.sla.rules.ResponseTimeLessThan.ValidateConfiguration(List, AtomicReference, ServicePolicy) CORRECTNESS NP_NULL_ON_SOME_PATH 128 Medium

org.miloss.fgsms.sla.rules.TransactionalAgentMemoContainsIgnoreCase

Bug Category Details Line Priority
Possible null pointer dereference of params in org.miloss.fgsms.sla.rules.TransactionalAgentMemoContainsIgnoreCase.ValidateConfiguration(List, AtomicReference, ServicePolicy) CORRECTNESS NP_NULL_ON_SOME_PATH 126 Medium

org.miloss.fgsms.sla.rules.XPathExpression

Bug Category Details Line Priority
Possible null pointer dereference of params in org.miloss.fgsms.sla.rules.XPathExpression.ValidateConfiguration(List, AtomicReference, ServicePolicy) CORRECTNESS NP_NULL_ON_SOME_PATH 182 Medium