Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
144039010

Files

FilesInfosWarningsErrors
org/slasoi/infrastructure/monitoring/InfrastructureMonitoringAgent.java0620
org/slasoi/infrastructure/monitoring/MonitoringThread.java0190
org/slasoi/infrastructure/monitoring/computation/AvailabilityRestrictions.java0230
org/slasoi/infrastructure/monitoring/computation/MetricsComputationEngine.java0210
org/slasoi/infrastructure/monitoring/computation/MetricsComputationHelper.java0530
org/slasoi/infrastructure/monitoring/computation/ReportingPeriod.java0170
org/slasoi/infrastructure/monitoring/exceptions/InfrastructureMonitoringException.java050
org/slasoi/infrastructure/monitoring/exceptions/InvalidConstraintExpression.java040
org/slasoi/infrastructure/monitoring/exceptions/InvalidMetricValueException.java040
org/slasoi/infrastructure/monitoring/exceptions/InvalidMonitoringRequestException.java040
org/slasoi/infrastructure/monitoring/exceptions/MetricNotSupportedException.java040
org/slasoi/infrastructure/monitoring/exceptions/MonitoringEngineException.java040
org/slasoi/infrastructure/monitoring/jpa/controller/AuditRecordJpaController.java0340
org/slasoi/infrastructure/monitoring/jpa/controller/MetricJpaController.java0550
org/slasoi/infrastructure/monitoring/jpa/controller/MetricTypeJpaController.java0410
org/slasoi/infrastructure/monitoring/jpa/controller/MetricValueHistoryJpaController.java0380
org/slasoi/infrastructure/monitoring/jpa/controller/MetricValueJpaController.java0390
org/slasoi/infrastructure/monitoring/jpa/controller/ServiceJpaController.java0380
org/slasoi/infrastructure/monitoring/jpa/controller/ViolationJpaController.java0330
org/slasoi/infrastructure/monitoring/jpa/controller/VmJpaController.java0350
org/slasoi/infrastructure/monitoring/jpa/controller/exceptions/IllegalOrphanException.java090
org/slasoi/infrastructure/monitoring/jpa/controller/exceptions/NonexistentEntityException.java070
org/slasoi/infrastructure/monitoring/jpa/controller/exceptions/PreexistingEntityException.java070
org/slasoi/infrastructure/monitoring/jpa/entities/AuditRecord.java0430
org/slasoi/infrastructure/monitoring/jpa/entities/Metric.java01010
org/slasoi/infrastructure/monitoring/jpa/entities/MetricType.java0750
org/slasoi/infrastructure/monitoring/jpa/entities/MetricValue.java0470
org/slasoi/infrastructure/monitoring/jpa/entities/MetricValueHistory.java0400
org/slasoi/infrastructure/monitoring/jpa/entities/MetricValueHistoryPK.java0210
org/slasoi/infrastructure/monitoring/jpa/entities/Service.java0620
org/slasoi/infrastructure/monitoring/jpa/entities/Violation.java0570
org/slasoi/infrastructure/monitoring/jpa/entities/Vm.java0500
org/slasoi/infrastructure/monitoring/jpa/entities/metrics/AcceptableServiceViolations.java0210
org/slasoi/infrastructure/monitoring/jpa/entities/metrics/ServiceAuditability.java0150
org/slasoi/infrastructure/monitoring/jpa/entities/metrics/ServiceAvailability.java0210
org/slasoi/infrastructure/monitoring/jpa/entities/metrics/ServiceAvailabilityRestrictions.java060
org/slasoi/infrastructure/monitoring/jpa/entities/metrics/ServiceAvailabilityStatus.java0120
org/slasoi/infrastructure/monitoring/jpa/entities/metrics/ServiceCcr.java0100
org/slasoi/infrastructure/monitoring/jpa/entities/metrics/ServiceDataClassification.java0130
org/slasoi/infrastructure/monitoring/jpa/entities/metrics/ServiceHardwareRedundancyLevel.java0130
org/slasoi/infrastructure/monitoring/jpa/entities/metrics/ServiceIsolation.java0110
org/slasoi/infrastructure/monitoring/jpa/entities/metrics/ServiceMttf.java0190
org/slasoi/infrastructure/monitoring/jpa/entities/metrics/ServiceMttr.java0180
org/slasoi/infrastructure/monitoring/jpa/entities/metrics/ServiceMttv.java0190
org/slasoi/infrastructure/monitoring/jpa/entities/metrics/ServiceReportingInterval.java060
org/slasoi/infrastructure/monitoring/jpa/entities/metrics/ServiceSas70Compliance.java0110
org/slasoi/infrastructure/monitoring/jpa/entities/metrics/ServiceSlaCompliance.java0160
org/slasoi/infrastructure/monitoring/jpa/entities/metrics/VmAvailability.java0220
org/slasoi/infrastructure/monitoring/jpa/entities/metrics/VmAvailabilityStatus.java0150
org/slasoi/infrastructure/monitoring/jpa/entities/metrics/VmCores.java0130
org/slasoi/infrastructure/monitoring/jpa/entities/metrics/VmCpuSpeed.java0180
org/slasoi/infrastructure/monitoring/jpa/entities/metrics/VmCpuSpeedAvailable.java0200
org/slasoi/infrastructure/monitoring/jpa/entities/metrics/VmCpuSpeedUsed.java0130
org/slasoi/infrastructure/monitoring/jpa/entities/metrics/VmDataEncryption.java0150
org/slasoi/infrastructure/monitoring/jpa/entities/metrics/VmDiskThroughput.java0110
org/slasoi/infrastructure/monitoring/jpa/entities/metrics/VmImage.java0120
org/slasoi/infrastructure/monitoring/jpa/entities/metrics/VmLocation.java0110
org/slasoi/infrastructure/monitoring/jpa/entities/metrics/VmMemorySize.java0180
org/slasoi/infrastructure/monitoring/jpa/entities/metrics/VmMemorySizeAvailable.java0150
org/slasoi/infrastructure/monitoring/jpa/entities/metrics/VmMemorySizeUsed.java0100
org/slasoi/infrastructure/monitoring/jpa/entities/metrics/VmNetThroughput.java0110
org/slasoi/infrastructure/monitoring/jpa/entities/metrics/VmPersistence.java0130
org/slasoi/infrastructure/monitoring/jpa/entities/metrics/VmQuantity.java0110
org/slasoi/infrastructure/monitoring/jpa/entities/metrics/VmSlaCompliance.java0120
org/slasoi/infrastructure/monitoring/jpa/enums/CcrEnum.java0100
org/slasoi/infrastructure/monitoring/jpa/enums/DataClassificationEnum.java0150
org/slasoi/infrastructure/monitoring/jpa/enums/DataType.java0110
org/slasoi/infrastructure/monitoring/jpa/enums/DiskThroughputLevel.java0120
org/slasoi/infrastructure/monitoring/jpa/enums/HwRedundancyLevelEnum.java0120
org/slasoi/infrastructure/monitoring/jpa/enums/MetricTypeEnum.java0570
org/slasoi/infrastructure/monitoring/jpa/enums/NetThroughputLevel.java0120
org/slasoi/infrastructure/monitoring/jpa/enums/ReportingInterval.java0100
org/slasoi/infrastructure/monitoring/jpa/enums/SAS70Compliance.java080
org/slasoi/infrastructure/monitoring/jpa/enums/SLAComplianceEnum.java0130
org/slasoi/infrastructure/monitoring/jpa/enums/ServiceAvailRestrictionsEnum.java080
org/slasoi/infrastructure/monitoring/jpa/enums/ServiceIsolationLevel.java080
org/slasoi/infrastructure/monitoring/jpa/enums/ViolationSeverity.java080
org/slasoi/infrastructure/monitoring/jpa/enums/ViolationType.java080
org/slasoi/infrastructure/monitoring/jpa/enums/VmStateEnum.java0210
org/slasoi/infrastructure/monitoring/jpa/managers/AuditRecordManager.java0190
org/slasoi/infrastructure/monitoring/jpa/managers/MetricManager.java0180
org/slasoi/infrastructure/monitoring/jpa/managers/MetricTypeManager.java090
org/slasoi/infrastructure/monitoring/jpa/managers/MetricValueHistoryManager.java0590
org/slasoi/infrastructure/monitoring/jpa/managers/MetricValueManager.java0220
org/slasoi/infrastructure/monitoring/jpa/managers/ServiceManager.java090
org/slasoi/infrastructure/monitoring/jpa/managers/ViolationManager.java0600
org/slasoi/infrastructure/monitoring/jpa/managers/VmManager.java0160
org/slasoi/infrastructure/monitoring/monitors/GangliaTashiMonitor.java0470
org/slasoi/infrastructure/monitoring/monitors/IMonitoringEngine.java0320
org/slasoi/infrastructure/monitoring/monitors/data/ClusterData.java0260
org/slasoi/infrastructure/monitoring/monitors/data/HostData.java0240
org/slasoi/infrastructure/monitoring/monitors/data/MetricData.java0260
org/slasoi/infrastructure/monitoring/monitors/data/MonitoringData.java0290
org/slasoi/infrastructure/monitoring/monitors/data/RawMetric.java0430
org/slasoi/infrastructure/monitoring/monitors/data/VmData.java0230
org/slasoi/infrastructure/monitoring/monitors/ganglia/GangliaMonitoringEngine.java0780
org/slasoi/infrastructure/monitoring/monitors/ganglia/GangliaReader.java070
org/slasoi/infrastructure/monitoring/monitors/tashisensor/TashiSensorHandler.java0380
org/slasoi/infrastructure/monitoring/monitors/tashisensor/TashiSensorListener.java0180
org/slasoi/infrastructure/monitoring/monitors/tashisensor/TashiSensorMockup.java0450
org/slasoi/infrastructure/monitoring/monitors/tashisensor/TashiSensorMonitor.java0820
org/slasoi/infrastructure/monitoring/pubsub/ErrorResponse.java0120
org/slasoi/infrastructure/monitoring/pubsub/InfrastructureInfoRequest.java060
org/slasoi/infrastructure/monitoring/pubsub/InfrastructureInfoResponse.java0110
org/slasoi/infrastructure/monitoring/pubsub/PubSubRequest.java0200
org/slasoi/infrastructure/monitoring/pubsub/PubSubResponse.java0380
org/slasoi/infrastructure/monitoring/pubsub/SysInfoRequest.java0160
org/slasoi/infrastructure/monitoring/pubsub/SysInfoResponse.java01450
org/slasoi/infrastructure/monitoring/pubsub/handlers/ConfigureMonitoringHandler.java0430
org/slasoi/infrastructure/monitoring/pubsub/handlers/MonitoringDataRequestHandler.java0750
org/slasoi/infrastructure/monitoring/pubsub/handlers/MonitoringFeaturesRequestHandler.java060
org/slasoi/infrastructure/monitoring/pubsub/listeners/ConfigurationChannelListener.java0160
org/slasoi/infrastructure/monitoring/pubsub/listeners/MonitoringDataRequestListener.java0270
org/slasoi/infrastructure/monitoring/pubsub/messages/GetHostsInfoResponse.java01060
org/slasoi/infrastructure/monitoring/pubsub/messages/GetMetricHistoryRequest.java0300
org/slasoi/infrastructure/monitoring/pubsub/messages/GetMetricHistoryResponse.java0490
org/slasoi/infrastructure/monitoring/pubsub/messages/GetRawMetricsHistoryResponse.java030
org/slasoi/infrastructure/monitoring/pubsub/messages/GetSchedulerEventsRequest.java0100
org/slasoi/infrastructure/monitoring/pubsub/messages/GetSchedulerEventsResponse.java0250
org/slasoi/infrastructure/monitoring/pubsub/messages/GetServiceEventsRequest.java0140
org/slasoi/infrastructure/monitoring/pubsub/messages/GetServiceEventsResponse.java0390
org/slasoi/infrastructure/monitoring/pubsub/messages/GetServiceSLASummaryRequest.java090
org/slasoi/infrastructure/monitoring/pubsub/messages/GetServiceSLASummaryResponse.java0820
org/slasoi/infrastructure/monitoring/pubsub/messages/GetServiceViolationsFrequencyRequest.java0100
org/slasoi/infrastructure/monitoring/pubsub/messages/GetServiceViolationsFrequencyResponse.java0390
org/slasoi/infrastructure/monitoring/pubsub/messages/GetServiceViolationsRequest.java0120
org/slasoi/infrastructure/monitoring/pubsub/messages/GetServiceViolationsResponse.java0940
org/slasoi/infrastructure/monitoring/pubsub/messages/GetServicesInfoRequest.java060
org/slasoi/infrastructure/monitoring/pubsub/messages/GetServicesInfoResponse.java0810
org/slasoi/infrastructure/monitoring/pubsub/messages/MonitoringFeaturesRequest.java060
org/slasoi/infrastructure/monitoring/pubsub/messages/MonitoringFeaturesResponse.java0110
org/slasoi/infrastructure/monitoring/pubsub/messages/RegisterServiceRequest.java0920
org/slasoi/infrastructure/monitoring/pubsub/messages/ServiceEventNotification.java0100
org/slasoi/infrastructure/monitoring/pubsub/messages/events/EventMessage.java0270
org/slasoi/infrastructure/monitoring/pubsub/messages/events/EventType.java050
org/slasoi/infrastructure/monitoring/pubsub/notifiers/MonitoringDataNotifier.java0100
org/slasoi/infrastructure/monitoring/qos/MonitoringFeaturesBuilder.java050
org/slasoi/infrastructure/monitoring/qos/ViolationHandler.java0320
org/slasoi/infrastructure/monitoring/qos/events/ViolationEvent.java0400
org/slasoi/infrastructure/monitoring/reporting/ReportTemplate.java0350
org/slasoi/infrastructure/monitoring/reporting/ServiceSummaryReport.java0730
org/slasoi/infrastructure/monitoring/utils/DateUtils.java0230
org/slasoi/infrastructure/monitoring/utils/JsonUtils.java0490
org/slasoi/infrastructure/monitoring/utils/Utils.java0130

Rules

RulesViolationsSeverity
JavadocMethod1070Warnings Warning
JavadocType181Warnings Warning
JavadocVariable599Warnings Warning
JavadocStyle0Warnings Warning
ConstantName44Warnings Warning
LocalFinalVariableName0Warnings Warning
LocalVariableName0Warnings Warning
MemberName0Warnings Warning
MethodName0Warnings Warning
PackageName0Warnings Warning
ParameterName2Warnings Warning
StaticVariableName3Warnings Warning
TypeName0Warnings Warning
AvoidStarImport44Warnings Warning
IllegalImport0Warnings Warning
RedundantImport0Warnings Warning
UnusedImports0Warnings Warning
LineLength
  • max: "120"
398Warnings Warning
MethodLength0Warnings Warning
ParameterNumber0Warnings Warning
EmptyForIteratorPad0Warnings Warning
MethodParamPad0Warnings Warning
NoWhitespaceAfter0Warnings Warning
NoWhitespaceBefore0Warnings Warning
OperatorWrap14Warnings Warning
ParenPad0Warnings Warning
TypecastParenPad0Warnings Warning
WhitespaceAfter0Warnings Warning
WhitespaceAround17Warnings Warning
ModifierOrder0Warnings Warning
RedundantModifier13Warnings Warning
AvoidNestedBlocks0Warnings Warning
EmptyBlock2Warnings Warning
LeftCurly0Warnings Warning
NeedBraces0Warnings Warning
RightCurly400Warnings Warning
AvoidInlineConditionals30Warnings Warning
DoubleCheckedLocking0Warnings Warning
EmptyStatement0Warnings Warning
EqualsHashCode0Warnings Warning
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
7Warnings Warning
IllegalInstantiation0Warnings Warning
InnerAssignment0Warnings Warning
MagicNumber0 Ignore
MissingSwitchDefault1Warnings Warning
RedundantThrows19Warnings Warning
SimplifyBooleanExpression16Warnings Warning
SimplifyBooleanReturn0Warnings Warning
DesignForExtension0 Ignore
FinalClass9Warnings Warning
HideUtilityClassConstructor8Warnings Warning
InterfaceIsType0Warnings Warning
VisibilityModifier55Warnings Warning
ArrayTypeStyle0Warnings Warning
FinalParameters912Warnings Warning
TodoComment15Warnings Warning
UpperEll0Warnings Warning
JavadocPackage23Warnings Warning
NewlineAtEndOfFile19Warnings Warning
Translation0Warnings Warning
FileLength0Warnings Warning
FileTabCharacter
  • eachLine: "true"
0Warnings Warning
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "(?<!^\ +\*)\s+$"
0Warnings Warning

Details

org/slasoi/infrastructure/monitoring/InfrastructureMonitoringAgent.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.58
WarningsMissing a Javadoc comment.59
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.61
WarningsMissing a Javadoc comment.62
WarningsMissing a Javadoc comment.63
WarningsMissing a Javadoc comment.64
WarningsVariable 'messageListeners' must be private and have accessor methods.64
WarningsMissing a Javadoc comment.65
WarningsVariable 'testMode' must be private and have accessor methods.65
WarningsLine is longer than 120 characters.67
WarningsMissing a Javadoc comment.67
WarningsParameter pubSubManager should be final.67
WarningsParameter monitoringEngine should be final.67
WarningsParameter settings should be final.67
WarningsMissing a Javadoc comment.90
WarningsMissing a Javadoc comment.94
Warnings'}' should be on the same line.118
WarningsMissing a Javadoc comment.126
WarningsParameter testMode should be final.126
Warnings'testMode' hides a field.126
WarningsMissing a Javadoc comment.131
Warnings'}' should be on the same line.142
Warnings'}' should be on the same line.148
Warnings'}' should be on the same line.156
WarningsMust have at least one statement.157
Warnings'}' should be on the same line.163
WarningsMust have at least one statement.164
WarningsMissing a Javadoc comment.170
WarningsMissing a Javadoc comment.174
WarningsParameter pubSubManager should be final.174
WarningsMissing a Javadoc comment.178
WarningsMissing a Javadoc comment.182
WarningsParameter monitoringEngine should be final.182
WarningsMissing a Javadoc comment.186
WarningsMissing a Javadoc comment.190
WarningsParameter configurationChannel should be final.190
WarningsMissing a Javadoc comment.194
WarningsMissing a Javadoc comment.198
WarningsParameter eventChannel should be final.198
WarningsMissing a Javadoc comment.202
WarningsMissing a Javadoc comment.206
WarningsParameter monitoringDataRequestChannel should be final.206
WarningsMissing a Javadoc comment.210
WarningsMissing a Javadoc comment.214
WarningsParameter metricsCollectionInterval should be final.214
WarningsMissing a Javadoc comment.218
WarningsMissing a Javadoc comment.222
WarningsParameter metricsValidationInterval should be final.222
WarningsMissing a Javadoc comment.226
WarningsMissing a Javadoc comment.230
WarningsParameter args should be final.230
WarningsLine is longer than 120 characters.231

org/slasoi/infrastructure/monitoring/MonitoringThread.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.50
WarningsVariable 'pubSubManager' must be private and have accessor methods.50
WarningsMissing a Javadoc comment.51
WarningsVariable 'eventChannel' must be private and have accessor methods.51
WarningsMissing a Javadoc comment.53
WarningsParameter monitoringEngine should be final.53
WarningsParameter pubSubManager should be final.53
WarningsParameter eventChannel should be final.53
WarningsMissing a Javadoc comment.60
WarningsLine is longer than 120 characters.70
Warnings'}' should be on the same line.77
WarningsAvoid inline conditionals.86
Warnings'}' should be on the same line.91
WarningsMissing a Javadoc comment.100

org/slasoi/infrastructure/monitoring/computation/AvailabilityRestrictions.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.39
WarningsVariable 'workingHours' must be private and have accessor methods.39
WarningsMissing a Javadoc comment.41
WarningsParameter workingHours should be final.41
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.49
WarningsParameter date should be final.49
Warnings'}' should be on the same line.55
Warnings'}' should be on the same line.59
Warnings'&&' should be on a new line.63
Warnings'}' should be on the same line.65
Warnings'}' should be on the same line.68
WarningsMissing a Javadoc comment.74
WarningsMissing a Javadoc comment.75
WarningsMissing a Javadoc comment.76
WarningsMissing a Javadoc comment.77
WarningsMissing a Javadoc comment.78
WarningsMissing a Javadoc comment.80
WarningsParameter text should be final.80
Warnings'}' should be on the same line.83

org/slasoi/infrastructure/monitoring/computation/MetricsComputationEngine.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.50
WarningsParameter monitoringEngine should be final.50
WarningsMissing a Javadoc comment.54
WarningsParameter services should be final.54
WarningsLine is longer than 120 characters.64
Warnings'}' should be on the same line.74
WarningsLine is longer than 120 characters.76
WarningsMissing a Javadoc comment.82
WarningsParameter metrics should be final.82
WarningsParameter metric1 should be final.84
WarningsParameter metric2 should be final.84
Warnings'}' should be on the same line.98
Warnings'}' should be on the same line.101
Warnings'}' should be on the same line.107
WarningsLine is longer than 120 characters.110
WarningsLine is longer than 120 characters.111
Warnings'}' should be on the same line.112

org/slasoi/infrastructure/monitoring/computation/MetricsComputationHelper.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.49
WarningsUtility classes should not have a public or default constructor.49
WarningsMissing a Javadoc comment.50
WarningsParameter availMetric should be final.50
WarningsParameter reportingPeriod should be final.50
Warnings'+' should be on a new line.53
WarningsExpression can be simplified.80
Warnings'}' should be on the same line.82
Warnings'}' should be on the same line.90
Warnings'}' should be on the same line.94
WarningsMissing a Javadoc comment.100
WarningsParameter availMetric should be final.100
WarningsParameter reportingPeriod should be final.100
WarningsLine is longer than 120 characters.104
Warnings'}' should be on the same line.112
Warnings'}' should be on the same line.129
WarningsExpression can be simplified.135
Warnings'}' should be on the same line.141
Warnings'}' should be on the same line.145
WarningsExpression can be simplified.146
Warnings'}' should be on the same line.152
Warnings'}' should be on the same line.165
Warnings'}' should be on the same line.168
Warnings'}' should be on the same line.171
Warnings'}' should be on the same line.182
WarningsMissing a Javadoc comment.188
WarningsParameter availMetric should be final.188
WarningsParameter reportingPeriod should be final.188
WarningsLine is longer than 120 characters.192
Warnings'}' should be on the same line.200
Warnings'}' should be on the same line.217
WarningsExpression can be simplified.223
Warnings'}' should be on the same line.229
Warnings'}' should be on the same line.233
WarningsExpression can be simplified.234
Warnings'}' should be on the same line.240
WarningsExpression can be simplified.251
Warnings'}' should be on the same line.258
Warnings'}' should be on the same line.269
WarningsMissing a Javadoc comment.275
WarningsParameter slaComplianceMetric should be final.275
WarningsParameter reportingPeriod should be final.275
WarningsLine is longer than 120 characters.279
Warnings'}' should be on the same line.287
Warnings'}' should be on the same line.304
Warnings'}' should be on the same line.316
Warnings'}' should be on the same line.320
Warnings'}' should be on the same line.327
Warnings'}' should be on the same line.340
Warnings'}' should be on the same line.343
Warnings'}' should be on the same line.346
Warnings'}' should be on the same line.357

org/slasoi/infrastructure/monitoring/computation/ReportingPeriod.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.46
WarningsVariable 'startDate' must be private and have accessor methods.46
WarningsMissing a Javadoc comment.47
WarningsVariable 'endDate' must be private and have accessor methods.47
WarningsMissing a Javadoc comment.49
WarningsParameter reportingInterval should be final.49
Warnings'}' should be on the same line.62
WarningsMissing a Javadoc comment.68
WarningsMissing a Javadoc comment.72
WarningsMissing a Javadoc comment.76
WarningsMissing a Javadoc comment.80
WarningsParameter startDate should be final.80
Warnings'startDate' hides a field.80

org/slasoi/infrastructure/monitoring/exceptions/InfrastructureMonitoringException.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.36
WarningsParameter message should be final.36

org/slasoi/infrastructure/monitoring/exceptions/InvalidConstraintExpression.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.36
WarningsParameter message should be final.36

org/slasoi/infrastructure/monitoring/exceptions/InvalidMetricValueException.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.36
WarningsParameter message should be final.36

org/slasoi/infrastructure/monitoring/exceptions/InvalidMonitoringRequestException.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.36
WarningsParameter message should be final.36

org/slasoi/infrastructure/monitoring/exceptions/MetricNotSupportedException.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.36
WarningsParameter message should be final.36

org/slasoi/infrastructure/monitoring/exceptions/MonitoringEngineException.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.36
WarningsParameter message should be final.36

org/slasoi/infrastructure/monitoring/jpa/controller/AuditRecordJpaController.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsMissing package-info.java file.0
WarningsLine is longer than 120 characters.30
WarningsUsing the '.*' form of import should be avoided - javax.persistence.*.38
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.55
WarningsParameter auditRecord should be final.55
Warnings'}' should be on the same line.62
WarningsMissing a Javadoc comment.70
WarningsParameter auditRecord should be final.70
WarningsRedundant throws: 'NonexistentEntityException' is subclass of 'Exception'.70
Warnings'}' should be on the same line.77
Warnings'}' should be on the same line.87
WarningsMissing a Javadoc comment.95
WarningsParameter id should be final.95
Warnings'}' should be on the same line.104
Warnings'}' should be on the same line.110
WarningsMissing a Javadoc comment.118
WarningsMissing a Javadoc comment.122
WarningsParameter maxResults should be final.122
WarningsParameter firstResult should be final.122
WarningsMissing a Javadoc comment.126
WarningsParameter all should be final.126
WarningsParameter maxResults should be final.126
WarningsParameter firstResult should be final.126
Warnings'}' should be on the same line.137
WarningsMissing a Javadoc comment.143
WarningsParameter id should be final.143
Warnings'}' should be on the same line.147
WarningsMissing a Javadoc comment.153
Warnings'}' should be on the same line.161

org/slasoi/infrastructure/monitoring/jpa/controller/MetricJpaController.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine is longer than 120 characters.30
WarningsUsing the '.*' form of import should be avoided - org.slasoi.infrastructure.monitoring.jpa.entities.*.37
WarningsUsing the '.*' form of import should be avoided - javax.persistence.*.39
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.57
WarningsParameter metric should be final.57
WarningsLine is longer than 120 characters.90
WarningsLine is longer than 120 characters.95
WarningsLine is longer than 120 characters.96
WarningsLine is longer than 120 characters.132
WarningsLine is longer than 120 characters.136
WarningsLine is longer than 120 characters.137
Warnings'}' should be on the same line.141
WarningsMissing a Javadoc comment.149
WarningsParameter metric should be final.149
WarningsRedundant throws: 'IllegalOrphanException' is subclass of 'Exception'.149
WarningsRedundant throws: 'NonexistentEntityException' is subclass of 'Exception'.149
WarningsLine is longer than 120 characters.172
WarningsLine is longer than 120 characters.179
WarningsLine is longer than 120 characters.187
WarningsLine is longer than 120 characters.211
WarningsLine is longer than 120 characters.218
WarningsLine is longer than 120 characters.262
WarningsLine is longer than 120 characters.270
WarningsLine is longer than 120 characters.273
WarningsLine is longer than 120 characters.274
WarningsLine is longer than 120 characters.275
Warnings'}' should be on the same line.280
Warnings'}' should be on the same line.290
WarningsMissing a Javadoc comment.298
WarningsParameter id should be final.298
Warnings'}' should be on the same line.307
WarningsLine is longer than 120 characters.317
WarningsLine is longer than 120 characters.324
WarningsLine is longer than 120 characters.327
WarningsLine is longer than 120 characters.331
Warnings'}' should be on the same line.353
WarningsMissing a Javadoc comment.361
WarningsMissing a Javadoc comment.365
WarningsParameter maxResults should be final.365
WarningsParameter firstResult should be final.365
WarningsMissing a Javadoc comment.369
WarningsParameter all should be final.369
WarningsParameter maxResults should be final.369
WarningsParameter firstResult should be final.369
Warnings'}' should be on the same line.380
WarningsMissing a Javadoc comment.386
WarningsParameter id should be final.386
Warnings'}' should be on the same line.390
WarningsMissing a Javadoc comment.396
Warnings'}' should be on the same line.404

org/slasoi/infrastructure/monitoring/jpa/controller/MetricTypeJpaController.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine is longer than 120 characters.30
WarningsUsing the '.*' form of import should be avoided - javax.persistence.*.41
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.59
WarningsParameter metricType should be final.59
WarningsRedundant throws: 'PreexistingEntityException' is subclass of 'Exception'.59
WarningsLine is longer than 120 characters.69
Warnings'}' should be on the same line.84
Warnings'}' should be on the same line.90
WarningsMissing a Javadoc comment.98
WarningsParameter metricType should be final.98
WarningsRedundant throws: 'IllegalOrphanException' is subclass of 'Exception'.98
WarningsRedundant throws: 'NonexistentEntityException' is subclass of 'Exception'.98
WarningsLine is longer than 120 characters.112
WarningsLine is longer than 120 characters.120
WarningsLine is longer than 120 characters.131
Warnings'}' should be on the same line.138
Warnings'}' should be on the same line.148
WarningsMissing a Javadoc comment.156
WarningsParameter id should be final.156
Warnings'}' should be on the same line.165
WarningsLine is longer than 120 characters.175
Warnings'}' should be on the same line.182
WarningsMissing a Javadoc comment.190
WarningsMissing a Javadoc comment.194
WarningsParameter maxResults should be final.194
WarningsParameter firstResult should be final.194
WarningsMissing a Javadoc comment.198
WarningsParameter all should be final.198
WarningsParameter maxResults should be final.198
WarningsParameter firstResult should be final.198
Warnings'}' should be on the same line.209
WarningsMissing a Javadoc comment.215
WarningsParameter id should be final.215
Warnings'}' should be on the same line.219
WarningsMissing a Javadoc comment.225
Warnings'}' should be on the same line.233

org/slasoi/infrastructure/monitoring/jpa/controller/MetricValueHistoryJpaController.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine is longer than 120 characters.30
WarningsUsing the '.*' form of import should be avoided - javax.persistence.*.41
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.58
WarningsParameter metricValueHistory should be final.58
WarningsRedundant throws: 'PreexistingEntityException' is subclass of 'Exception'.58
Warnings'}' should be on the same line.78
WarningsLine is longer than 120 characters.81
Warnings'}' should be on the same line.84
WarningsMissing a Javadoc comment.92
WarningsParameter metricValueHistory should be final.92
WarningsRedundant throws: 'NonexistentEntityException' is subclass of 'Exception'.92
WarningsLine is longer than 120 characters.98
Warnings'}' should be on the same line.115
Warnings'}' should be on the same line.125
WarningsMissing a Javadoc comment.133
WarningsParameter id should be final.133
Warnings'}' should be on the same line.142
WarningsLine is longer than 120 characters.144
Warnings'}' should be on the same line.153
WarningsMissing a Javadoc comment.161
WarningsMissing a Javadoc comment.165
WarningsParameter maxResults should be final.165
WarningsParameter firstResult should be final.165
WarningsMissing a Javadoc comment.169
WarningsParameter all should be final.169
WarningsParameter maxResults should be final.169
WarningsParameter firstResult should be final.169
Warnings'}' should be on the same line.180
WarningsMissing a Javadoc comment.186
WarningsParameter id should be final.186
Warnings'}' should be on the same line.190
WarningsMissing a Javadoc comment.196
Warnings'}' should be on the same line.204

org/slasoi/infrastructure/monitoring/jpa/controller/MetricValueJpaController.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine is longer than 120 characters.30
WarningsUsing the '.*' form of import should be avoided - javax.persistence.*.41
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.59
WarningsParameter metricValue should be final.59
WarningsRedundant throws: 'IllegalOrphanException' is subclass of 'Exception'.59
WarningsRedundant throws: 'PreexistingEntityException' is subclass of 'Exception'.59
WarningsLine is longer than 120 characters.68
Warnings'}' should be on the same line.89
Warnings'}' should be on the same line.95
WarningsMissing a Javadoc comment.103
WarningsParameter metricValue should be final.103
WarningsRedundant throws: 'IllegalOrphanException' is subclass of 'Exception'.103
WarningsRedundant throws: 'NonexistentEntityException' is subclass of 'Exception'.103
WarningsLine is longer than 120 characters.118
Warnings'}' should be on the same line.138
Warnings'}' should be on the same line.148
WarningsMissing a Javadoc comment.156
WarningsParameter id should be final.156
Warnings'}' should be on the same line.165
Warnings'}' should be on the same line.176
WarningsMissing a Javadoc comment.184
WarningsMissing a Javadoc comment.188
WarningsParameter maxResults should be final.188
WarningsParameter firstResult should be final.188
WarningsMissing a Javadoc comment.192
WarningsParameter all should be final.192
WarningsParameter maxResults should be final.192
WarningsParameter firstResult should be final.192
Warnings'}' should be on the same line.203
WarningsMissing a Javadoc comment.209
WarningsParameter id should be final.209
Warnings'}' should be on the same line.213
WarningsMissing a Javadoc comment.219
Warnings'}' should be on the same line.227

org/slasoi/infrastructure/monitoring/jpa/controller/ServiceJpaController.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine is longer than 120 characters.30
WarningsUsing the '.*' form of import should be avoided - javax.persistence.*.41
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.59
WarningsParameter service should be final.59
WarningsLine is longer than 120 characters.78
Warnings'}' should be on the same line.102
WarningsMissing a Javadoc comment.110
WarningsParameter service should be final.110
WarningsRedundant throws: 'IllegalOrphanException' is subclass of 'Exception'.110
WarningsRedundant throws: 'NonexistentEntityException' is subclass of 'Exception'.110
WarningsLine is longer than 120 characters.126
WarningsLine is longer than 120 characters.141
Warnings'}' should be on the same line.176
Warnings'}' should be on the same line.186
WarningsMissing a Javadoc comment.194
WarningsParameter id should be final.194
Warnings'}' should be on the same line.203
WarningsLine is longer than 120 characters.213
Warnings'}' should be on the same line.225
WarningsMissing a Javadoc comment.233
WarningsMissing a Javadoc comment.237
WarningsParameter maxResults should be final.237
WarningsParameter firstResult should be final.237
WarningsMissing a Javadoc comment.241
WarningsParameter all should be final.241
WarningsParameter maxResults should be final.241
WarningsParameter firstResult should be final.241
Warnings'}' should be on the same line.252
WarningsMissing a Javadoc comment.258
WarningsParameter id should be final.258
Warnings'}' should be on the same line.262
WarningsMissing a Javadoc comment.268
Warnings'}' should be on the same line.276

org/slasoi/infrastructure/monitoring/jpa/controller/ViolationJpaController.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine is longer than 120 characters.30
WarningsUsing the '.*' form of import should be avoided - javax.persistence.*.39
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.56
WarningsParameter violation should be final.56
Warnings'}' should be on the same line.72
WarningsMissing a Javadoc comment.80
WarningsParameter violation should be final.80
WarningsRedundant throws: 'NonexistentEntityException' is subclass of 'Exception'.80
Warnings'}' should be on the same line.102
Warnings'}' should be on the same line.112
WarningsMissing a Javadoc comment.120
WarningsParameter id should be final.120
Warnings'}' should be on the same line.129
Warnings'}' should be on the same line.140
WarningsMissing a Javadoc comment.148
WarningsMissing a Javadoc comment.152
WarningsParameter maxResults should be final.152
WarningsParameter firstResult should be final.152
WarningsMissing a Javadoc comment.156
WarningsParameter all should be final.156
WarningsParameter maxResults should be final.156
WarningsParameter firstResult should be final.156
Warnings'}' should be on the same line.167
WarningsMissing a Javadoc comment.173
WarningsParameter id should be final.173
Warnings'}' should be on the same line.177
WarningsMissing a Javadoc comment.183
Warnings'}' should be on the same line.191

org/slasoi/infrastructure/monitoring/jpa/controller/VmJpaController.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine is longer than 120 characters.30
WarningsUsing the '.*' form of import should be avoided - javax.persistence.*.40
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.58
WarningsParameter vm should be final.58
WarningsLine is longer than 120 characters.73
Warnings'}' should be on the same line.92
WarningsMissing a Javadoc comment.100
WarningsParameter vm should be final.100
WarningsRedundant throws: 'NonexistentEntityException' is subclass of 'Exception'.100
WarningsLine is longer than 120 characters.116
Warnings'}' should be on the same line.148
Warnings'}' should be on the same line.158
WarningsMissing a Javadoc comment.166
WarningsParameter id should be final.166
Warnings'}' should be on the same line.175
Warnings'}' should be on the same line.191
WarningsMissing a Javadoc comment.199
WarningsMissing a Javadoc comment.203
WarningsParameter maxResults should be final.203
WarningsParameter firstResult should be final.203
WarningsMissing a Javadoc comment.207
WarningsParameter all should be final.207
WarningsParameter maxResults should be final.207
WarningsParameter firstResult should be final.207
Warnings'}' should be on the same line.218
WarningsMissing a Javadoc comment.224
WarningsParameter id should be final.224
Warnings'}' should be on the same line.228
WarningsMissing a Javadoc comment.234
Warnings'}' should be on the same line.242

org/slasoi/infrastructure/monitoring/jpa/controller/exceptions/IllegalOrphanException.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.41
WarningsParameter messages should be final.41
WarningsAvoid inline conditionals.42
Warnings'}' should be on the same line.45
WarningsMissing a Javadoc comment.51

org/slasoi/infrastructure/monitoring/jpa/controller/exceptions/NonexistentEntityException.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.36
WarningsParameter message should be final.36
WarningsParameter cause should be final.36
WarningsMissing a Javadoc comment.40
WarningsParameter message should be final.40

org/slasoi/infrastructure/monitoring/jpa/controller/exceptions/PreexistingEntityException.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.36
WarningsParameter message should be final.36
WarningsParameter cause should be final.36
WarningsMissing a Javadoc comment.40
WarningsParameter message should be final.40

org/slasoi/infrastructure/monitoring/jpa/entities/AuditRecord.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsMissing package-info.java file.0
WarningsLine is longer than 120 characters.30
WarningsUsing the '.*' form of import should be avoided - javax.persistence.*.35
WarningsMissing a Javadoc comment.39
Warnings'}' is not preceded with whitespace.41
Warnings'}' is not preceded with whitespace.41
WarningsLine is longer than 120 characters.44
WarningsLine is longer than 120 characters.47
WarningsLine is longer than 120 characters.48
Warnings'}' is not preceded with whitespace.48
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.58
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.62
WarningsMissing a Javadoc comment.64
WarningsMissing a Javadoc comment.68
WarningsMissing a Javadoc comment.71
WarningsParameter auditRecordId should be final.71
WarningsMissing a Javadoc comment.75
WarningsMissing a Javadoc comment.79
WarningsParameter auditRecordId should be final.79
WarningsMissing a Javadoc comment.83
WarningsMissing a Javadoc comment.87
WarningsParameter source should be final.87
WarningsMissing a Javadoc comment.91
WarningsMissing a Javadoc comment.95
WarningsParameter userId should be final.95
WarningsMissing a Javadoc comment.99
WarningsMissing a Javadoc comment.103
WarningsParameter fqdn should be final.103
WarningsMissing a Javadoc comment.107
WarningsMissing a Javadoc comment.111
WarningsParameter description should be final.111
WarningsMissing a Javadoc comment.115
WarningsMissing a Javadoc comment.119
WarningsParameter timestamp should be final.119
WarningsAvoid inline conditionals.126
WarningsParameter object should be final.131
WarningsComment matches to-do format 'TODO:'.132
WarningsLine is longer than 120 characters.137

org/slasoi/infrastructure/monitoring/jpa/entities/Metric.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine is longer than 120 characters.30
WarningsUsing the '.*' form of import should be avoided - javax.persistence.*.44
WarningsMissing a Javadoc comment.49
Warnings'}' is not preceded with whitespace.51
Warnings'}' is not preceded with whitespace.51
WarningsLine is longer than 120 characters.55
WarningsLine is longer than 120 characters.56
Warnings'}' is not preceded with whitespace.56
WarningsMissing a Javadoc comment.61
WarningsMissing a Javadoc comment.62
WarningsMissing a Javadoc comment.67
WarningsMissing a Javadoc comment.70
WarningsMissing a Javadoc comment.72
WarningsMissing a Javadoc comment.74
WarningsMissing a Javadoc comment.76
WarningsMissing a Javadoc comment.79
WarningsMissing a Javadoc comment.82
WarningsMissing a Javadoc comment.85
WarningsMissing a Javadoc comment.87
WarningsMissing a Javadoc comment.89
WarningsMissing a Javadoc comment.92
WarningsMissing a Javadoc comment.95
WarningsParameter metricId should be final.95
WarningsMissing a Javadoc comment.99
WarningsMissing a Javadoc comment.103
WarningsParameter metricId should be final.103
WarningsMissing a Javadoc comment.107
WarningsMissing a Javadoc comment.111
WarningsParameter violationThreshold should be final.111
WarningsMissing a Javadoc comment.115
WarningsMissing a Javadoc comment.119
WarningsParameter warningThreshold should be final.119
WarningsMissing a Javadoc comment.123
WarningsMissing a Javadoc comment.127
WarningsParameter configValue should be final.127
WarningsMissing a Javadoc comment.131
WarningsMissing a Javadoc comment.135
WarningsParameter vm should be final.135
WarningsMissing a Javadoc comment.139
WarningsMissing a Javadoc comment.143
WarningsParameter service should be final.143
WarningsMissing a Javadoc comment.147
WarningsMissing a Javadoc comment.151
WarningsParameter metricType should be final.151
WarningsMissing a Javadoc comment.155
WarningsMissing a Javadoc comment.159
WarningsParameter violationList should be final.159
WarningsMissing a Javadoc comment.163
WarningsMissing a Javadoc comment.167
WarningsParameter metricValue should be final.167
WarningsMissing a Javadoc comment.171
WarningsMissing a Javadoc comment.175
WarningsParameter metricValueHistoryList should be final.175
WarningsMissing a Javadoc comment.179
WarningsMissing a Javadoc comment.183
WarningsParameter metricTypeEnum should be final.183
WarningsAvoid inline conditionals.190
WarningsParameter object should be final.195
WarningsComment matches to-do format 'TODO:'.196
WarningsLine is longer than 120 characters.201
WarningsMissing a Javadoc comment.212
Warnings'metricValue' hides a field.213
Warnings'}' should be on the same line.216
WarningsLine is longer than 120 characters.222
WarningsMissing a Javadoc comment.222
WarningsParameter metric should be final.222
WarningsParameter metricValue should be final.222
Warnings'metricValue' hides a field.222
WarningsParameter slaCompliance should be final.222
WarningsParameter metricsTimestamp should be final.222
Warnings'}' should be on the same line.230
Warnings'}' should be on the same line.234
Warnings'}' should be on the same line.239
Warnings'}' should be on the same line.242
WarningsAvoid inline conditionals.246
WarningsMissing a Javadoc comment.255
WarningsParameter value should be final.255
WarningsParameter metricsTimestamp should be final.255
WarningsMissing a Javadoc comment.260
WarningsParameter value should be final.260
WarningsParameter metricsTimestamp should be final.260
WarningsMissing a Javadoc comment.265
WarningsParameter metricTypeEnum should be final.265
Warnings'+' should be on a new line.266
Warnings'}' should be on the same line.271
WarningsLine is longer than 120 characters.273
WarningsMissing a Javadoc comment.277
WarningsMissing a Javadoc comment.279
WarningsMissing a Javadoc comment.281
WarningsMissing a Javadoc comment.283
WarningsParameter value should be final.283
Warnings'}' should be on the same line.286
WarningsMissing a Javadoc comment.292
WarningsMissing a Javadoc comment.294
Warnings'}' should be on the same line.297
WarningsMissing a Javadoc comment.303
WarningsMissing a Javadoc comment.305
WarningsMissing a Javadoc comment.307
WarningsMissing a Javadoc comment.309
Warnings'violationThreshold' hides a field.309

org/slasoi/infrastructure/monitoring/jpa/entities/MetricType.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine is longer than 120 characters.30
WarningsUsing the '.*' form of import should be avoided - javax.persistence.*.37
WarningsMissing a Javadoc comment.41
WarningsLine is longer than 120 characters.45
WarningsLine is longer than 120 characters.48
WarningsLine is longer than 120 characters.49
WarningsLine is longer than 120 characters.50
Warnings'}' is not preceded with whitespace.51
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.58
WarningsMissing a Javadoc comment.61
WarningsMissing a Javadoc comment.63
WarningsMissing a Javadoc comment.65
WarningsMissing a Javadoc comment.67
WarningsMissing a Javadoc comment.69
WarningsMissing a Javadoc comment.72
WarningsMissing a Javadoc comment.75
WarningsMissing a Javadoc comment.77
WarningsMissing a Javadoc comment.80
WarningsMissing a Javadoc comment.82
WarningsMissing a Javadoc comment.85
WarningsMissing a Javadoc comment.88
WarningsParameter metricTypeId should be final.88
WarningsMissing a Javadoc comment.92
WarningsParameter metricTypeId should be final.92
WarningsParameter name should be final.92
WarningsMissing a Javadoc comment.97
WarningsMissing a Javadoc comment.101
WarningsParameter metricTypeId should be final.101
WarningsMissing a Javadoc comment.105
WarningsMissing a Javadoc comment.109
WarningsParameter name should be final.109
WarningsMissing a Javadoc comment.113
WarningsMissing a Javadoc comment.117
WarningsParameter title should be final.117
WarningsMissing a Javadoc comment.121
WarningsMissing a Javadoc comment.125
WarningsParameter description should be final.125
WarningsMissing a Javadoc comment.129
WarningsMissing a Javadoc comment.133
WarningsParameter qosTermUri should be final.133
WarningsMissing a Javadoc comment.137
WarningsMissing a Javadoc comment.141
WarningsParameter metricUnit should be final.141
WarningsMissing a Javadoc comment.145
WarningsMissing a Javadoc comment.149
WarningsParameter target should be final.149
WarningsMissing a Javadoc comment.153
WarningsMissing a Javadoc comment.157
WarningsParameter type should be final.157
WarningsMissing a Javadoc comment.161
WarningsMissing a Javadoc comment.165
WarningsParameter critical should be final.165
WarningsMissing a Javadoc comment.169
WarningsMissing a Javadoc comment.173
WarningsParameter dataType should be final.173
WarningsMissing a Javadoc comment.177
WarningsMissing a Javadoc comment.181
WarningsParameter computationOrder should be final.181
WarningsMissing a Javadoc comment.185
WarningsMissing a Javadoc comment.189
WarningsParameter metricList should be final.189
WarningsAvoid inline conditionals.196
WarningsParameter object should be final.201
WarningsComment matches to-do format 'TODO:'.202
WarningsLine is longer than 120 characters.207
WarningsMissing a Javadoc comment.218
WarningsMissing a Javadoc comment.219
WarningsMissing a Javadoc comment.220
WarningsMissing a Javadoc comment.223
WarningsMissing a Javadoc comment.224
WarningsMissing a Javadoc comment.225
WarningsMissing a Javadoc comment.226

org/slasoi/infrastructure/monitoring/jpa/entities/MetricValue.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine is longer than 120 characters.30
WarningsUsing the '.*' form of import should be avoided - javax.persistence.*.38
WarningsMissing a Javadoc comment.42
WarningsLine is longer than 120 characters.46
WarningsLine is longer than 120 characters.49
Warnings'}' is not preceded with whitespace.49
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.62
WarningsMissing a Javadoc comment.65
WarningsLine is longer than 120 characters.68
WarningsMissing a Javadoc comment.68
WarningsMissing a Javadoc comment.72
WarningsMissing a Javadoc comment.75
WarningsParameter metricId should be final.75
WarningsMissing a Javadoc comment.79
WarningsParameter metricId should be final.79
WarningsParameter time should be final.79
WarningsMissing a Javadoc comment.84
WarningsMissing a Javadoc comment.88
WarningsParameter metricId should be final.88
WarningsMissing a Javadoc comment.92
WarningsMissing a Javadoc comment.96
WarningsParameter time should be final.96
WarningsMissing a Javadoc comment.100
WarningsMissing a Javadoc comment.104
WarningsMissing a Javadoc comment.108
WarningsMissing a Javadoc comment.112
WarningsMissing a Javadoc comment.116
WarningsMissing a Javadoc comment.120
WarningsParameter value should be final.120
WarningsMissing a Javadoc comment.124
WarningsMissing a Javadoc comment.128
WarningsParameter slaCompliance should be final.128
WarningsMissing a Javadoc comment.132
WarningsMissing a Javadoc comment.136
WarningsParameter violationSeverity should be final.136
WarningsMissing a Javadoc comment.140
WarningsMissing a Javadoc comment.144
WarningsParameter metric should be final.144
WarningsAvoid inline conditionals.151
WarningsParameter object should be final.156
WarningsComment matches to-do format 'TODO:'.157
WarningsLine is longer than 120 characters.162

org/slasoi/infrastructure/monitoring/jpa/entities/MetricValueHistory.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine is longer than 120 characters.30
WarningsUsing the '.*' form of import should be avoided - javax.persistence.*.35
WarningsMissing a Javadoc comment.39
WarningsLine is longer than 120 characters.43
Warnings'}' is not preceded with whitespace.43
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.46
WarningsVariable 'metricValueHistoryPK' must be private and have accessor methods.47
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.52
WarningsLine is longer than 120 characters.54
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.58
WarningsMissing a Javadoc comment.61
WarningsParameter metricValueHistoryPK should be final.61
WarningsMissing a Javadoc comment.65
WarningsParameter metricValueHistoryPK should be final.65
WarningsParameter endTime should be final.65
WarningsMissing a Javadoc comment.70
WarningsParameter metricId should be final.70
WarningsParameter startTime should be final.70
WarningsMissing a Javadoc comment.74
WarningsMissing a Javadoc comment.78
WarningsParameter metricValueHistoryPK should be final.78
WarningsMissing a Javadoc comment.82
WarningsMissing a Javadoc comment.86
WarningsParameter endTime should be final.86
WarningsMissing a Javadoc comment.90
WarningsMissing a Javadoc comment.94
WarningsParameter value should be final.94
WarningsMissing a Javadoc comment.98
WarningsMissing a Javadoc comment.102
WarningsParameter metric should be final.102
WarningsMissing a Javadoc comment.106
WarningsAvoid inline conditionals.113
WarningsParameter object should be final.118
WarningsComment matches to-do format 'TODO:'.119
WarningsLine is longer than 120 characters.124
WarningsLine is longer than 120 characters.132

org/slasoi/infrastructure/monitoring/jpa/entities/MetricValueHistoryPK.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine is longer than 120 characters.30
WarningsUsing the '.*' form of import should be avoided - javax.persistence.*.35
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.52
WarningsParameter metricId should be final.52
WarningsParameter startTime should be final.52
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.61
WarningsParameter metricId should be final.61
WarningsMissing a Javadoc comment.65
WarningsMissing a Javadoc comment.69
WarningsParameter startTime should be final.69
WarningsAvoid inline conditionals.77
WarningsParameter object should be final.82
WarningsComment matches to-do format 'TODO:'.83
WarningsLine is longer than 120 characters.91
WarningsLine is longer than 120 characters.99

org/slasoi/infrastructure/monitoring/jpa/entities/Service.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine is longer than 120 characters.30
WarningsUsing the '.*' form of import should be avoided - javax.persistence.*.43
WarningsMissing a Javadoc comment.48
Warnings'}' is not preceded with whitespace.50
Warnings'}' is not preceded with whitespace.50
WarningsLine is longer than 120 characters.54
WarningsLine is longer than 120 characters.55
WarningsLine is longer than 120 characters.56
Warnings'}' is not preceded with whitespace.56
WarningsMissing a Javadoc comment.58
WarningsMissing a Javadoc comment.59
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.65
WarningsMissing a Javadoc comment.68
WarningsMissing a Javadoc comment.70
WarningsMissing a Javadoc comment.74
WarningsMissing a Javadoc comment.76
WarningsMissing a Javadoc comment.79
WarningsMissing a Javadoc comment.81
WarningsMissing a Javadoc comment.84
WarningsMissing a Javadoc comment.87
WarningsParameter serviceId should be final.87
WarningsMissing a Javadoc comment.91
WarningsParameter serviceId should be final.91
WarningsParameter serviceName should be final.91
WarningsParameter startDate should be final.91
WarningsMissing a Javadoc comment.97
WarningsMissing a Javadoc comment.101
WarningsParameter serviceId should be final.101
WarningsMissing a Javadoc comment.105
WarningsMissing a Javadoc comment.109
WarningsParameter serviceName should be final.109
WarningsMissing a Javadoc comment.113
WarningsMissing a Javadoc comment.117
WarningsParameter serviceUrl should be final.117
WarningsMissing a Javadoc comment.121
WarningsMissing a Javadoc comment.125
WarningsParameter startDate should be final.125
WarningsMissing a Javadoc comment.129
WarningsMissing a Javadoc comment.133
WarningsParameter vmList should be final.133
WarningsMissing a Javadoc comment.137
WarningsMissing a Javadoc comment.141
WarningsParameter metricList should be final.141
WarningsAvoid inline conditionals.148
WarningsParameter object should be final.153
WarningsComment matches to-do format 'TODO:'.154
WarningsLine is longer than 120 characters.159
WarningsMissing a Javadoc comment.170
WarningsParameter metricsTimestamp should be final.170
Warnings'}' should be on the same line.173
WarningsLine is longer than 120 characters.175
WarningsLine is longer than 120 characters.177
WarningsLine is longer than 120 characters.181
WarningsAvoid inline conditionals.181
Warnings'}' should be on the same line.182
WarningsLine is longer than 120 characters.184
WarningsMissing a Javadoc comment.192
WarningsLine is longer than 120 characters.193
WarningsMissing a Javadoc comment.199
WarningsParameter metricTypeEnum should be final.199

org/slasoi/infrastructure/monitoring/jpa/entities/Violation.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine is longer than 120 characters.30
WarningsUsing the '.*' form of import should be avoided - javax.persistence.*.38
WarningsMissing a Javadoc comment.42
WarningsLine is longer than 120 characters.46
WarningsLine is longer than 120 characters.47
WarningsLine is longer than 120 characters.48
WarningsLine is longer than 120 characters.49
WarningsLine is longer than 120 characters.51
Warnings'}' is not preceded with whitespace.52
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.63
WarningsMissing a Javadoc comment.65
WarningsMissing a Javadoc comment.69
WarningsMissing a Javadoc comment.72
WarningsMissing a Javadoc comment.75
WarningsMissing a Javadoc comment.78
WarningsMissing a Javadoc comment.82
WarningsMissing a Javadoc comment.85
WarningsParameter violationId should be final.85
WarningsLine is longer than 120 characters.89
WarningsMissing a Javadoc comment.89
WarningsParameter violationId should be final.89
WarningsParameter metricValue should be final.89
WarningsParameter startTime should be final.89
WarningsParameter severity should be final.89
WarningsParameter type should be final.89
WarningsMissing a Javadoc comment.97
WarningsMissing a Javadoc comment.101
WarningsParameter violationId should be final.101
WarningsMissing a Javadoc comment.105
WarningsMissing a Javadoc comment.109
WarningsParameter metricValue should be final.109
WarningsMissing a Javadoc comment.113
WarningsMissing a Javadoc comment.117
WarningsParameter threshold should be final.117
WarningsMissing a Javadoc comment.121
WarningsMissing a Javadoc comment.125
WarningsParameter startTime should be final.125
WarningsMissing a Javadoc comment.129
WarningsMissing a Javadoc comment.133
WarningsParameter endTime should be final.133
WarningsMissing a Javadoc comment.137
WarningsMissing a Javadoc comment.141
WarningsParameter severity should be final.141
WarningsMissing a Javadoc comment.145
WarningsMissing a Javadoc comment.149
WarningsParameter type should be final.149
WarningsMissing a Javadoc comment.153
WarningsMissing a Javadoc comment.157
WarningsParameter metric should be final.157
WarningsAvoid inline conditionals.164
WarningsParameter object should be final.169
WarningsComment matches to-do format 'TODO:'.170
WarningsLine is longer than 120 characters.175

org/slasoi/infrastructure/monitoring/jpa/entities/Vm.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine is longer than 120 characters.30
WarningsUsing the '.*' form of import should be avoided - javax.persistence.*.38
WarningsMissing a Javadoc comment.42
Warnings'}' is not preceded with whitespace.44
Warnings'}' is not preceded with whitespace.45
Warnings'}' is not preceded with whitespace.45
Warnings'}' is not preceded with whitespace.52
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.63
WarningsMissing a Javadoc comment.66
WarningsMissing a Javadoc comment.68
WarningsMissing a Javadoc comment.71
WarningsMissing a Javadoc comment.74
WarningsMissing a Javadoc comment.77
WarningsMissing a Javadoc comment.80
WarningsParameter vmId should be final.80
WarningsMissing a Javadoc comment.84
WarningsParameter vmId should be final.84
WarningsParameter resourceId should be final.84
WarningsParameter name should be final.84
WarningsParameter clusterName should be final.84
WarningsMissing a Javadoc comment.91
WarningsMissing a Javadoc comment.95
WarningsParameter vmId should be final.95
WarningsMissing a Javadoc comment.99
WarningsMissing a Javadoc comment.103
WarningsParameter resourceId should be final.103
WarningsMissing a Javadoc comment.107
WarningsMissing a Javadoc comment.111
WarningsParameter name should be final.111
WarningsMissing a Javadoc comment.115
WarningsMissing a Javadoc comment.119
WarningsParameter fqdn should be final.119
WarningsMissing a Javadoc comment.123
WarningsMissing a Javadoc comment.127
WarningsParameter clusterName should be final.127
WarningsMissing a Javadoc comment.131
WarningsMissing a Javadoc comment.135
WarningsParameter service should be final.135
WarningsMissing a Javadoc comment.139
WarningsMissing a Javadoc comment.143
WarningsParameter metricList should be final.143
WarningsAvoid inline conditionals.150
WarningsParameter object should be final.155
WarningsComment matches to-do format 'TODO:'.156
WarningsMissing a Javadoc comment.172
WarningsParameter metricTypeEnum should be final.172

org/slasoi/infrastructure/monitoring/jpa/entities/metrics/AcceptableServiceViolations.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsLine is longer than 120 characters.30
WarningsUsing the '.*' form of import should be avoided - org.slasoi.infrastructure.monitoring.jpa.entities.*.36
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.53
WarningsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.53
WarningsParameter monitoringEngine should be final.56
Warnings'&&' should be on a new line.79
WarningsLine is longer than 120 characters.89
WarningsLine is longer than 120 characters.100
Warnings'}' should be on the same line.102
WarningsLine is longer than 120 characters.107
WarningsParameter value should be final.118
WarningsParameter value should be final.123
Warnings'}' should be on the same line.126
Warnings'}' should be on the same line.137
Warnings'}' should be on the same line.147
Warnings'}' should be on the same line.157
Warnings'}' should be on the same line.167
WarningsParameter violationThreshold should be final.174
Warnings'}' should be on the same line.178

org/slasoi/infrastructure/monitoring/jpa/entities/metrics/ServiceAuditability.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.54
WarningsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.54
WarningsParameter monitoringEngine should be final.57
WarningsLine is longer than 120 characters.67
WarningsLine is longer than 120 characters.76
WarningsExpression can be simplified.85
WarningsExpression can be simplified.85
WarningsParameter value should be final.97
WarningsParameter value should be final.102
Warnings'}' should be on the same line.105
WarningsExpression can be simplified.119
Warnings'}' should be on the same line.121
WarningsParameter violationThreshold should be final.138

org/slasoi/infrastructure/monitoring/jpa/entities/metrics/ServiceAvailability.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.52
WarningsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.52
WarningsParameter monitoringEngine should be final.55
WarningsLine is longer than 120 characters.57
WarningsLine is longer than 120 characters.62
Warnings'}' should be on the same line.63
WarningsLine is longer than 120 characters.65
WarningsLine is longer than 120 characters.80
Warnings'}' should be on the same line.82
WarningsLine is longer than 120 characters.87
WarningsParameter value should be final.98
WarningsParameter valueObj should be final.103
Warnings'}' should be on the same line.107
Warnings'}' should be on the same line.111
Warnings'}' should be on the same line.114
Warnings'}' should be on the same line.125
Warnings'}' should be on the same line.140
WarningsParameter violationThreshold should be final.152
Warnings'}' should be on the same line.157

org/slasoi/infrastructure/monitoring/jpa/entities/metrics/ServiceAvailabilityRestrictions.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.43
WarningsParameter monitoringEngine should be final.47
WarningsParameter value should be final.52
WarningsParameter value should be final.57
WarningsParameter violationThreshold should be final.82

org/slasoi/infrastructure/monitoring/jpa/entities/metrics/ServiceAvailabilityStatus.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.53
WarningsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.53
WarningsParameter monitoringEngine should be final.56
WarningsExpression can be simplified.63
WarningsLine is longer than 120 characters.71
WarningsParameter value should be final.80
WarningsParameter value should be final.85
Warnings'}' should be on the same line.89
Warnings'}' should be on the same line.92
WarningsParameter violationThreshold should be final.119

org/slasoi/infrastructure/monitoring/jpa/entities/metrics/ServiceCcr.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.56
WarningsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.56
WarningsParameter monitoringEngine should be final.59
WarningsLine is longer than 120 characters.89
WarningsParameter value should be final.99
WarningsParameter value should be final.104
Warnings'}' should be on the same line.117
WarningsParameter violationThreshold should be final.134

org/slasoi/infrastructure/monitoring/jpa/entities/metrics/ServiceDataClassification.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.56
WarningsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.56
WarningsParameter monitoringEngine should be final.59
WarningsLine is longer than 120 characters.69
Warnings'}' should be on the same line.72
WarningsLine is longer than 120 characters.80
WarningsLine is longer than 120 characters.91
WarningsParameter value should be final.101
WarningsParameter value should be final.106
Warnings'}' should be on the same line.120
WarningsParameter violationThreshold should be final.137

org/slasoi/infrastructure/monitoring/jpa/entities/metrics/ServiceHardwareRedundancyLevel.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.56
WarningsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.56
WarningsParameter monitoringEngine should be final.59
WarningsLine is longer than 120 characters.69
Warnings'}' should be on the same line.72
WarningsLine is longer than 120 characters.77
WarningsLine is longer than 120 characters.80
WarningsLine is longer than 120 characters.91
WarningsParameter value should be final.101
WarningsParameter value should be final.106
WarningsParameter violationThreshold should be final.132

org/slasoi/infrastructure/monitoring/jpa/entities/metrics/ServiceIsolation.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.57
WarningsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.57
WarningsParameter monitoringEngine should be final.60
Warnings'}' should be on the same line.71
WarningsLine is longer than 120 characters.79
WarningsParameter value should be final.100
WarningsParameter value should be final.105
Warnings'}' should be on the same line.119
WarningsParameter violationThreshold should be final.136

org/slasoi/infrastructure/monitoring/jpa/entities/metrics/ServiceMttf.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.57
WarningsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.57
WarningsParameter monitoringEngine should be final.60
WarningsLine is longer than 120 characters.65
Warnings'}' should be on the same line.74
WarningsLine is longer than 120 characters.87
Warnings'}' should be on the same line.89
WarningsLine is longer than 120 characters.94
WarningsParameter value should be final.105
WarningsParameter value should be final.110
Warnings'}' should be on the same line.113
Warnings'}' should be on the same line.123
Warnings'}' should be on the same line.133
Warnings'}' should be on the same line.144
Warnings'}' should be on the same line.154
WarningsParameter violationThreshold should be final.163
Warnings'}' should be on the same line.167

org/slasoi/infrastructure/monitoring/jpa/entities/metrics/ServiceMttr.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.57
WarningsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.57
WarningsParameter monitoringEngine should be final.60
WarningsLine is longer than 120 characters.65
WarningsLine is longer than 120 characters.84
Warnings'}' should be on the same line.86
WarningsLine is longer than 120 characters.91
WarningsParameter value should be final.102
WarningsParameter value should be final.107
Warnings'}' should be on the same line.110
Warnings'}' should be on the same line.120
Warnings'}' should be on the same line.130
Warnings'}' should be on the same line.141
Warnings'}' should be on the same line.151
WarningsParameter violationThreshold should be final.160
Warnings'}' should be on the same line.164

org/slasoi/infrastructure/monitoring/jpa/entities/metrics/ServiceMttv.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.57
WarningsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.57
WarningsParameter monitoringEngine should be final.60
WarningsLine is longer than 120 characters.65
Warnings'}' should be on the same line.74
WarningsLine is longer than 120 characters.87
Warnings'}' should be on the same line.89
WarningsLine is longer than 120 characters.94
WarningsParameter value should be final.105
WarningsParameter value should be final.110
Warnings'}' should be on the same line.113
Warnings'}' should be on the same line.123
Warnings'}' should be on the same line.133
Warnings'}' should be on the same line.144
Warnings'}' should be on the same line.154
WarningsParameter violationThreshold should be final.163
Warnings'}' should be on the same line.167

org/slasoi/infrastructure/monitoring/jpa/entities/metrics/ServiceReportingInterval.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.43
WarningsParameter monitoringEngine should be final.47
WarningsParameter value should be final.52
WarningsParameter value should be final.57
WarningsParameter violationThreshold should be final.82

org/slasoi/infrastructure/monitoring/jpa/entities/metrics/ServiceSas70Compliance.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.56
WarningsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.56
WarningsParameter monitoringEngine should be final.59
WarningsLine is longer than 120 characters.69
WarningsLine is longer than 120 characters.78
WarningsParameter value should be final.99
WarningsParameter value should be final.104
Warnings'}' should be on the same line.117
WarningsParameter violationThreshold should be final.134

org/slasoi/infrastructure/monitoring/jpa/entities/metrics/ServiceSlaCompliance.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsUsing the '.*' form of import should be avoided - org.slasoi.infrastructure.monitoring.jpa.entities.*.37
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.55
WarningsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.55
WarningsParameter monitoringEngine should be final.58
WarningsLine is longer than 120 characters.75
WarningsLine is longer than 120 characters.76
Warnings'}' should be on the same line.93
Warnings'&&' should be on a new line.96
WarningsLine is longer than 120 characters.108
WarningsLine is longer than 120 characters.109
WarningsLine is longer than 120 characters.120
WarningsParameter value should be final.125
WarningsParameter value should be final.130
WarningsParameter violationThreshold should be final.155

org/slasoi/infrastructure/monitoring/jpa/entities/metrics/VmAvailability.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.54
WarningsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.54
WarningsParameter monitoringEngine should be final.57
WarningsLine is longer than 120 characters.65
Warnings'}' should be on the same line.66
WarningsLine is longer than 120 characters.68
WarningsLine is longer than 120 characters.84
WarningsLine is longer than 120 characters.85
Warnings'}' should be on the same line.86
WarningsLine is longer than 120 characters.91
WarningsLine is longer than 120 characters.92
WarningsParameter value should be final.102
WarningsParameter valueObj should be final.107
Warnings'}' should be on the same line.111
Warnings'}' should be on the same line.115
Warnings'}' should be on the same line.118
Warnings'}' should be on the same line.129
Warnings'}' should be on the same line.144
WarningsParameter violationThreshold should be final.156
Warnings'}' should be on the same line.161

org/slasoi/infrastructure/monitoring/jpa/entities/metrics/VmAvailabilityStatus.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.52
WarningsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.52
WarningsParameter monitoringEngine should be final.55
WarningsLine is longer than 120 characters.60
Warnings'}' should be on the same line.61
WarningsLine is longer than 120 characters.63
WarningsLine is longer than 120 characters.67
WarningsLine is longer than 120 characters.71
WarningsParameter value should be final.76
WarningsParameter value should be final.81
Warnings'}' should be on the same line.85
Warnings'}' should be on the same line.88
WarningsParameter violationThreshold should be final.115

org/slasoi/infrastructure/monitoring/jpa/entities/metrics/VmCores.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.54
WarningsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.54
WarningsParameter monitoringEngine should be final.57
Warnings'}' should be on the same line.64
WarningsLine is longer than 120 characters.66
WarningsLine is longer than 120 characters.83
WarningsParameter value should be final.93
WarningsParameter value should be final.98
Warnings'}' should be on the same line.101
Warnings'}' should be on the same line.111
WarningsParameter violationThreshold should be final.133

org/slasoi/infrastructure/monitoring/jpa/entities/metrics/VmCpuSpeed.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.54
WarningsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.54
WarningsParameter monitoringEngine should be final.57
Warnings'}' should be on the same line.64
WarningsLine is longer than 120 characters.66
WarningsLine is longer than 120 characters.73
WarningsLine is longer than 120 characters.84
WarningsParameter value should be final.94
WarningsParameter value should be final.99
Warnings'}' should be on the same line.102
Warnings'}' should be on the same line.112
Warnings'}' should be on the same line.122
Warnings'}' should be on the same line.133
Warnings'}' should be on the same line.143
WarningsParameter violationThreshold should be final.152
Warnings'}' should be on the same line.156

org/slasoi/infrastructure/monitoring/jpa/entities/metrics/VmCpuSpeedAvailable.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.55
WarningsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.55
WarningsParameter monitoringEngine should be final.58
WarningsLine is longer than 120 characters.65
WarningsLine is longer than 120 characters.66
Warnings'}' should be on the same line.77
WarningsLine is longer than 120 characters.79
WarningsLine is longer than 120 characters.85
WarningsLine is longer than 120 characters.96
Warnings'}' should be on the same line.98
WarningsLine is longer than 120 characters.103
WarningsParameter value should be final.114
WarningsParameter value should be final.119
Warnings'}' should be on the same line.122
Warnings'}' should be on the same line.132
Warnings'}' should be on the same line.142
WarningsParameter violationThreshold should be final.160
Warnings'}' should be on the same line.164

org/slasoi/infrastructure/monitoring/jpa/entities/metrics/VmCpuSpeedUsed.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.52
WarningsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.52
WarningsParameter monitoringEngine should be final.55
WarningsLine is longer than 120 characters.62
WarningsLine is longer than 120 characters.63
Warnings'}' should be on the same line.65
WarningsLine is longer than 120 characters.67
WarningsLine is longer than 120 characters.74
WarningsParameter value should be final.79
WarningsParameter value should be final.84
WarningsParameter violationThreshold should be final.109

org/slasoi/infrastructure/monitoring/jpa/entities/metrics/VmDataEncryption.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.54
WarningsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.54
WarningsParameter monitoringEngine should be final.57
WarningsLine is longer than 120 characters.63
WarningsLine is longer than 120 characters.67
WarningsExpression can be simplified.76
WarningsExpression can be simplified.76
WarningsLine is longer than 120 characters.78
WarningsParameter value should be final.88
WarningsParameter value should be final.93
WarningsExpression can be simplified.104
Warnings'}' should be on the same line.106
WarningsParameter violationThreshold should be final.123

org/slasoi/infrastructure/monitoring/jpa/entities/metrics/VmDiskThroughput.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.55
WarningsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.55
WarningsParameter monitoringEngine should be final.58
WarningsLine is longer than 120 characters.70
WarningsLine is longer than 120 characters.81
WarningsParameter value should be final.91
WarningsParameter value should be final.96
Warnings'}' should be on the same line.104
WarningsParameter violationThreshold should be final.127

org/slasoi/infrastructure/monitoring/jpa/entities/metrics/VmImage.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.54
WarningsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.54
WarningsParameter monitoringEngine should be final.57
WarningsLine is longer than 120 characters.62
WarningsLine is longer than 120 characters.66
WarningsLine is longer than 120 characters.77
WarningsParameter value should be final.87
WarningsParameter value should be final.92
Warnings'}' should be on the same line.106
WarningsParameter violationThreshold should be final.123

org/slasoi/infrastructure/monitoring/jpa/entities/metrics/VmLocation.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.57
WarningsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.57
WarningsParameter monitoringEngine should be final.60
WarningsLine is longer than 120 characters.84
WarningsParameter value should be final.94
WarningsParameter value should be final.99
Warnings'}' should be on the same line.108
Warnings'}' should be on the same line.120
WarningsParameter violationThreshold should be final.138

org/slasoi/infrastructure/monitoring/jpa/entities/metrics/VmMemorySize.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.54
WarningsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.54
WarningsParameter monitoringEngine should be final.57
Warnings'}' should be on the same line.64
WarningsLine is longer than 120 characters.66
WarningsLine is longer than 120 characters.72
WarningsLine is longer than 120 characters.82
WarningsParameter value should be final.92
WarningsParameter value should be final.97
Warnings'}' should be on the same line.100
Warnings'}' should be on the same line.110
Warnings'}' should be on the same line.120
Warnings'}' should be on the same line.131
Warnings'}' should be on the same line.141
WarningsParameter violationThreshold should be final.150
Warnings'}' should be on the same line.154

org/slasoi/infrastructure/monitoring/jpa/entities/metrics/VmMemorySizeAvailable.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.54
WarningsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.54
WarningsParameter monitoringEngine should be final.57
WarningsLine is longer than 120 characters.64
WarningsLine is longer than 120 characters.65
Warnings'}' should be on the same line.67
WarningsLine is longer than 120 characters.69
WarningsLine is longer than 120 characters.74
WarningsLine is longer than 120 characters.85
WarningsParameter value should be final.95
WarningsParameter value should be final.100
WarningsParameter violationThreshold should be final.125
Warnings'}' should be on the same line.129

org/slasoi/infrastructure/monitoring/jpa/entities/metrics/VmMemorySizeUsed.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.52
WarningsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.52
WarningsParameter monitoringEngine should be final.55
Warnings'}' should be on the same line.61
WarningsLine is longer than 120 characters.63
WarningsParameter value should be final.73
WarningsParameter value should be final.78
WarningsParameter violationThreshold should be final.103

org/slasoi/infrastructure/monitoring/jpa/entities/metrics/VmNetThroughput.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.55
WarningsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.55
WarningsParameter monitoringEngine should be final.58
WarningsLine is longer than 120 characters.69
WarningsLine is longer than 120 characters.80
WarningsParameter value should be final.90
WarningsParameter value should be final.95
Warnings'}' should be on the same line.103
WarningsParameter violationThreshold should be final.126

org/slasoi/infrastructure/monitoring/jpa/entities/metrics/VmPersistence.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.54
WarningsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.54
WarningsParameter monitoringEngine should be final.57
WarningsLine is longer than 120 characters.62
WarningsExpression can be simplified.78
Warnings'}' should be on the same line.80
WarningsParameter value should be final.94
WarningsParameter value should be final.99
WarningsExpression can be simplified.110
Warnings'}' should be on the same line.112
WarningsParameter violationThreshold should be final.129

org/slasoi/infrastructure/monitoring/jpa/entities/metrics/VmQuantity.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.54
WarningsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.54
WarningsParameter monitoringEngine should be final.57
WarningsParameter value should be final.91
WarningsParameter value should be final.96
Warnings'}' should be on the same line.99
Warnings'}' should be on the same line.109
Warnings'}' should be on the same line.119
WarningsParameter violationThreshold should be final.136

org/slasoi/infrastructure/monitoring/jpa/entities/metrics/VmSlaCompliance.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.55
WarningsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.55
WarningsParameter monitoringEngine should be final.58
WarningsLine is longer than 120 characters.71
Warnings'}' should be on the same line.80
Warnings'&&' should be on a new line.83
WarningsLine is longer than 120 characters.96
WarningsParameter value should be final.101
WarningsParameter value should be final.106
WarningsParameter violationThreshold should be final.131

org/slasoi/infrastructure/monitoring/jpa/enums/CcrEnum.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.43
WarningsParameter text should be final.43
Warnings'}' should be on the same line.46

org/slasoi/infrastructure/monitoring/jpa/enums/DataClassificationEnum.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.44
WarningsParameter classificationLevel should be final.44
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.52
WarningsParameter text should be final.52
Warnings'}' should be on the same line.55
WarningsMissing a Javadoc comment.61
WarningsParameter text should be final.61
Warnings'}' should be on the same line.64

org/slasoi/infrastructure/monitoring/jpa/enums/DataType.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.43
WarningsParameter text should be final.43
Warnings'}' should be on the same line.47

org/slasoi/infrastructure/monitoring/jpa/enums/DiskThroughputLevel.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.44
WarningsParameter quality should be final.44
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.52
WarningsParameter text should be final.52
Warnings'}' should be on the same line.55

org/slasoi/infrastructure/monitoring/jpa/enums/HwRedundancyLevelEnum.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.44
WarningsParameter redundancyLevel should be final.44
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.52
WarningsParameter text should be final.52
Warnings'}' should be on the same line.55

org/slasoi/infrastructure/monitoring/jpa/enums/MetricTypeEnum.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.58
WarningsMissing a Javadoc comment.59
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.61
WarningsMissing a Javadoc comment.62
WarningsMissing a Javadoc comment.63
WarningsMissing a Javadoc comment.64
WarningsMissing a Javadoc comment.65
WarningsMissing a Javadoc comment.66
WarningsMissing a Javadoc comment.67
WarningsMissing a Javadoc comment.68
WarningsMissing a Javadoc comment.69
WarningsMissing a Javadoc comment.70
WarningsMissing a Javadoc comment.71
WarningsMissing a Javadoc comment.72
WarningsMissing a Javadoc comment.73
WarningsMissing a Javadoc comment.74
WarningsMissing a Javadoc comment.75
WarningsMissing a Javadoc comment.76
WarningsMissing a Javadoc comment.77
WarningsMissing a Javadoc comment.78
WarningsMissing a Javadoc comment.79
WarningsMissing a Javadoc comment.81
WarningsMissing a Javadoc comment.83
WarningsParameter metricTypeId should be final.83
WarningsMissing a Javadoc comment.87
WarningsMissing a Javadoc comment.91
WarningsParameter metricType should be final.91
WarningsMissing a Javadoc comment.95
WarningsParameter text should be final.95
Warnings'}' should be on the same line.98
WarningsClass MetricTypeMapping should be declared as final.105
WarningsMissing a Javadoc comment.105
WarningsMissing a Javadoc comment.106
WarningsMissing a Javadoc comment.107
WarningsMissing a Javadoc comment.109
WarningsMissing a Javadoc comment.116
WarningsMissing a Javadoc comment.125
WarningsParameter metricTypeEnum should be final.125

org/slasoi/infrastructure/monitoring/jpa/enums/NetThroughputLevel.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.44
WarningsParameter quality should be final.44
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.52
WarningsParameter text should be final.52
Warnings'}' should be on the same line.55

org/slasoi/infrastructure/monitoring/jpa/enums/ReportingInterval.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.43
WarningsParameter text should be final.43
Warnings'}' should be on the same line.47
Warnings'}' should be on the same line.51

org/slasoi/infrastructure/monitoring/jpa/enums/SAS70Compliance.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.42
WarningsParameter text should be final.42
Warnings'}' should be on the same line.45

org/slasoi/infrastructure/monitoring/jpa/enums/SLAComplianceEnum.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.44
WarningsParameter severity should be final.44
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.52
WarningsParameter text should be final.52
Warnings'}' should be on the same line.56
Warnings'}' should be on the same line.60

org/slasoi/infrastructure/monitoring/jpa/enums/ServiceAvailRestrictionsEnum.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.42
WarningsParameter text should be final.42
Warnings'}' should be on the same line.45

org/slasoi/infrastructure/monitoring/jpa/enums/ServiceIsolationLevel.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.42
WarningsParameter text should be final.42
Warnings'}' should be on the same line.45

org/slasoi/infrastructure/monitoring/jpa/enums/ViolationSeverity.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.39
WarningsParameter text should be final.39
Warnings'}' should be on the same line.43
Warnings'}' should be on the same line.47

org/slasoi/infrastructure/monitoring/jpa/enums/ViolationType.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.39
WarningsParameter text should be final.39
Warnings'}' should be on the same line.43
Warnings'}' should be on the same line.47

org/slasoi/infrastructure/monitoring/jpa/enums/VmStateEnum.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.53
WarningsParameter text should be final.53
Warnings'}' should be on the same line.56

org/slasoi/infrastructure/monitoring/jpa/managers/AuditRecordManager.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.56
WarningsParameter service should be final.56
WarningsParameter userId should be final.56
WarningsParameter source should be final.56
WarningsParameter maxNumberOfRecords should be final.56
WarningsLine is longer than 120 characters.64
Warnings'}' should be on the same line.72
Warnings'}' should be on the same line.76
WarningsMissing a Javadoc comment.82
WarningsParameter source should be final.82
WarningsParameter maxNumberOfRecords should be final.82
WarningsLine is longer than 120 characters.85
Warnings'}' should be on the same line.91
Warnings'}' should be on the same line.95

org/slasoi/infrastructure/monitoring/jpa/managers/MetricManager.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsClass MetricManager should be declared as final.46
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.60
WarningsParameter metricTypeEnum should be final.60
WarningsParameter vm should be final.60
WarningsLine is longer than 120 characters.64
Warnings'}' should be on the same line.68
Warnings'}' should be on the same line.71
WarningsMissing a Javadoc comment.77
WarningsParameter metricTypeEnum should be final.77
WarningsParameter service should be final.77
WarningsLine is longer than 120 characters.81
Warnings'}' should be on the same line.85
Warnings'}' should be on the same line.88

org/slasoi/infrastructure/monitoring/jpa/managers/MetricTypeManager.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsClass MetricTypeManager should be declared as final.41
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.55
WarningsParameter qosTermUri should be final.55
Warnings'}' should be on the same line.61

org/slasoi/infrastructure/monitoring/jpa/managers/MetricValueHistoryManager.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsClass MetricValueHistoryManager should be declared as final.49
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.63
WarningsParameter metric should be final.63
WarningsParameter valueObj should be final.63
WarningsParameter timestamp should be final.63
WarningsAvoid inline conditionals.64
Warnings'}' should be on the same line.84
Warnings'}' should be on the same line.93
Warnings'}' should be on the same line.99
WarningsMissing a Javadoc comment.107
WarningsParameter metric should be final.107
WarningsParameter valueObj should be final.107
WarningsParameter reportingPeriod should be final.107
WarningsAvoid inline conditionals.108
Warnings'}' should be on the same line.115
WarningsMissing a Javadoc comment.122
WarningsParameter first should be final.122
WarningsParameter second should be final.122
Warnings'}' should be on the same line.125
Warnings'}' should be on the same line.128
WarningsLine is longer than 120 characters.134
WarningsMissing a Javadoc comment.134
WarningsParameter metric should be final.134
WarningsParameter value should be final.134
WarningsParameter startTime should be final.134
WarningsParameter endTime should be final.134
WarningsParameter last should be final.134
WarningsMissing a Javadoc comment.148
WarningsParameter metric should be final.148
WarningsLine is longer than 120 characters.151
Warnings'}' should be on the same line.156
Warnings'}' should be on the same line.161
WarningsMissing a Javadoc comment.167
WarningsParameter metric should be final.167
WarningsParameter startDate should be final.167
WarningsLine is longer than 120 characters.170
Warnings'}' should be on the same line.176
Warnings'}' should be on the same line.181
WarningsMissing a Javadoc comment.187
WarningsParameter metric should be final.187
WarningsParameter fromDate should be final.187
WarningsParameter toDate should be final.187
WarningsParameter maxNumberOfValues should be final.187
Warnings'}' should be on the same line.198
Warnings'}' should be on the same line.211
Warnings'}' should be on the same line.234
WarningsLine is longer than 120 characters.251
WarningsMissing a Javadoc comment.251
WarningsParameter metric should be final.251
WarningsParameter fromDate should be final.251
WarningsParameter toDate should be final.251
WarningsParameter includeUnavailable should be final.251
WarningsLine is longer than 120 characters.255
Warnings'}' should be on the same line.258

org/slasoi/infrastructure/monitoring/jpa/managers/MetricValueManager.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsClass MetricValueManager should be declared as final.48
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.62
WarningsParameter metricValue should be final.62
Warnings'}' should be on the same line.66
WarningsMissing a Javadoc comment.72
WarningsParameter metric should be final.72
WarningsParameter valueObj should be final.72
WarningsParameter timestamp should be final.72
WarningsAvoid inline conditionals.73
WarningsMissing a Javadoc comment.83
WarningsParameter service should be final.83
WarningsMissing a Javadoc comment.93
WarningsParameter vm should be final.93
WarningsMissing a Javadoc comment.103
WarningsParameter metricIdList should be final.103
Warnings'}' should be on the same line.115
Warnings'}' should be on the same line.119

org/slasoi/infrastructure/monitoring/jpa/managers/ServiceManager.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsClass ServiceManager should be declared as final.41
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.55
WarningsParameter serviceUri should be final.55
Warnings'}' should be on the same line.61

org/slasoi/infrastructure/monitoring/jpa/managers/ViolationManager.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsUsing the '.*' form of import should be avoided - org.slasoi.infrastructure.monitoring.jpa.entities.*.37
WarningsUsing the '.*' form of import should be avoided - java.util.*.46
WarningsClass ViolationManager should be declared as final.48
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.62
WarningsParameter metric should be final.62
WarningsParameter type should be final.62
WarningsLine is longer than 120 characters.65
Warnings'}' should be on the same line.71
Warnings'}' should be on the same line.76
WarningsMissing a Javadoc comment.82
WarningsParameter service should be final.82
Warnings'}' should be on the same line.126
WarningsAvoid inline conditionals.142
Warnings'}' should be on the same line.152
WarningsMissing a Javadoc comment.158
WarningsParameter service should be final.158
WarningsMissing a Javadoc comment.168
WarningsParameter vm should be final.168
WarningsMissing a Javadoc comment.178
WarningsParameter service should be final.178
WarningsMissing a Javadoc comment.182
WarningsParameter service should be final.182
WarningsParameter type should be final.182
WarningsParameter severity should be final.182
Warnings'}' should be on the same line.199
WarningsMissing a Javadoc comment.205
WarningsParameter metricIdList should be final.205
WarningsLine is longer than 120 characters.213
Warnings'}' should be on the same line.218
Warnings'}' should be on the same line.222
WarningsMissing a Javadoc comment.228
WarningsParameter metricIdList should be final.228
WarningsParameter type should be final.228
WarningsParameter severity should be final.228
Warnings'+' should be on a new line.236
Warnings'+' should be on a new line.237
Warnings'}' should be on the same line.245
Warnings'}' should be on the same line.249
WarningsMissing a Javadoc comment.255
WarningsParameter service should be final.255
Warnings'+' should be on a new line.259
Warnings'}' should be on the same line.273
WarningsMissing a Javadoc comment.279
WarningsMissing a Javadoc comment.280
WarningsMissing a Javadoc comment.282
WarningsMissing a Javadoc comment.294
WarningsParameter type should be final.294
WarningsParameter severity should be final.294
WarningsMissing a Javadoc comment.298
WarningsParameter type should be final.298
WarningsParameter severity should be final.298
WarningsParameter count should be final.298
WarningsMissing a Javadoc comment.303
WarningsParameter type should be final.303
WarningsParameter severity should be final.303

org/slasoi/infrastructure/monitoring/jpa/managers/VmManager.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsClass VmManager should be declared as final.42
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.56
WarningsParameter resourceId should be final.56
WarningsParameter clusterName should be final.56
WarningsLine is longer than 120 characters.59
Warnings'}' should be on the same line.63
Warnings'}' should be on the same line.66
WarningsMissing a Javadoc comment.72
WarningsParameter fqdn should be final.72
Warnings'}' should be on the same line.78
Warnings'}' should be on the same line.81

org/slasoi/infrastructure/monitoring/monitors/GangliaTashiMonitor.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsLine is longer than 120 characters.30
WarningsUsing the '.*' form of import should be avoided - java.util.*.44
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.50
WarningsVariable 'status' must be private and have accessor methods.50
WarningsMissing a Javadoc comment.51
WarningsVariable 'metricsCollectedDate' must be private and have accessor methods.51
WarningsLine is longer than 120 characters.53
WarningsMissing a Javadoc comment.53
WarningsLine is longer than 120 characters.56
WarningsMissing a Javadoc comment.56
WarningsName 'gangliaHostMetricsSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.56
WarningsMissing a Javadoc comment.58
WarningsMissing a Javadoc comment.59
WarningsName 'gangliaVmMetricsSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.59
WarningsLine is longer than 120 characters.61
WarningsMissing a Javadoc comment.61
WarningsLine is longer than 120 characters.62
WarningsMissing a Javadoc comment.64
WarningsName 'tashiHostMetricsSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.64
WarningsLine is longer than 120 characters.66
WarningsMissing a Javadoc comment.66
WarningsLine is longer than 120 characters.67
WarningsMissing a Javadoc comment.69
WarningsName 'tashiVmMetricsSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.69
WarningsMissing a Javadoc comment.71
WarningsParameter gangliaMonitor should be final.71
WarningsParameter tashiSensorMonitor should be final.71
Warnings'}' should be on the same line.84
WarningsParameter fqdn should be final.105
WarningsParameter rawMetric should be final.105
Warnings'}' should be on the same line.108
Warnings'}' should be on the same line.111
WarningsParameter fqdn should be final.118
WarningsParameter rawMetric should be final.118
Warnings'}' should be on the same line.121
Warnings'}' should be on the same line.124
WarningsParameter fqdn should be final.131
WarningsParameter fqdn should be final.136
WarningsParameter fqdn should be final.141
WarningsParameter hostFqdn should be final.146
WarningsParameter service should be final.166
Warnings'||' should be on a new line.168

org/slasoi/infrastructure/monitoring/monitors/IMonitoringEngine.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.51
WarningsRedundant 'public' modifier.51
WarningsMissing a Javadoc comment.53
WarningsRedundant 'public' modifier.53
WarningsMissing a Javadoc comment.55
WarningsRedundant 'public' modifier.55
WarningsMissing a Javadoc comment.57
WarningsRedundant 'public' modifier.57
WarningsMissing a Javadoc comment.59
WarningsRedundant 'public' modifier.59
WarningsMissing a Javadoc comment.61
WarningsRedundant 'public' modifier.61
WarningsMissing a Javadoc comment.63
WarningsRedundant 'public' modifier.63
WarningsMissing a Javadoc comment.65
WarningsRedundant 'public' modifier.65
WarningsMissing a Javadoc comment.67
WarningsRedundant 'public' modifier.67
WarningsMissing a Javadoc comment.69
WarningsRedundant 'public' modifier.69
WarningsMissing a Javadoc comment.71
WarningsRedundant 'public' modifier.71
WarningsMissing a Javadoc comment.73
WarningsRedundant 'public' modifier.73
WarningsMissing a Javadoc comment.75
WarningsRedundant 'public' modifier.75

org/slasoi/infrastructure/monitoring/monitors/data/ClusterData.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.54
WarningsParameter name should be final.54
WarningsMissing a Javadoc comment.58
WarningsMissing a Javadoc comment.62
WarningsParameter fqdn should be final.62
WarningsMissing a Javadoc comment.66
WarningsParameter machineName should be final.66
WarningsMissing a Javadoc comment.70
WarningsParameter hostData should be final.70
WarningsMissing a Javadoc comment.74
WarningsParameter machineName should be final.74
WarningsMissing a Javadoc comment.78
WarningsParameter machineName should be final.78
WarningsMissing a Javadoc comment.82
WarningsParameter vmData should be final.82
WarningsMissing a Javadoc comment.86
WarningsMissing a Javadoc comment.90

org/slasoi/infrastructure/monitoring/monitors/data/HostData.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.45
WarningsName 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.45
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.56
WarningsParameter rawMetric should be final.56
WarningsMissing a Javadoc comment.60
WarningsParameter metricData should be final.60
WarningsMissing a Javadoc comment.64
WarningsMissing a Javadoc comment.68
WarningsParameter fqdn should be final.68
Warnings'fqdn' hides a field.68
WarningsMissing a Javadoc comment.72
WarningsMissing a Javadoc comment.85
WarningsMissing a Javadoc comment.89
WarningsParameter fqdn should be final.89
WarningsMissing a Javadoc comment.93
WarningsMissing a Javadoc comment.97
WarningsParameter name should be final.97

org/slasoi/infrastructure/monitoring/monitors/data/MetricData.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.48
WarningsParameter metric should be final.48
WarningsParameter value should be final.48
WarningsParameter type should be final.48
WarningsParameter unit should be final.48
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.59
WarningsParameter metric should be final.59
WarningsMissing a Javadoc comment.63
WarningsMissing a Javadoc comment.67
WarningsMissing a Javadoc comment.71
WarningsParameter value should be final.71
WarningsMissing a Javadoc comment.75
WarningsMissing a Javadoc comment.79
WarningsParameter type should be final.79
WarningsMissing a Javadoc comment.83
WarningsMissing a Javadoc comment.87
WarningsParameter unit should be final.87
WarningsMissing a Javadoc comment.91

org/slasoi/infrastructure/monitoring/monitors/data/MonitoringData.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsUsing the '.*' form of import should be avoided - java.util.*.35
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.49
WarningsParameter clusterData should be final.49
WarningsMissing a Javadoc comment.53
WarningsParameter clusterName should be final.53
WarningsMissing a Javadoc comment.57
WarningsParameter clusterName should be final.57
WarningsMissing a Javadoc comment.61
WarningsParameter timestamp should be final.61
WarningsMissing a Javadoc comment.65
WarningsMissing a Javadoc comment.69
WarningsParameter fqdn should be final.69
WarningsMissing a Javadoc comment.73
WarningsMissing a Javadoc comment.79
WarningsMissing a Javadoc comment.85
WarningsParameter hostData should be final.85
WarningsMissing a Javadoc comment.89
WarningsParameter fqdn should be final.89
WarningsMissing a Javadoc comment.93
WarningsParameter fqdn should be final.93
WarningsMissing a Javadoc comment.97
WarningsParameter vmData should be final.97

org/slasoi/infrastructure/monitoring/monitors/data/RawMetric.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.52
WarningsLine is longer than 120 characters.53
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.58
WarningsMissing a Javadoc comment.59
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.61
WarningsMissing a Javadoc comment.62
WarningsMissing a Javadoc comment.63
WarningsMissing a Javadoc comment.64
WarningsMissing a Javadoc comment.65
WarningsMissing a Javadoc comment.66
WarningsMissing a Javadoc comment.68
WarningsVariable 'metricName' must be private and have accessor methods.68
WarningsMissing a Javadoc comment.69
WarningsVariable 'metricTitle' must be private and have accessor methods.69
WarningsMissing a Javadoc comment.70
WarningsVariable 'description' must be private and have accessor methods.70
WarningsMissing a Javadoc comment.72
WarningsParameter metricTitle should be final.72
WarningsParameter description should be final.72
WarningsMissing a Javadoc comment.77
WarningsMissing a Javadoc comment.81
WarningsMissing a Javadoc comment.85

org/slasoi/infrastructure/monitoring/monitors/data/VmData.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.43
WarningsName 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.43
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.53
WarningsParameter rawMetric should be final.53
WarningsMissing a Javadoc comment.57
WarningsParameter metricData should be final.57
WarningsMissing a Javadoc comment.61
WarningsMissing a Javadoc comment.74
WarningsMissing a Javadoc comment.78
WarningsParameter fqdn should be final.78
WarningsMissing a Javadoc comment.82
WarningsMissing a Javadoc comment.86
WarningsParameter name should be final.86
WarningsMissing a Javadoc comment.90
WarningsMissing a Javadoc comment.94
WarningsParameter hostFqdn should be final.94

org/slasoi/infrastructure/monitoring/monitors/ganglia/GangliaMonitoringEngine.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsLine is longer than 120 characters.30
WarningsUsing the '.*' form of import should be avoided - org.slasoi.infrastructure.monitoring.monitors.data.*.42
WarningsMissing a Javadoc comment.68
WarningsMissing a Javadoc comment.69
WarningsMissing a Javadoc comment.70
WarningsMissing a Javadoc comment.71
WarningsMissing a Javadoc comment.72
WarningsMissing a Javadoc comment.73
WarningsMissing a Javadoc comment.74
WarningsMissing a Javadoc comment.75
WarningsMissing a Javadoc comment.76
WarningsMissing a Javadoc comment.77
WarningsVariable 'gangliaXmlDoc' must be private and have accessor methods.77
WarningsMissing a Javadoc comment.78
WarningsVariable 'monitoringEngine' must be private and have accessor methods.78
WarningsLine is longer than 120 characters.80
WarningsMissing a Javadoc comment.80
WarningsMissing a Javadoc comment.83
WarningsName 'hostMetricsSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.83
WarningsMissing a Javadoc comment.85
WarningsMissing a Javadoc comment.86
WarningsName 'vmMetricsSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.86
WarningsMissing a Javadoc comment.88
WarningsParameter gmetadHostname should be final.88
WarningsParameter gmetadPort should be final.88
WarningsMissing a Javadoc comment.93
WarningsParameter mockupReportFilePath should be final.93
WarningsMissing a Javadoc comment.101
WarningsLine is longer than 120 characters.106
Warnings'}' should be on the same line.113
Warnings'}' should be on the same line.117
Warnings'}' should be on the same line.124
WarningsLine is longer than 120 characters.126
WarningsMissing a Javadoc comment.134
WarningsParameter gangliaXmlReport should be final.134
WarningsComment matches to-do format 'TODO:'.138
WarningsLine is longer than 120 characters.141
Warnings'}' should be on the same line.142
WarningsComment matches to-do format 'TODO:'.168
WarningsLine is longer than 120 characters.175
WarningsMissing a Javadoc comment.175
WarningsParameter hostNode should be final.175
WarningsParameter clusterData should be final.175
WarningsParameter monitoringDataNew should be final.175
WarningsLine is longer than 120 characters.179
Warnings'}' should be on the same line.191
Warnings'}' should be on the same line.196
Warnings'}' should be on the same line.201
Warnings'}' should be on the same line.206
Warnings'}' should be on the same line.211
Warnings'}' should be on the same line.216
Warnings'}' should be on the same line.221
Warnings'}' should be on the same line.226
Warnings'}' should be on the same line.231
Warnings'}' should be on the same line.236
WarningsLine is longer than 120 characters.247
WarningsMissing a Javadoc comment.247
WarningsParameter name should be final.247
WarningsParameter value should be final.247
WarningsParameter hostData should be final.247
WarningsParameter clusterData should be final.247
WarningsParameter monitoringDataNew should be final.247
Warnings'}' should be on the same line.258
WarningsLine is longer than 120 characters.260
Warnings'}' should be on the same line.266
Warnings'}' should be on the same line.281
WarningsMissing a Javadoc comment.293
WarningsMissing a Javadoc comment.297
WarningsParameter fqdn should be final.297
WarningsParameter rawMetric should be final.297
Warnings'}' should be on the same line.300
WarningsMissing a Javadoc comment.306
WarningsParameter fqdn should be final.306
WarningsParameter rawMetric should be final.306
Warnings'}' should be on the same line.309
WarningsMissing a Javadoc comment.315
WarningsParameter fqdn should be final.315

org/slasoi/infrastructure/monitoring/monitors/ganglia/GangliaReader.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.46
WarningsParameter gmetadHostname should be final.46
WarningsParameter gmetadPort should be final.46
WarningsMissing a Javadoc comment.51

org/slasoi/infrastructure/monitoring/monitors/tashisensor/TashiSensorHandler.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsLine is longer than 120 characters.30
WarningsUsing the '.*' form of import should be avoided - org.slasoi.infrastructure.monitoring.jpa.enums.*.39
WarningsUsing the '.*' form of import should be avoided - org.slasoi.infrastructure.monitoring.monitors.data.*.41
WarningsMissing a Javadoc comment.63
WarningsMissing a Javadoc comment.64
WarningsMissing a Javadoc comment.65
WarningsVariable 'tashiSensorMonitor' must be private and have accessor methods.65
WarningsMissing a Javadoc comment.67
WarningsParameter tashiSensorMonitor should be final.67
WarningsMissing a Javadoc comment.71
WarningsParameter xmlDoc should be final.71
WarningsMissing a Javadoc comment.77
WarningsParameter vmLayoutDoc should be final.77
WarningsComment matches to-do format 'TODO:'.108
WarningsMissing a Javadoc comment.112
WarningsParameter node should be final.112
WarningsParameter clusterData should be final.112
WarningsMissing a Javadoc comment.138
WarningsParameter node should be final.138
WarningsParameter hostData should be final.138
WarningsParameter clusterData should be final.138
WarningsMissing a Javadoc comment.185
WarningsParameter vmLayoutDoc should be final.185
WarningsComment matches to-do format 'TODO:'.227
WarningsMissing a Javadoc comment.231
WarningsParameter doc should be final.231
WarningsParameter name should be final.231
WarningsParameter fqdn should be final.231
WarningsParameter type should be final.231
WarningsMissing a Javadoc comment.239
WarningsParameter xmlDoc should be final.239
WarningsMissing a Javadoc comment.330
WarningsParameter xmlDoc should be final.330
Warnings'}' should be on the same line.343
WarningsMissing a Javadoc comment.367
WarningsParameter xmlDoc should be final.367
Warnings'}' should be on the same line.378

org/slasoi/infrastructure/monitoring/monitors/tashisensor/TashiSensorListener.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.48
WarningsVariable 'tashiSensorHandler' must be private and have accessor methods.48
WarningsMissing a Javadoc comment.50
WarningsParameter tashiSensorHandler should be final.50
WarningsMissing a Javadoc comment.54
WarningsParameter messageEvent should be final.54
WarningsLine is longer than 120 characters.60
Warnings'}' should be on the same line.63
WarningsLine is longer than 120 characters.65
Warnings'}' should be on the same line.72
Warnings'}' should be on the same line.75
Warnings'}' should be on the same line.78
Warnings'}' should be on the same line.81
Warnings'}' should be on the same line.85
WarningsLine is longer than 120 characters.87

org/slasoi/infrastructure/monitoring/monitors/tashisensor/TashiSensorMockup.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.52
WarningsVariable 'mockupAuditRecordMessages' must be private and have accessor methods.52
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.55
WarningsParameter tashiMockupSensorMessaging should be final.55
WarningsParameter imaXmppUser should be final.55
WarningsParameter mockupVmLayoutXmlFilePath should be final.55
WarningsParameter mockupClusterConfMessageFilePath should be final.56
WarningsParameter mockupAuditRecordMessages should be final.56
WarningsLine is longer than 120 characters.68
WarningsMissing a Javadoc comment.74
WarningsMissing a Javadoc comment.78
WarningsMissing a Javadoc comment.83
Warnings'}' should be on the same line.90
Warnings'}' should be on the same line.93
WarningsMissing a Javadoc comment.99
Warnings'}' should be on the same line.105
WarningsMissing a Javadoc comment.113
WarningsParameter fileName should be final.113
WarningsParameter sendToUser should be final.113
WarningsMissing a Javadoc comment.127
WarningsMissing a Javadoc comment.128
WarningsMissing a Javadoc comment.129
WarningsMissing a Javadoc comment.130
WarningsMissing a Javadoc comment.131
WarningsMissing a Javadoc comment.132
WarningsMissing a Javadoc comment.134
WarningsParameter messaging should be final.134
WarningsParameter imaXmppUser should be final.134
WarningsParameter mockupVmLayoutMessageFilePath should be final.134
WarningsParameter mockupClusterConfMessageFilePath should be final.135
WarningsMissing a Javadoc comment.143
WarningsParameter messageEvent should be final.143
Warnings'}' should be on the same line.150
Warnings'}' should be on the same line.161
Warnings'}' should be on the same line.173

org/slasoi/infrastructure/monitoring/monitors/tashisensor/TashiSensorMonitor.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.51
WarningsName 'MAX_WAIT_TIME' must match pattern '^[a-z][a-zA-Z0-9]*$'.51
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.58
WarningsLine is longer than 120 characters.60
WarningsMissing a Javadoc comment.60
WarningsLine is longer than 120 characters.61
WarningsLine is longer than 120 characters.62
WarningsMissing a Javadoc comment.62
WarningsName 'clusterConfHostMetricsSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.62
WarningsLine is longer than 120 characters.64
WarningsMissing a Javadoc comment.64
WarningsLine is longer than 120 characters.65
WarningsMissing a Javadoc comment.65
WarningsName 'vmLayoutHostMetricsSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.65
WarningsLine is longer than 120 characters.67
WarningsMissing a Javadoc comment.67
WarningsMissing a Javadoc comment.69
WarningsName 'vmLayoutVmMetricsSet' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.69
WarningsMissing a Javadoc comment.71
WarningsParameter messaging should be final.71
WarningsParameter xmppTashiUser should be final.71
WarningsMissing a Javadoc comment.81
WarningsLine is longer than 120 characters.94
Warnings'}' should be on the same line.100
WarningsLine is longer than 120 characters.102
WarningsAvoid inline conditionals.103
WarningsAvoid inline conditionals.104
Warnings'}' should be on the same line.105
WarningsMissing a Javadoc comment.113
WarningsParameter command should be final.113
WarningsMissing a Javadoc comment.119
WarningsMissing a Javadoc comment.123
WarningsParameter vmLayoutData should be final.123
WarningsMissing a Javadoc comment.127
WarningsMissing a Javadoc comment.131
WarningsMissing a Javadoc comment.135
WarningsParameter clusterConfData should be final.135
WarningsMissing a Javadoc comment.139
WarningsParameter infrastructureLayoutXml should be final.139
WarningsMissing a Javadoc comment.143
WarningsMissing a Javadoc comment.147
WarningsParameter messaging should be final.147
WarningsMissing a Javadoc comment.151
WarningsMissing a Javadoc comment.155
WarningsParameter xmppTashiUser should be final.155
WarningsMissing a Javadoc comment.159
WarningsMissing a Javadoc comment.163
WarningsParameter gotVmLayoutData should be final.163
WarningsMissing a Javadoc comment.167
WarningsMissing a Javadoc comment.171
WarningsParameter gotClusterConfData should be final.171
WarningsMissing a Javadoc comment.175
WarningsParameter fqdn should be final.175
WarningsParameter rawMetric should be final.175
Warnings'}' should be on the same line.178
WarningsMissing a Javadoc comment.184
WarningsParameter fqdn should be final.184
WarningsParameter rawMetric should be final.184
Warnings'}' should be on the same line.187
Warnings'}' should be on the same line.190
WarningsMissing a Javadoc comment.196
WarningsParameter fqdn should be final.196
Warnings'}' should be on the same line.200
WarningsMissing a Javadoc comment.206
WarningsParameter fqdn should be final.206
WarningsMissing a Javadoc comment.210
WarningsParameter fqdn should be final.210
WarningsMissing a Javadoc comment.214
WarningsParameter hostFqdn should be final.214
WarningsMissing a Javadoc comment.218
WarningsMissing a Javadoc comment.222
WarningsMissing a Javadoc comment.226
WarningsParameter fqdn should be final.226

org/slasoi/infrastructure/monitoring/pubsub/ErrorResponse.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.39
WarningsVariable 'exceptionMessage' must be private and have accessor methods.39
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.49
WarningsParameter exceptionMessage should be final.49
WarningsMissing a Javadoc comment.53
WarningsParameter jsonString should be final.53
WarningsMissing a Javadoc comment.58

org/slasoi/infrastructure/monitoring/pubsub/InfrastructureInfoRequest.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.43
WarningsParameter jsonString should be final.43
WarningsMissing a Javadoc comment.48

org/slasoi/infrastructure/monitoring/pubsub/InfrastructureInfoResponse.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.39
WarningsVariable 'data' must be private and have accessor methods.39
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.45
WarningsParameter jsonString should be final.45
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.59
WarningsParameter data should be final.59

org/slasoi/infrastructure/monitoring/pubsub/PubSubRequest.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.46
WarningsParameter requestType should be final.46
WarningsMissing a Javadoc comment.50
WarningsParameter jsonString should be final.50
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.64
WarningsParameter messageId should be final.64
WarningsMissing a Javadoc comment.68
WarningsMissing a Javadoc comment.72
WarningsParameter requestType should be final.72
WarningsMissing a Javadoc comment.76
WarningsMissing a Javadoc comment.80
WarningsParameter recipient should be final.80

org/slasoi/infrastructure/monitoring/pubsub/PubSubResponse.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.42
WarningsVariable 'inReplyTo' must be private and have accessor methods.42
WarningsMissing a Javadoc comment.43
WarningsVariable 'responseType' must be private and have accessor methods.43
WarningsMissing a Javadoc comment.44
WarningsVariable 'timestamp' must be private and have accessor methods.44
WarningsMissing a Javadoc comment.45
WarningsVariable 'originator' must be private and have accessor methods.45
WarningsMissing a Javadoc comment.46
WarningsVariable 'status' must be private and have accessor methods.46
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.51
WarningsParameter inReplyTo should be final.51
WarningsParameter responseType should be final.51
WarningsParameter timestamp should be final.51
WarningsMissing a Javadoc comment.57
WarningsParameter jsonString should be final.57
WarningsMissing a Javadoc comment.62
WarningsMissing a Javadoc comment.67
WarningsMissing a Javadoc comment.71
WarningsParameter inReplyTo should be final.71
WarningsMissing a Javadoc comment.75
WarningsMissing a Javadoc comment.79
WarningsParameter responseType should be final.79
WarningsMissing a Javadoc comment.83
WarningsMissing a Javadoc comment.87
WarningsParameter timestamp should be final.87
WarningsMissing a Javadoc comment.91
WarningsMissing a Javadoc comment.95
WarningsParameter originator should be final.95
WarningsMissing a Javadoc comment.99
WarningsMissing a Javadoc comment.103
WarningsParameter status should be final.103
WarningsMissing a Javadoc comment.107
WarningsMissing a Javadoc comment.108
WarningsMissing a Javadoc comment.109

org/slasoi/infrastructure/monitoring/pubsub/SysInfoRequest.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.39
WarningsVariable 'entityType' must be private and have accessor methods.39
WarningsMissing a Javadoc comment.40
WarningsVariable 'fqdn' must be private and have accessor methods.40
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.46
WarningsParameter jsonString should be final.46
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.60
WarningsParameter entityType should be final.60
WarningsMissing a Javadoc comment.64
WarningsMissing a Javadoc comment.68
WarningsParameter fqdn should be final.68

org/slasoi/infrastructure/monitoring/pubsub/SysInfoResponse.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.46
WarningsVariable 'entityType' must be private and have accessor methods.46
WarningsMissing a Javadoc comment.47
WarningsVariable 'fqdn' must be private and have accessor methods.47
WarningsMissing a Javadoc comment.48
WarningsVariable 'metricsTimestamp' must be private and have accessor methods.48
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.54
WarningsParameter jsonString should be final.54
WarningsMissing a Javadoc comment.59
WarningsMissing a Javadoc comment.64
WarningsMissing a Javadoc comment.68
WarningsParameter entityType should be final.68
WarningsMissing a Javadoc comment.72
WarningsMissing a Javadoc comment.76
WarningsParameter fqdn should be final.76
WarningsMissing a Javadoc comment.80
WarningsMissing a Javadoc comment.84
WarningsParameter metricsTimestamp should be final.84
WarningsMissing a Javadoc comment.88
WarningsMissing a Javadoc comment.89
WarningsVariable 'data' must be private and have accessor methods.89
WarningsMissing a Javadoc comment.91
WarningsMissing a Javadoc comment.95
WarningsParameter data should be final.95
WarningsMissing a Javadoc comment.100
WarningsMissing a Javadoc comment.101
WarningsName 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.101
WarningsMissing a Javadoc comment.102
WarningsMissing a Javadoc comment.103
WarningsMissing a Javadoc comment.104
WarningsMissing a Javadoc comment.105
WarningsMissing a Javadoc comment.107
WarningsMissing a Javadoc comment.111
WarningsMissing a Javadoc comment.115
WarningsParameter fqdn should be final.115
WarningsMissing a Javadoc comment.119
WarningsMissing a Javadoc comment.123
WarningsParameter name should be final.123
WarningsMissing a Javadoc comment.127
WarningsMissing a Javadoc comment.131
WarningsParameter ip should be final.131
WarningsMissing a Javadoc comment.135
WarningsMissing a Javadoc comment.139
WarningsParameter metrics should be final.139
WarningsMissing a Javadoc comment.143
WarningsParameter MetricInfo should be final.143
WarningsName 'MetricInfo' must match pattern '^[a-z][a-zA-Z0-9]*$'.143
WarningsMissing a Javadoc comment.147
WarningsParameter metricData should be final.147
WarningsMissing a Javadoc comment.152
WarningsMissing a Javadoc comment.153
WarningsVariable 'data' must be private and have accessor methods.153
WarningsMissing a Javadoc comment.155
WarningsMissing a Javadoc comment.159
WarningsParameter data should be final.159
WarningsMissing a Javadoc comment.164
WarningsMissing a Javadoc comment.165
WarningsName 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.165
WarningsMissing a Javadoc comment.166
WarningsMissing a Javadoc comment.167
WarningsMissing a Javadoc comment.168
WarningsMissing a Javadoc comment.169
WarningsMissing a Javadoc comment.170
WarningsMissing a Javadoc comment.172
WarningsMissing a Javadoc comment.176
WarningsMissing a Javadoc comment.180
WarningsParameter fqdn should be final.180
WarningsMissing a Javadoc comment.184
WarningsMissing a Javadoc comment.188
WarningsParameter name should be final.188
WarningsMissing a Javadoc comment.192
WarningsMissing a Javadoc comment.196
WarningsParameter ip should be final.196
WarningsMissing a Javadoc comment.200
WarningsMissing a Javadoc comment.204
WarningsParameter hostFqdn should be final.204
WarningsMissing a Javadoc comment.208
WarningsMissing a Javadoc comment.212
WarningsParameter metrics should be final.212
WarningsMissing a Javadoc comment.216
WarningsParameter MetricInfo should be final.216
WarningsName 'MetricInfo' must match pattern '^[a-z][a-zA-Z0-9]*$'.216
WarningsMissing a Javadoc comment.220
WarningsParameter metricData should be final.220
WarningsMissing a Javadoc comment.226
WarningsMissing a Javadoc comment.227
WarningsVariable 'data' must be private and have accessor methods.227
WarningsMissing a Javadoc comment.229
WarningsMissing a Javadoc comment.233
WarningsParameter data should be final.233
WarningsMissing a Javadoc comment.238
WarningsMissing a Javadoc comment.239
WarningsMissing a Javadoc comment.240
WarningsMissing a Javadoc comment.241
WarningsMissing a Javadoc comment.242
WarningsMissing a Javadoc comment.243
WarningsMissing a Javadoc comment.244
WarningsMissing a Javadoc comment.246
WarningsMissing a Javadoc comment.249
WarningsParameter metricData should be final.249
WarningsMissing a Javadoc comment.259
WarningsMissing a Javadoc comment.263
WarningsParameter metric should be final.263
WarningsMissing a Javadoc comment.267
WarningsMissing a Javadoc comment.271
WarningsParameter value should be final.271
WarningsMissing a Javadoc comment.275
WarningsMissing a Javadoc comment.279
WarningsParameter type should be final.279
WarningsMissing a Javadoc comment.283
WarningsMissing a Javadoc comment.287
WarningsParameter unit should be final.287
WarningsMissing a Javadoc comment.291
WarningsMissing a Javadoc comment.295
WarningsParameter title should be final.295
WarningsMissing a Javadoc comment.299
WarningsMissing a Javadoc comment.303
WarningsParameter description should be final.303
WarningsMissing a Javadoc comment.308
WarningsMissing a Javadoc comment.309
WarningsName 'type' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.309
WarningsMissing a Javadoc comment.310
WarningsMissing a Javadoc comment.311
WarningsMissing a Javadoc comment.312
WarningsMissing a Javadoc comment.314
WarningsMissing a Javadoc comment.318
WarningsParameter name should be final.318
WarningsMissing a Javadoc comment.322
WarningsMissing a Javadoc comment.326
WarningsParameter fqdn should be final.326
WarningsMissing a Javadoc comment.330
WarningsMissing a Javadoc comment.334
WarningsParameter clusterStats should be final.334
WarningsMissing a Javadoc comment.339
WarningsMissing a Javadoc comment.340
WarningsMissing a Javadoc comment.341
WarningsMissing a Javadoc comment.343
WarningsMissing a Javadoc comment.347
WarningsParameter hostCount should be final.347
WarningsMissing a Javadoc comment.351
WarningsMissing a Javadoc comment.355
WarningsParameter vmCount should be final.355

org/slasoi/infrastructure/monitoring/pubsub/handlers/ConfigureMonitoringHandler.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsLine is longer than 120 characters.30
WarningsUsing the '.*' form of import should be avoided - java.util.*.47
WarningsMissing a Javadoc comment.51
WarningsUtility classes should not have a public or default constructor.51
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.54
WarningsParameter registerServiceRequest should be final.54
Warnings'}' should be on the same line.74
WarningsLine is longer than 120 characters.99
WarningsLine is longer than 120 characters.104
WarningsMissing a Javadoc comment.104
WarningsParameter service should be final.104
WarningsParameter registerServiceRequest should be final.104
Warnings'}' should be on the same line.112
Warnings'}' should be on the same line.132
WarningsComment matches to-do format 'TODO:'.160
WarningsMissing a Javadoc comment.163
WarningsParameter service should be final.163
WarningsParameter agreementTerm should be final.163
WarningsParameter metricTypeEnum should be final.164
WarningsLine is longer than 120 characters.167
WarningsMissing a Javadoc comment.174
WarningsParameter vm should be final.174
WarningsParameter agreementTerm should be final.174
WarningsParameter metricTypeEnum should be final.175
WarningsLine is longer than 120 characters.178
WarningsMissing a Javadoc comment.185
WarningsParameter agreementTerm should be final.185
WarningsParameter metricTypeEnum should be final.186
Warnings'}' should be on the same line.193
Warnings'}' should be on the same line.201
WarningsAvoid inline conditionals.204
WarningsLine is longer than 120 characters.212
WarningsMissing a Javadoc comment.212
WarningsParameter metricTypeEnum should be final.212
WarningsParameter service should be final.212
WarningsParameter constraintExpression should be final.212
WarningsLine is longer than 120 characters.220
WarningsMissing a Javadoc comment.220
WarningsParameter metricTypeEnum should be final.220
WarningsParameter vm should be final.220
WarningsParameter constraintExpression should be final.220

org/slasoi/infrastructure/monitoring/pubsub/handlers/MonitoringDataRequestHandler.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsUsing the '.*' form of import should be avoided - org.slasoi.infrastructure.monitoring.jpa.entities.*.37
WarningsUsing the '.*' form of import should be avoided - org.slasoi.infrastructure.monitoring.jpa.enums.*.38
WarningsUsing the '.*' form of import should be avoided - org.slasoi.infrastructure.monitoring.jpa.managers.*.39
WarningsUsing the '.*' form of import should be avoided - org.slasoi.infrastructure.monitoring.pubsub.*.43
WarningsUsing the '.*' form of import should be avoided - org.slasoi.infrastructure.monitoring.pubsub.messages.*.44
WarningsUsing the '.*' form of import should be avoided - java.util.*.50
WarningsMissing a Javadoc comment.52
WarningsUtility classes should not have a public or default constructor.52
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.55
WarningsParameter request should be final.55
Warnings'}' should be on the same line.90
Warnings'}' should be on the same line.113
Warnings'}' should be on the same line.128
WarningsMissing a Javadoc comment.142
WarningsParameter request should be final.142
Warnings'}' should be on the same line.151
WarningsMissing a Javadoc comment.157
WarningsParameter servicesInfoRequest should be final.157
WarningsAvoid inline conditionals.170
WarningsLine is longer than 120 characters.176
WarningsLine is longer than 120 characters.178
WarningsMissing a Javadoc comment.222
WarningsParameter request should be final.222
Warnings'}' should be on the same line.230
Warnings'}' should be on the same line.240
WarningsLine is longer than 120 characters.242
Warnings'}' should be on the same line.246
Warnings'}' should be on the same line.252
Warnings'}' should be on the same line.259
WarningsLine is longer than 120 characters.261
WarningsLine is longer than 120 characters.272
WarningsLine is longer than 120 characters.282
WarningsMissing a Javadoc comment.282
WarningsParameter request should be final.282
Warnings'}' should be on the same line.290
WarningsLine is longer than 120 characters.295
WarningsLine is longer than 120 characters.313
WarningsLine is longer than 120 characters.316
WarningsLine is longer than 120 characters.317
WarningsLine is longer than 120 characters.321
WarningsMissing a Javadoc comment.332
WarningsParameter request should be final.332
Warnings'}' should be on the same line.340
Warnings'}' should be on the same line.353
WarningsLine is longer than 120 characters.362
Warnings'}' should be on the same line.373
WarningsMissing a Javadoc comment.384
WarningsParameter violation should be final.384
WarningsMissing a Javadoc comment.398
WarningsParameter request should be final.398
Warnings'}' should be on the same line.406
WarningsMissing a Javadoc comment.445
WarningsParameter metricValue should be final.445
WarningsLine is longer than 120 characters.457
WarningsMissing a Javadoc comment.461
WarningsParameter request should be final.461
Warnings'}' should be on the same line.472
WarningsLine is longer than 120 characters.476
Warnings'}' should be on the same line.477
WarningsMissing a Javadoc comment.498
WarningsParameter request should be final.498
WarningsLine is longer than 120 characters.592
Warnings'}' should be on the same line.618
WarningsMissing a Javadoc comment.635
WarningsParameter request should be final.635
WarningsLine is longer than 120 characters.640
WarningsMissing a Javadoc comment.653
WarningsParameter service should be final.653
WarningsLine is longer than 120 characters.654
WarningsExpression can be simplified.674
Warnings'}' should be on the same line.676
Warnings'}' should be on the same line.686
Warnings'}' should be on the same line.692

org/slasoi/infrastructure/monitoring/pubsub/handlers/MonitoringFeaturesRequestHandler.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.44
WarningsUtility classes should not have a public or default constructor.44
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.47
WarningsParameter request should be final.47

org/slasoi/infrastructure/monitoring/pubsub/listeners/ConfigurationChannelListener.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.56
WarningsParameter messageEvent should be final.56
WarningsLine is longer than 120 characters.62
Warnings'}' should be on the same line.65
Warnings'}' should be on the same line.78
Warnings'}' should be on the same line.82
Warnings'}' should be on the same line.95
WarningsLine is longer than 120 characters.97
WarningsAvoid inline conditionals.105
Warnings'}' should be on the same line.110
WarningsMissing a Javadoc comment.117
WarningsParameter payload should be final.117

org/slasoi/infrastructure/monitoring/pubsub/listeners/MonitoringDataRequestListener.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsUsing the '.*' form of import should be avoided - org.slasoi.infrastructure.monitoring.pubsub.*.43
WarningsUsing the '.*' form of import should be avoided - org.slasoi.infrastructure.monitoring.pubsub.messages.*.45
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.53
WarningsParameter messageEvent should be final.53
WarningsLine is longer than 120 characters.59
Warnings'}' should be on the same line.63
Warnings'}' should be on the same line.74
Warnings'}' should be on the same line.78
Warnings'}' should be on the same line.82
Warnings'}' should be on the same line.86
WarningsLine is longer than 120 characters.88
Warnings'}' should be on the same line.90
Warnings'}' should be on the same line.94
Warnings'}' should be on the same line.98
Warnings'}' should be on the same line.102
Warnings'}' should be on the same line.105
Warnings'}' should be on the same line.109
Warnings'}' should be on the same line.123
WarningsLine is longer than 120 characters.125
WarningsAvoid inline conditionals.133
Warnings'}' should be on the same line.138
WarningsMissing a Javadoc comment.145
WarningsParameter payload should be final.145
WarningsLine is longer than 120 characters.147

org/slasoi/infrastructure/monitoring/pubsub/messages/GetHostsInfoResponse.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.51
WarningsParameter jsonString should be final.51
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.61
WarningsMissing a Javadoc comment.65
WarningsParameter host should be final.65
WarningsMissing a Javadoc comment.69
WarningsMissing a Javadoc comment.70
WarningsMissing a Javadoc comment.71
WarningsMissing a Javadoc comment.72
WarningsMissing a Javadoc comment.73
WarningsMissing a Javadoc comment.74
WarningsMissing a Javadoc comment.75
WarningsMissing a Javadoc comment.76
WarningsMissing a Javadoc comment.77
WarningsMissing a Javadoc comment.78
WarningsMissing a Javadoc comment.79
WarningsMissing a Javadoc comment.80
WarningsMissing a Javadoc comment.82
WarningsMissing a Javadoc comment.86
WarningsMissing a Javadoc comment.90
WarningsParameter name should be final.90
WarningsMissing a Javadoc comment.94
WarningsMissing a Javadoc comment.98
WarningsParameter fqdn should be final.98
WarningsMissing a Javadoc comment.102
WarningsMissing a Javadoc comment.106
WarningsParameter location should be final.106
WarningsMissing a Javadoc comment.110
WarningsMissing a Javadoc comment.114
WarningsParameter cpuSpeed should be final.114
WarningsMissing a Javadoc comment.118
WarningsMissing a Javadoc comment.122
WarningsParameter numOfCores should be final.122
WarningsMissing a Javadoc comment.126
WarningsMissing a Javadoc comment.130
WarningsParameter cpuUtilization should be final.130
WarningsMissing a Javadoc comment.134
WarningsMissing a Javadoc comment.138
WarningsParameter memorySize should be final.138
WarningsMissing a Javadoc comment.142
WarningsMissing a Javadoc comment.146
WarningsParameter memFree should be final.146
WarningsMissing a Javadoc comment.150
WarningsMissing a Javadoc comment.154
WarningsParameter diskTotal should be final.154
WarningsMissing a Javadoc comment.158
WarningsMissing a Javadoc comment.162
WarningsParameter diskFree should be final.162
WarningsMissing a Javadoc comment.166
WarningsMissing a Javadoc comment.170
WarningsParameter vm should be final.170
WarningsMissing a Javadoc comment.175
WarningsMissing a Javadoc comment.176
WarningsMissing a Javadoc comment.177
WarningsMissing a Javadoc comment.178
WarningsMissing a Javadoc comment.179
WarningsMissing a Javadoc comment.180
WarningsMissing a Javadoc comment.181
WarningsMissing a Javadoc comment.182
WarningsMissing a Javadoc comment.183
WarningsMissing a Javadoc comment.184
WarningsMissing a Javadoc comment.185
WarningsMissing a Javadoc comment.186
WarningsMissing a Javadoc comment.187
WarningsMissing a Javadoc comment.189
WarningsMissing a Javadoc comment.193
WarningsParameter name should be final.193
WarningsMissing a Javadoc comment.197
WarningsMissing a Javadoc comment.201
WarningsParameter fqdn should be final.201
WarningsMissing a Javadoc comment.205
WarningsMissing a Javadoc comment.209
WarningsParameter state should be final.209
WarningsMissing a Javadoc comment.213
WarningsMissing a Javadoc comment.217
WarningsParameter cpuSpeed should be final.217
WarningsMissing a Javadoc comment.221
WarningsMissing a Javadoc comment.225
WarningsParameter numOfCores should be final.225
WarningsMissing a Javadoc comment.229
WarningsMissing a Javadoc comment.233
WarningsParameter cpuLoad should be final.233
WarningsMissing a Javadoc comment.237
WarningsMissing a Javadoc comment.241
WarningsParameter memorySize should be final.241
WarningsMissing a Javadoc comment.245
WarningsMissing a Javadoc comment.249
WarningsParameter memUsage should be final.249
WarningsMissing a Javadoc comment.253
WarningsMissing a Javadoc comment.257
WarningsParameter persistent should be final.257
WarningsMissing a Javadoc comment.261
WarningsMissing a Javadoc comment.265
WarningsParameter imageTemplateName should be final.265
WarningsMissing a Javadoc comment.269
WarningsMissing a Javadoc comment.273
WarningsParameter serviceName should be final.273
WarningsMissing a Javadoc comment.277
WarningsMissing a Javadoc comment.281
WarningsParameter serviceUri should be final.281

org/slasoi/infrastructure/monitoring/pubsub/messages/GetMetricHistoryRequest.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.54
WarningsParameter jsonString should be final.54
WarningsMissing a Javadoc comment.59
WarningsMissing a Javadoc comment.64
WarningsMissing a Javadoc comment.68
WarningsParameter serviceUri should be final.68
WarningsMissing a Javadoc comment.72
WarningsMissing a Javadoc comment.76
WarningsParameter resourceFqdn should be final.76
WarningsMissing a Javadoc comment.80
WarningsMissing a Javadoc comment.84
WarningsParameter metricType should be final.84
WarningsMissing a Javadoc comment.88
WarningsMissing a Javadoc comment.92
WarningsParameter fromDate should be final.92
WarningsMissing a Javadoc comment.96
WarningsMissing a Javadoc comment.100
WarningsParameter toDate should be final.100
WarningsMissing a Javadoc comment.104
WarningsMissing a Javadoc comment.108
WarningsParameter maxNumberOfValues should be final.108

org/slasoi/infrastructure/monitoring/pubsub/messages/GetMetricHistoryResponse.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.58
WarningsParameter jsonString should be final.58
WarningsMissing a Javadoc comment.63
WarningsMissing a Javadoc comment.68
WarningsMissing a Javadoc comment.72
WarningsParameter serviceUri should be final.72
WarningsMissing a Javadoc comment.76
WarningsMissing a Javadoc comment.80
WarningsParameter resourceName should be final.80
WarningsMissing a Javadoc comment.84
WarningsMissing a Javadoc comment.88
WarningsParameter resourceFqdn should be final.88
WarningsMissing a Javadoc comment.92
WarningsMissing a Javadoc comment.96
WarningsParameter metricType should be final.96
WarningsMissing a Javadoc comment.100
WarningsMissing a Javadoc comment.104
WarningsParameter metricUnit should be final.104
WarningsMissing a Javadoc comment.108
WarningsMissing a Javadoc comment.112
WarningsParameter violationThreshold should be final.112
WarningsMissing a Javadoc comment.116
WarningsMissing a Javadoc comment.120
WarningsParameter warningThreshold should be final.120
WarningsMissing a Javadoc comment.124
WarningsMissing a Javadoc comment.128
WarningsParameter metricValues should be final.128
WarningsMissing a Javadoc comment.132
WarningsParameter metricValue should be final.132
WarningsMissing a Javadoc comment.136
WarningsMissing a Javadoc comment.137
WarningsMissing a Javadoc comment.138
WarningsMissing a Javadoc comment.140
WarningsMissing a Javadoc comment.144
WarningsParameter value should be final.144
WarningsMissing a Javadoc comment.148
WarningsMissing a Javadoc comment.152
WarningsParameter timestamp should be final.152

org/slasoi/infrastructure/monitoring/pubsub/messages/GetRawMetricsHistoryResponse.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.35

org/slasoi/infrastructure/monitoring/pubsub/messages/GetSchedulerEventsRequest.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.46
WarningsParameter jsonString should be final.46
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.60
WarningsParameter maxNumberOfRecords should be final.60

org/slasoi/infrastructure/monitoring/pubsub/messages/GetSchedulerEventsResponse.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.51
WarningsParameter jsonString should be final.51
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.61
WarningsMissing a Javadoc comment.65
WarningsParameter events should be final.65
WarningsMissing a Javadoc comment.69
WarningsParameter event should be final.69
WarningsMissing a Javadoc comment.73
WarningsMissing a Javadoc comment.74
WarningsMissing a Javadoc comment.75
WarningsMissing a Javadoc comment.76
WarningsMissing a Javadoc comment.78
WarningsMissing a Javadoc comment.82
WarningsParameter source should be final.82
WarningsMissing a Javadoc comment.86
WarningsMissing a Javadoc comment.90
WarningsParameter timestamp should be final.90
WarningsMissing a Javadoc comment.94
WarningsMissing a Javadoc comment.98
WarningsParameter description should be final.98

org/slasoi/infrastructure/monitoring/pubsub/messages/GetServiceEventsRequest.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.47
WarningsParameter jsonString should be final.47
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.61
WarningsParameter userId should be final.61
WarningsMissing a Javadoc comment.65
WarningsMissing a Javadoc comment.69
WarningsParameter serviceUri should be final.69

org/slasoi/infrastructure/monitoring/pubsub/messages/GetServiceEventsResponse.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.51
WarningsParameter jsonString should be final.51
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.61
WarningsMissing a Javadoc comment.65
WarningsParameter events should be final.65
WarningsMissing a Javadoc comment.69
WarningsParameter event should be final.69
WarningsMissing a Javadoc comment.73
WarningsMissing a Javadoc comment.74
WarningsMissing a Javadoc comment.75
WarningsMissing a Javadoc comment.76
WarningsMissing a Javadoc comment.77
WarningsMissing a Javadoc comment.78
WarningsMissing a Javadoc comment.79
WarningsMissing a Javadoc comment.81
WarningsMissing a Javadoc comment.85
WarningsParameter serviceUri should be final.85
WarningsMissing a Javadoc comment.89
WarningsMissing a Javadoc comment.93
WarningsParameter source should be final.93
WarningsMissing a Javadoc comment.97
WarningsMissing a Javadoc comment.101
WarningsParameter type should be final.101
WarningsMissing a Javadoc comment.105
WarningsMissing a Javadoc comment.109
WarningsParameter timestamp should be final.109
WarningsMissing a Javadoc comment.113
WarningsMissing a Javadoc comment.117
WarningsParameter userId should be final.117
WarningsMissing a Javadoc comment.121
WarningsMissing a Javadoc comment.125
WarningsParameter description should be final.125
WarningsMissing a Javadoc comment.130
WarningsMissing a Javadoc comment.131

org/slasoi/infrastructure/monitoring/pubsub/messages/GetServiceSLASummaryRequest.java

ViolationMessageLine
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.46
WarningsParameter jsonString should be final.46
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.60
WarningsParameter serviceUri should be final.60

org/slasoi/infrastructure/monitoring/pubsub/messages/GetServiceSLASummaryResponse.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.56
WarningsParameter jsonString should be final.56
WarningsMissing a Javadoc comment.61
WarningsMissing a Javadoc comment.66
WarningsMissing a Javadoc comment.70
WarningsParameter serviceUri should be final.70
WarningsMissing a Javadoc comment.74
WarningsMissing a Javadoc comment.78
WarningsParameter qosTerms should be final.78
WarningsMissing a Javadoc comment.82
WarningsParameter qosTerm should be final.82
WarningsMissing a Javadoc comment.86
WarningsMissing a Javadoc comment.90
WarningsParameter resources should be final.90
WarningsMissing a Javadoc comment.94
WarningsParameter resourceInfo should be final.94
WarningsMissing a Javadoc comment.98
WarningsMissing a Javadoc comment.99
WarningsMissing a Javadoc comment.100
WarningsMissing a Javadoc comment.101
WarningsMissing a Javadoc comment.102
WarningsMissing a Javadoc comment.103
WarningsMissing a Javadoc comment.104
WarningsMissing a Javadoc comment.105
WarningsMissing a Javadoc comment.107
WarningsMissing a Javadoc comment.111
WarningsParameter guaranteedTerm should be final.111
WarningsMissing a Javadoc comment.115
WarningsMissing a Javadoc comment.119
WarningsParameter metricTitle should be final.119
WarningsMissing a Javadoc comment.123
WarningsMissing a Javadoc comment.127
WarningsParameter metricDescription should be final.127
WarningsMissing a Javadoc comment.131
WarningsMissing a Javadoc comment.135
WarningsParameter value should be final.135
WarningsMissing a Javadoc comment.139
WarningsMissing a Javadoc comment.143
WarningsParameter threshold should be final.143
WarningsMissing a Javadoc comment.147
WarningsMissing a Javadoc comment.151
WarningsParameter unit should be final.151
WarningsMissing a Javadoc comment.155
WarningsMissing a Javadoc comment.159
WarningsParameter compliance should be final.159
WarningsMissing a Javadoc comment.164
WarningsMissing a Javadoc comment.165
WarningsMissing a Javadoc comment.166
WarningsMissing a Javadoc comment.167
WarningsMissing a Javadoc comment.169
WarningsMissing a Javadoc comment.173
WarningsMissing a Javadoc comment.177
WarningsParameter resourceName should be final.177
WarningsMissing a Javadoc comment.181
WarningsMissing a Javadoc comment.185
WarningsParameter resourceFqdn should be final.185
WarningsMissing a Javadoc comment.189
WarningsMissing a Javadoc comment.193
WarningsParameter qosTerms should be final.193
WarningsMissing a Javadoc comment.197
WarningsParameter qosTerm should be final.197
WarningsMissing a Javadoc comment.202
WarningsMissing a Javadoc comment.203
WarningsMissing a Javadoc comment.204
WarningsMissing a Javadoc comment.205
WarningsMissing a Javadoc comment.206
WarningsMissing a Javadoc comment.207
WarningsMissing a Javadoc comment.209
WarningsParameter text should be final.209
Warnings'}' should be on the same line.212
WarningsLine is longer than 120 characters.218
WarningsMissing a Javadoc comment.218
WarningsParameter slaCompliance should be final.218
WarningsParameter violationSeverity should be final.218
Warnings'}' should be on the same line.221
Warnings'}' should be on the same line.224

org/slasoi/infrastructure/monitoring/pubsub/messages/GetServiceViolationsFrequencyRequest.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.46
WarningsParameter jsonString should be final.46
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.60
WarningsParameter serviceUri should be final.60

org/slasoi/infrastructure/monitoring/pubsub/messages/GetServiceViolationsFrequencyResponse.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.54
WarningsParameter jsonString should be final.54
WarningsMissing a Javadoc comment.59
WarningsMissing a Javadoc comment.64
WarningsMissing a Javadoc comment.68
WarningsParameter serviceUri should be final.68
WarningsMissing a Javadoc comment.72
WarningsMissing a Javadoc comment.76
WarningsParameter violationsFrequency should be final.76
WarningsMissing a Javadoc comment.80
WarningsParameter count should be final.80
WarningsMissing a Javadoc comment.84
WarningsMissing a Javadoc comment.88
WarningsParameter warningsFrequency should be final.88
WarningsMissing a Javadoc comment.92
WarningsParameter count should be final.92
WarningsMissing a Javadoc comment.96
WarningsMissing a Javadoc comment.97
WarningsMissing a Javadoc comment.98
WarningsMissing a Javadoc comment.99
WarningsMissing a Javadoc comment.100
WarningsMissing a Javadoc comment.102
WarningsMissing a Javadoc comment.106
WarningsParameter timestamp should be final.106
WarningsMissing a Javadoc comment.110
WarningsMissing a Javadoc comment.114
WarningsParameter punishable should be final.114
WarningsMissing a Javadoc comment.118
WarningsMissing a Javadoc comment.122
WarningsParameter acceptable should be final.122
WarningsMissing a Javadoc comment.126
WarningsMissing a Javadoc comment.130
WarningsParameter periodTitle should be final.130

org/slasoi/infrastructure/monitoring/pubsub/messages/GetServiceViolationsRequest.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.50
WarningsParameter jsonString should be final.50
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.64
WarningsParameter serviceUri should be final.64

org/slasoi/infrastructure/monitoring/pubsub/messages/GetServiceViolationsResponse.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.56
WarningsParameter jsonString should be final.56
WarningsMissing a Javadoc comment.61
WarningsMissing a Javadoc comment.66
WarningsMissing a Javadoc comment.70
WarningsParameter serviceUri should be final.70
WarningsMissing a Javadoc comment.74
WarningsMissing a Javadoc comment.78
WarningsParameter serviceEvents should be final.78
WarningsMissing a Javadoc comment.82
WarningsMissing a Javadoc comment.86
WarningsParameter resourceEvents should be final.86
WarningsMissing a Javadoc comment.90
WarningsParameter resourceEvents should be final.90
Warnings'resourceEvents' hides a field.90
WarningsMissing a Javadoc comment.94
WarningsMissing a Javadoc comment.95
WarningsMissing a Javadoc comment.96
WarningsMissing a Javadoc comment.97
WarningsMissing a Javadoc comment.98
WarningsMissing a Javadoc comment.99
WarningsMissing a Javadoc comment.100
WarningsMissing a Javadoc comment.101
WarningsMissing a Javadoc comment.102
WarningsMissing a Javadoc comment.103
WarningsMissing a Javadoc comment.105
WarningsMissing a Javadoc comment.109
WarningsParameter violationId should be final.109
WarningsMissing a Javadoc comment.113
WarningsMissing a Javadoc comment.117
WarningsParameter guaranteedTerm should be final.117
WarningsMissing a Javadoc comment.121
WarningsMissing a Javadoc comment.125
WarningsParameter metricValue should be final.125
WarningsMissing a Javadoc comment.129
WarningsMissing a Javadoc comment.133
WarningsParameter thresholdValue should be final.133
WarningsMissing a Javadoc comment.137
WarningsMissing a Javadoc comment.141
WarningsParameter metricUnit should be final.141
WarningsMissing a Javadoc comment.145
WarningsMissing a Javadoc comment.149
WarningsParameter beginDate should be final.149
WarningsMissing a Javadoc comment.153
WarningsMissing a Javadoc comment.157
WarningsParameter endDate should be final.157
WarningsMissing a Javadoc comment.161
WarningsMissing a Javadoc comment.165
WarningsParameter severity should be final.165
WarningsMissing a Javadoc comment.169
WarningsMissing a Javadoc comment.173
WarningsParameter type should be final.173
WarningsMissing a Javadoc comment.178
WarningsMissing a Javadoc comment.179
WarningsMissing a Javadoc comment.180
WarningsMissing a Javadoc comment.182
WarningsMissing a Javadoc comment.187
WarningsMissing a Javadoc comment.191
WarningsParameter violations should be final.191
WarningsMissing a Javadoc comment.195
WarningsParameter violation should be final.195
WarningsMissing a Javadoc comment.199
WarningsMissing a Javadoc comment.203
WarningsParameter warnings should be final.203
WarningsMissing a Javadoc comment.207
WarningsParameter warning should be final.207
WarningsMissing a Javadoc comment.212
WarningsMissing a Javadoc comment.213
WarningsMissing a Javadoc comment.214
WarningsMissing a Javadoc comment.215
WarningsMissing a Javadoc comment.216
WarningsMissing a Javadoc comment.218
WarningsMissing a Javadoc comment.223
WarningsMissing a Javadoc comment.227
WarningsParameter resourceName should be final.227
WarningsMissing a Javadoc comment.231
WarningsMissing a Javadoc comment.235
WarningsParameter resourceFqdn should be final.235
WarningsMissing a Javadoc comment.239
WarningsMissing a Javadoc comment.243
WarningsParameter violations should be final.243
WarningsMissing a Javadoc comment.247
WarningsParameter violation should be final.247
WarningsMissing a Javadoc comment.251
WarningsMissing a Javadoc comment.255
WarningsParameter warnings should be final.255
WarningsMissing a Javadoc comment.259
WarningsParameter warning should be final.259

org/slasoi/infrastructure/monitoring/pubsub/messages/GetServicesInfoRequest.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.44
WarningsParameter jsonString should be final.44
WarningsMissing a Javadoc comment.49

org/slasoi/infrastructure/monitoring/pubsub/messages/GetServicesInfoResponse.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.57
WarningsParameter services should be final.57
WarningsMissing a Javadoc comment.61
WarningsParameter service should be final.61
WarningsMissing a Javadoc comment.65
WarningsParameter jsonString should be final.65
WarningsMissing a Javadoc comment.70
WarningsMissing a Javadoc comment.75
WarningsMissing a Javadoc comment.76
WarningsMissing a Javadoc comment.77
WarningsMissing a Javadoc comment.78
WarningsMissing a Javadoc comment.79
WarningsMissing a Javadoc comment.80
WarningsMissing a Javadoc comment.81
WarningsMissing a Javadoc comment.82
WarningsMissing a Javadoc comment.83
WarningsMissing a Javadoc comment.85
WarningsMissing a Javadoc comment.89
WarningsMissing a Javadoc comment.93
WarningsParameter name should be final.93
WarningsMissing a Javadoc comment.97
WarningsMissing a Javadoc comment.101
WarningsParameter serviceUri should be final.101
WarningsMissing a Javadoc comment.105
WarningsMissing a Javadoc comment.109
WarningsParameter state should be final.109
WarningsMissing a Javadoc comment.113
WarningsMissing a Javadoc comment.117
WarningsParameter createdDate should be final.117
WarningsMissing a Javadoc comment.121
WarningsMissing a Javadoc comment.125
WarningsParameter resourceCount should be final.125
WarningsMissing a Javadoc comment.129
WarningsMissing a Javadoc comment.133
WarningsParameter totalUptime should be final.133
WarningsMissing a Javadoc comment.137
WarningsMissing a Javadoc comment.141
WarningsParameter totalDowntime should be final.141
WarningsMissing a Javadoc comment.145
WarningsMissing a Javadoc comment.149
WarningsParameter resources should be final.149
WarningsMissing a Javadoc comment.153
WarningsParameter resource should be final.153
WarningsMissing a Javadoc comment.158
WarningsMissing a Javadoc comment.159
WarningsMissing a Javadoc comment.160
WarningsMissing a Javadoc comment.161
WarningsMissing a Javadoc comment.162
WarningsMissing a Javadoc comment.163
WarningsMissing a Javadoc comment.164
WarningsMissing a Javadoc comment.165
WarningsMissing a Javadoc comment.166
WarningsMissing a Javadoc comment.168
WarningsMissing a Javadoc comment.172
WarningsParameter name should be final.172
WarningsMissing a Javadoc comment.176
WarningsMissing a Javadoc comment.180
WarningsParameter fqdn should be final.180
WarningsMissing a Javadoc comment.184
WarningsMissing a Javadoc comment.188
WarningsParameter state should be final.188
WarningsMissing a Javadoc comment.192
WarningsMissing a Javadoc comment.196
WarningsParameter cpuCores should be final.196
WarningsMissing a Javadoc comment.200
WarningsMissing a Javadoc comment.204
WarningsParameter cpuSpeed should be final.204
WarningsMissing a Javadoc comment.208
WarningsMissing a Javadoc comment.212
WarningsParameter memory should be final.212
WarningsMissing a Javadoc comment.216
WarningsMissing a Javadoc comment.220
WarningsParameter persistent should be final.220
WarningsMissing a Javadoc comment.224
WarningsMissing a Javadoc comment.228
WarningsParameter imageTemplateName should be final.228

org/slasoi/infrastructure/monitoring/pubsub/messages/MonitoringFeaturesRequest.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.45
WarningsParameter jsonString should be final.45
WarningsMissing a Javadoc comment.50

org/slasoi/infrastructure/monitoring/pubsub/messages/MonitoringFeaturesResponse.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.41
WarningsVariable 'componentMonitoringFeatures' must be private and have accessor methods.41
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.47
WarningsParameter jsonString should be final.47
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.61
WarningsParameter componentMonitoringFeatures should be final.61

org/slasoi/infrastructure/monitoring/pubsub/messages/RegisterServiceRequest.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.47
WarningsVariable 'monSystemConfSerialized' must be private and have accessor methods.47
WarningsMissing a Javadoc comment.48
WarningsVariable 'agreementTerms' must be private and have accessor methods.48
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.55
WarningsParameter jsonString should be final.55
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.65
WarningsMissing a Javadoc comment.69
WarningsParameter serviceName should be final.69
WarningsMissing a Javadoc comment.73
WarningsMissing a Javadoc comment.77
WarningsParameter serviceUrl should be final.77
WarningsMissing a Javadoc comment.81
WarningsMissing a Javadoc comment.85
WarningsParameter vmList should be final.85
WarningsMissing a Javadoc comment.89
WarningsParameter vm should be final.89
WarningsMissing a Javadoc comment.93
WarningsMissing a Javadoc comment.97
WarningsParameter monSystemConfSerialized should be final.97
WarningsMissing a Javadoc comment.101
WarningsMissing a Javadoc comment.105
WarningsParameter agreementTerms should be final.105
WarningsMissing a Javadoc comment.109
WarningsParameter agreementTerm should be final.109
WarningsMissing a Javadoc comment.116
WarningsMissing a Javadoc comment.117
WarningsVariable 'name' must be private and have accessor methods.117
WarningsMissing a Javadoc comment.118
WarningsVariable 'fqdn' must be private and have accessor methods.118
WarningsMissing a Javadoc comment.119
WarningsVariable 'clusterName' must be private and have accessor methods.119
WarningsMissing a Javadoc comment.120
WarningsVariable 'agreementTerms' must be private and have accessor methods.120
WarningsMissing a Javadoc comment.122
WarningsMissing a Javadoc comment.125
WarningsParameter name should be final.125
WarningsParameter fqdn should be final.125
WarningsMissing a Javadoc comment.130
WarningsMissing a Javadoc comment.134
WarningsParameter name should be final.134
WarningsMissing a Javadoc comment.138
WarningsMissing a Javadoc comment.142
WarningsParameter fqdn should be final.142
WarningsMissing a Javadoc comment.146
WarningsMissing a Javadoc comment.150
WarningsParameter clusterName should be final.150
WarningsMissing a Javadoc comment.154
WarningsMissing a Javadoc comment.158
WarningsParameter agreementTerms should be final.158
WarningsMissing a Javadoc comment.162
WarningsParameter agreementTerm should be final.162
WarningsMissing a Javadoc comment.170
WarningsMissing a Javadoc comment.171
WarningsMissing a Javadoc comment.172
WarningsMissing a Javadoc comment.173
WarningsMissing a Javadoc comment.174
WarningsMissing a Javadoc comment.175
WarningsMissing a Javadoc comment.177
WarningsMissing a Javadoc comment.180
WarningsParameter guaranteedTerm should be final.180
WarningsParameter violationThreshold should be final.180
WarningsParameter warningThreshold should be final.180
WarningsParameter unit should be final.180
WarningsLine is longer than 120 characters.187
WarningsMissing a Javadoc comment.187
WarningsParameter guaranteedTerm should be final.187
WarningsParameter violationThreshold should be final.187
WarningsParameter warningThreshold should be final.187
WarningsParameter unit should be final.187
WarningsMissing a Javadoc comment.194
WarningsMissing a Javadoc comment.198
WarningsParameter guaranteedTerm should be final.198
WarningsMissing a Javadoc comment.202
WarningsMissing a Javadoc comment.206
WarningsParameter violationThreshold should be final.206
WarningsMissing a Javadoc comment.210
WarningsMissing a Javadoc comment.214
WarningsParameter warningThreshold should be final.214
WarningsMissing a Javadoc comment.218
WarningsMissing a Javadoc comment.222
WarningsParameter unit should be final.222
WarningsMissing a Javadoc comment.226
WarningsMissing a Javadoc comment.230
WarningsParameter operator should be final.230

org/slasoi/infrastructure/monitoring/pubsub/messages/ServiceEventNotification.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.46
WarningsParameter jsonString should be final.46
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.60
WarningsParameter event should be final.60

org/slasoi/infrastructure/monitoring/pubsub/messages/events/EventMessage.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.54
WarningsParameter o should be final.54
WarningsMissing a Javadoc comment.62
WarningsMissing a Javadoc comment.72
WarningsMissing a Javadoc comment.76
WarningsParameter messageId should be final.76
WarningsMissing a Javadoc comment.80
WarningsMissing a Javadoc comment.84
WarningsParameter originator should be final.84
WarningsMissing a Javadoc comment.88
WarningsMissing a Javadoc comment.92
WarningsParameter eventType should be final.92
WarningsMissing a Javadoc comment.96
WarningsMissing a Javadoc comment.100
WarningsParameter timestamp should be final.100
WarningsMissing a Javadoc comment.104
WarningsMissing a Javadoc comment.108
WarningsParameter eventData should be final.108

org/slasoi/infrastructure/monitoring/pubsub/messages/events/EventType.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.38
WarningsParameter s should be final.38

org/slasoi/infrastructure/monitoring/pubsub/notifiers/MonitoringDataNotifier.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.47
WarningsUtility classes should not have a public or default constructor.47
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.50
WarningsParameter auditRecord should be final.50
WarningsMissing a Javadoc comment.73
WarningsParameter payload should be final.73
WarningsLine is longer than 120 characters.76

org/slasoi/infrastructure/monitoring/qos/MonitoringFeaturesBuilder.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsLine is longer than 120 characters.30
WarningsUsing the '.*' form of import should be avoided - org.slasoi.monitoring.common.features.*.36
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.47

org/slasoi/infrastructure/monitoring/qos/ViolationHandler.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.53
WarningsUtility classes should not have a public or default constructor.53
WarningsMissing a Javadoc comment.54
WarningsLine is longer than 120 characters.56
WarningsMissing a Javadoc comment.56
WarningsParameter metric should be final.56
WarningsParameter metricValue should be final.56
WarningsParameter slaCompliance should be final.56
WarningsParameter prevSLACompliance should be final.56
Warnings'}' should be on the same line.67
WarningsLine is longer than 120 characters.68
WarningsComment matches to-do format 'TODO:'.71
Warnings'}' should be on the same line.72
WarningsMissing a Javadoc comment.84
WarningsParameter metric should be final.84
WarningsParameter metricValue should be final.84
WarningsParameter slaCompliance should be final.84
Warnings'}' should be on the same line.94
Warnings'}' should be on the same line.98
WarningsMissing a Javadoc comment.108
WarningsParameter metric should be final.108
WarningsParameter metricValue should be final.108
WarningsParameter slaCompliance should be final.108
WarningsMissing a Javadoc comment.113
WarningsParameter violation should be final.113
WarningsParameter metric should be final.113
WarningsParameter metricValue should be final.113
WarningsLine is longer than 120 characters.120
WarningsAvoid inline conditionals.120
Warnings'}' should be on the same line.126
Warnings'}' should be on the same line.143

org/slasoi/infrastructure/monitoring/qos/events/ViolationEvent.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.51
WarningsParameter violationId should be final.51
WarningsMissing a Javadoc comment.55
WarningsParameter o should be final.55
WarningsMissing a Javadoc comment.66
WarningsMissing a Javadoc comment.70
WarningsParameter violationId should be final.70
WarningsMissing a Javadoc comment.74
WarningsMissing a Javadoc comment.78
WarningsParameter guaranteedTerm should be final.78
WarningsMissing a Javadoc comment.82
WarningsMissing a Javadoc comment.86
WarningsParameter serviceUri should be final.86
WarningsMissing a Javadoc comment.90
WarningsMissing a Javadoc comment.94
WarningsParameter resourceName should be final.94
WarningsMissing a Javadoc comment.98
WarningsMissing a Javadoc comment.102
WarningsParameter metricValue should be final.102
WarningsMissing a Javadoc comment.106
WarningsMissing a Javadoc comment.110
WarningsParameter metricUnit should be final.110
WarningsMissing a Javadoc comment.114
WarningsMissing a Javadoc comment.118
WarningsParameter thresholdValue should be final.118
WarningsMissing a Javadoc comment.122
WarningsMissing a Javadoc comment.126
WarningsParameter timestamp should be final.126
WarningsMissing a Javadoc comment.130

org/slasoi/infrastructure/monitoring/reporting/ReportTemplate.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsLine is longer than 120 characters.30
WarningsUsing the '.*' form of import should be avoided - java.awt.*.38
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.42
WarningsVariable 'titlePageTitleFont' must be private and have accessor methods.42
WarningsMissing a Javadoc comment.43
WarningsVariable 'titlePageSubtitleFont' must be private and have accessor methods.43
WarningsMissing a Javadoc comment.44
WarningsVariable 'chapterFont' must be private and have accessor methods.44
WarningsMissing a Javadoc comment.45
WarningsVariable 'sectionFont' must be private and have accessor methods.45
WarningsMissing a Javadoc comment.46
WarningsVariable 'subsectionFont' must be private and have accessor methods.46
WarningsMissing a Javadoc comment.47
WarningsVariable 'tableFont' must be private and have accessor methods.47
WarningsMissing a Javadoc comment.48
WarningsVariable 'normalFont' must be private and have accessor methods.48
WarningsMissing a Javadoc comment.49
WarningsVariable 'normalBoldFont' must be private and have accessor methods.49
WarningsMissing a Javadoc comment.50
WarningsVariable 'tableHeaderColor' must be private and have accessor methods.50
WarningsLine is longer than 120 characters.51
WarningsMissing a Javadoc comment.51
WarningsVariable 'chartBackgroundPaint' must be private and have accessor methods.51
WarningsMissing a Javadoc comment.52
WarningsVariable 'chartBarsColor' must be private and have accessor methods.52
WarningsMissing a Javadoc comment.53
WarningsVariable 'chartWidth' must be private and have accessor methods.53
WarningsMissing a Javadoc comment.54
WarningsVariable 'chartHeight' must be private and have accessor methods.54
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.58
WarningsParameter paragraph should be final.58
WarningsParameter number should be final.58

org/slasoi/infrastructure/monitoring/reporting/ServiceSummaryReport.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsUsing the '.*' form of import should be avoided - com.lowagie.text.*.35
WarningsUsing the '.*' form of import should be avoided - org.jfree.data.time.*.49
WarningsUsing the '.*' form of import should be avoided - org.slasoi.infrastructure.monitoring.jpa.entities.*.52
WarningsUsing the '.*' form of import should be avoided - java.awt.*.62
WarningsUsing the '.*' form of import should be avoided - java.util.*.67
WarningsMissing a Javadoc comment.70
WarningsMissing a Javadoc comment.71
WarningsVariable 'service' must be private and have accessor methods.71
WarningsMissing a Javadoc comment.72
WarningsVariable 'document' must be private and have accessor methods.72
WarningsMissing a Javadoc comment.74
WarningsParameter service should be final.74
WarningsMissing a Javadoc comment.96
Warnings'}' should be on the same line.104
WarningsLine is longer than 120 characters.109
WarningsLine is longer than 120 characters.127
WarningsMissing a Javadoc comment.156
WarningsMissing a Javadoc comment.178
WarningsMissing a Javadoc comment.199
WarningsLine is longer than 120 characters.211
WarningsMissing a Javadoc comment.253
WarningsMissing a Javadoc comment.272
WarningsMissing a Javadoc comment.310
WarningsParameter metric should be final.310
WarningsParameter valueMapping should be final.310
WarningsLine is longer than 120 characters.326
Warnings'}' should be on the same line.341
Warnings'}' should be on the same line.345
Warnings'}' should be on the same line.355
WarningsMissing a Javadoc comment.361
WarningsLine is longer than 120 characters.363
WarningsMissing a Javadoc comment.399
WarningsParameter dataset should be final.399
WarningsParameter title should be final.399
WarningsParameter yLabel should be final.399
WarningsParameter series1Color should be final.400
WarningsParameter series2Color should be final.400
WarningsLine is longer than 120 characters.433
WarningsMissing a Javadoc comment.433
WarningsParameter violationType should be final.433
WarningsParameter vmAliases should be final.433
WarningsAvoid inline conditionals.440
WarningsAvoid inline conditionals.444
Warnings'}' should be on the same line.472
Warnings'?' should be on a new line.481
WarningsAvoid inline conditionals.481
WarningsAvoid inline conditionals.488
Warnings':' should be on a new line.488
WarningsAvoid inline conditionals.492
Warnings'}' should be on the same line.499
WarningsMissing a Javadoc comment.511
WarningsParameter metric should be final.511
WarningsParameter section should be final.511
WarningsLine is longer than 120 characters.517
WarningsParameter xyDataset should be final.560
WarningsParameter series should be final.560
WarningsParameter item should be final.560
Warnings'}' should be on the same line.564
Warningsswitch without "default" clause.594
WarningsMissing a Javadoc comment.610
WarningsParameter metric should be final.610
WarningsLine is longer than 120 characters.613
WarningsMissing a Javadoc comment.679
WarningsLine is longer than 120 characters.687
WarningsMissing a Javadoc comment.719
WarningsLine is longer than 120 characters.727
WarningsMissing a Javadoc comment.759
WarningsParameter metrics should be final.759
Warnings'||' should be on a new line.778
Warnings'}' should be on the same line.790
WarningsMissing a Javadoc comment.804
WarningsMissing a Javadoc comment.823

org/slasoi/infrastructure/monitoring/utils/DateUtils.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.39
WarningsUtility classes should not have a public or default constructor.39
WarningsMissing a Javadoc comment.40
WarningsName 'DATE_PATTERN' must match pattern '^[a-z][a-zA-Z0-9]*$'.40
WarningsMissing a Javadoc comment.41
WarningsName 'DATE_PATTERN_DISPLAY' must match pattern '^[a-z][a-zA-Z0-9]*$'.41
WarningsMissing a Javadoc comment.43
WarningsParameter date should be final.43
WarningsMissing a Javadoc comment.48
WarningsParameter text should be final.48
WarningsMissing a Javadoc comment.53
WarningsParameter text should be final.53
WarningsParameter pattern should be final.53
WarningsMissing a Javadoc comment.58
WarningsParameter date should be final.58
WarningsMissing a Javadoc comment.63
WarningsParameter intervalInMillis should be final.63
WarningsAvoid inline conditionals.70
Warnings'}' should be on the same line.71
Warnings'}' should be on the same line.74
Warnings'}' should be on the same line.77

org/slasoi/infrastructure/monitoring/utils/JsonUtils.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsUsing the '.*' form of import should be avoided - com.google.gson.*.35
WarningsClass JsonUtils should be declared as final.46
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.69
WarningsMissing a Javadoc comment.76
WarningsMissing a Javadoc comment.80
WarningsMissing a Javadoc comment.82
WarningsParameter date should be final.82
WarningsParameter typeOfSrc should be final.82
WarningsParameter context should be final.83
Warnings'}' should be on the same line.88
WarningsMissing a Javadoc comment.99
WarningsMissing a Javadoc comment.100
WarningsParameter json should be final.100
WarningsParameter typeOfT should be final.100
WarningsParameter context should be final.101
WarningsRedundant throws: 'JsonParseException' is unchecked exception.101
Warnings'}' should be on the same line.105
WarningsMissing a Javadoc comment.117
WarningsMissing a Javadoc comment.119
WarningsParameter cmf should be final.119
WarningsParameter typeOfSrc should be final.120
WarningsParameter context should be final.120
Warnings'}' should be on the same line.137
WarningsMissing a Javadoc comment.150
WarningsMissing a Javadoc comment.152
WarningsParameter json should be final.152
WarningsParameter typeOfT should be final.153
WarningsParameter context should be final.153
WarningsRedundant throws: 'JsonParseException' is unchecked exception.154
Warnings'}' should be on the same line.170
WarningsMissing a Javadoc comment.182
WarningsMissing a Javadoc comment.186
WarningsParameter cmf should be final.186
WarningsParameter typeOfSrc should be final.187
WarningsParameter context should be final.187
Warnings'}' should be on the same line.202
WarningsMissing a Javadoc comment.214
WarningsMissing a Javadoc comment.217
WarningsParameter json should be final.217
WarningsParameter typeOfT should be final.218
WarningsParameter context should be final.218
WarningsRedundant throws: 'JsonParseException' is unchecked exception.219
Warnings'}' should be on the same line.234

org/slasoi/infrastructure/monitoring/utils/Utils.java

ViolationMessageLine
WarningsLine is longer than 120 characters.30
WarningsMissing a Javadoc comment.35
WarningsUtility classes should not have a public or default constructor.35
WarningsMissing a Javadoc comment.37
WarningsParameter message should be final.37
WarningsParameter maxLength should be final.37
Warnings'}' should be on the same line.40
Warnings'}' should be on the same line.45
WarningsMissing a Javadoc comment.52
WarningsParameter s should be final.52
WarningsMissing a Javadoc comment.61
WarningsParameter s should be final.61
Warnings'+' should be on a new line.62