Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
4009433

Files

FilesInfosWarningsErrors
org/slasoi/common/eventschema/AgreementTermType.java0200
org/slasoi/common/eventschema/ArgumentList.java0100
org/slasoi/common/eventschema/ArgumentType.java0170
org/slasoi/common/eventschema/AssessmentResultType.java0160
org/slasoi/common/eventschema/Entity.java0370
org/slasoi/common/eventschema/EventContextType.java0220
org/slasoi/common/eventschema/EventIdType.java0170
org/slasoi/common/eventschema/EventInstance.java0260
org/slasoi/common/eventschema/EventMetaDataType.java0180
org/slasoi/common/eventschema/EventNotifier.java0220
org/slasoi/common/eventschema/EventPayloadType.java0300
org/slasoi/common/eventschema/EventSource.java0230
org/slasoi/common/eventschema/EventTime.java0220
org/slasoi/common/eventschema/GuaranteedActionType.java0120
org/slasoi/common/eventschema/GuaranteedType.java0170
org/slasoi/common/eventschema/GuatanteedStateType.java0170
org/slasoi/common/eventschema/InfrastructureEventType.java0150
org/slasoi/common/eventschema/InfrastructureLayerSource.java0120
org/slasoi/common/eventschema/InfrastructureMonitoringEventType.java0290
org/slasoi/common/eventschema/InfrastructurePropertiesType.java0100
org/slasoi/common/eventschema/InteractionEventType.java0270
org/slasoi/common/eventschema/MonitoringInfoType.java0120
org/slasoi/common/eventschema/MonitoringResultEventType.java0220
org/slasoi/common/eventschema/ObjectFactory.java0850
org/slasoi/common/eventschema/OtherSource.java0120
org/slasoi/common/eventschema/Parameter.java0170
org/slasoi/common/eventschema/PredictionInfoType.java0270
org/slasoi/common/eventschema/PredictionResultEventType.java0270
org/slasoi/common/eventschema/PropertiesType.java0220
org/slasoi/common/eventschema/Property.java0120
org/slasoi/common/eventschema/PropertyDescriptionType.java0150
org/slasoi/common/eventschema/SLAType.java0260
org/slasoi/common/eventschema/ServiceSourceType.java0170
org/slasoi/common/eventschema/SimpleArgument.java0300
org/slasoi/common/eventschema/StructArgument.java0100
org/slasoi/common/eventschema/activator/Activator.java0760
org/slasoi/common/eventschema/activator/Book.java0501
org/slasoi/common/eventschema/impl/MonitoringEventServiceImpl.java0471
org/slasoi/common/eventschema/package-info.java080
org/slasoi/common/eventschema/service/MonitoringEventService.java091

Rules

RulesViolationsSeverity
JavadocMethod72Warnings Warning
JavadocType1Warnings Warning
JavadocVariable95Warnings Warning
JavadocStyle34Warnings Warning
ConstantName1Warnings Warning
LocalFinalVariableName0Warnings Warning
LocalVariableName0Warnings Warning
MemberName0Warnings Warning
MethodName0Warnings Warning
PackageName0Warnings Warning
ParameterName0Warnings Warning
StaticVariableName0Warnings Warning
TypeName0Warnings Warning
AvoidStarImport0Warnings Warning
IllegalImport0Warnings Warning
RedundantImport0Warnings Warning
UnusedImports0Warnings Warning
LineLength
  • max: "120"
54Warnings Warning
MethodLength0Warnings Warning
ParameterNumber0Warnings Warning
EmptyForIteratorPad0Warnings Warning
MethodParamPad0Warnings Warning
NoWhitespaceAfter0Warnings Warning
NoWhitespaceBefore0Warnings Warning
OperatorWrap0Warnings Warning
ParenPad0Warnings Warning
TypecastParenPad0Warnings Warning
WhitespaceAfter0Warnings Warning
WhitespaceAround3Warnings Warning
ModifierOrder1Warnings Warning
RedundantModifier0Warnings Warning
AvoidNestedBlocks0Warnings Warning
EmptyBlock0Warnings Warning
LeftCurly32Warnings Warning
NeedBraces0Warnings Warning
RightCurly0Warnings Warning
AvoidInlineConditionals0Warnings Warning
DoubleCheckedLocking0Warnings Warning
EmptyStatement0Warnings Warning
EqualsHashCode0Warnings Warning
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
5Warnings Warning
IllegalInstantiation0Warnings Warning
InnerAssignment0Warnings Warning
MagicNumber0 Ignore
MissingSwitchDefault0Warnings Warning
RedundantThrows0Warnings Warning
SimplifyBooleanExpression0Warnings Warning
SimplifyBooleanReturn0Warnings Warning
DesignForExtension0 Ignore
FinalClass0Warnings Warning
HideUtilityClassConstructor0Warnings Warning
InterfaceIsType0Warnings Warning
VisibilityModifier81Warnings Warning
ArrayTypeStyle0Warnings Warning
FinalParameters80Warnings Warning
TodoComment0Warnings Warning
UpperEll0Warnings Warning
JavadocPackage3Warnings Warning
NewlineAtEndOfFile40Warnings Warning
Translation0Warnings Warning
FileLength0Warnings Warning
FileTabCharacter
  • eachLine: "true"
127Warnings Warning
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "(?<!^\ +\*)\s+$"
314Warnings Warning

Details

org/slasoi/common/eventschema/AgreementTermType.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine has trailing spaces.2
WarningsLine is longer than 120 characters.2
WarningsLine has trailing spaces.3
WarningsLine has trailing spaces.4
WarningsLine has trailing spaces.5
Warnings'{' should be on the previous line.52
WarningsMissing a Javadoc comment.54
WarningsVariable 'guaranteedStateOrGuaranteedAction' must be private and have accessor methods.58
WarningsMissing a Javadoc comment.59
WarningsVariable 'agreementTermID' must be private and have accessor methods.60
WarningsMissing a Javadoc comment.61
WarningsVariable 'assessmentResult' must be private and have accessor methods.62
WarningsExpected an @return tag.87
WarningsLine has trailing spaces.100
WarningsLine has trailing spaces.112
WarningsParameter value should be final.114
WarningsLine has trailing spaces.124
WarningsLine has trailing spaces.136
WarningsParameter value should be final.138

org/slasoi/common/eventschema/ArgumentList.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine has trailing spaces.2
WarningsLine is longer than 120 characters.2
WarningsLine has trailing spaces.3
WarningsLine has trailing spaces.4
WarningsLine has trailing spaces.5
Warnings'{' should be on the previous line.45
WarningsMissing a Javadoc comment.47
WarningsVariable 'argument' must be private and have accessor methods.48
WarningsExpected an @return tag.72

org/slasoi/common/eventschema/ArgumentType.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine has trailing spaces.2
WarningsLine is longer than 120 characters.2
WarningsLine has trailing spaces.3
WarningsLine has trailing spaces.4
WarningsLine has trailing spaces.5
Warnings'{' should be on the previous line.45
WarningsMissing a Javadoc comment.47
WarningsVariable 'struct' must be private and have accessor methods.48
WarningsMissing a Javadoc comment.49
WarningsVariable 'simple' must be private and have accessor methods.50
WarningsLine has trailing spaces.58
WarningsLine has trailing spaces.70
WarningsParameter value should be final.72
WarningsLine has trailing spaces.82
WarningsLine has trailing spaces.94
WarningsParameter value should be final.96

org/slasoi/common/eventschema/AssessmentResultType.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine has trailing spaces.2
WarningsLine is longer than 120 characters.2
WarningsLine has trailing spaces.3
WarningsLine has trailing spaces.4
WarningsLine has trailing spaces.5
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.44
WarningsParameter v should be final.44
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.52
WarningsParameter v should be final.52
Warnings':' is not preceded with whitespace.53

org/slasoi/common/eventschema/Entity.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine has trailing spaces.2
WarningsLine is longer than 120 characters.2
WarningsLine has trailing spaces.3
WarningsLine has trailing spaces.4
WarningsLine has trailing spaces.5
Warnings'{' should be on the previous line.53
WarningsMissing a Javadoc comment.55
WarningsVariable 'name' must be private and have accessor methods.56
WarningsMissing a Javadoc comment.57
WarningsVariable 'ip' must be private and have accessor methods.58
WarningsMissing a Javadoc comment.59
WarningsVariable 'port' must be private and have accessor methods.59
WarningsMissing a Javadoc comment.60
WarningsVariable 'userID' must be private and have accessor methods.60
WarningsMissing a Javadoc comment.61
WarningsVariable 'processID' must be private and have accessor methods.61
WarningsMissing a Javadoc comment.62
WarningsVariable 'serviceEPR' must be private and have accessor methods.63
WarningsLine has trailing spaces.71
WarningsLine has trailing spaces.83
WarningsParameter value should be final.85
WarningsLine has trailing spaces.95
WarningsLine has trailing spaces.107
WarningsParameter value should be final.109
WarningsExpected an @return tag.117
WarningsParameter value should be final.125
WarningsExpected @param tag for 'value'.125
WarningsLine has trailing spaces.135
WarningsLine has trailing spaces.147
WarningsParameter value should be final.149
WarningsLine has trailing spaces.159
WarningsLine has trailing spaces.171
WarningsParameter value should be final.173
WarningsLine has trailing spaces.183
WarningsLine has trailing spaces.195
WarningsParameter value should be final.197

org/slasoi/common/eventschema/EventContextType.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine has trailing spaces.2
WarningsLine is longer than 120 characters.2
WarningsLine has trailing spaces.3
WarningsLine has trailing spaces.4
WarningsLine has trailing spaces.5
Warnings'{' should be on the previous line.47
WarningsMissing a Javadoc comment.49
WarningsVariable 'time' must be private and have accessor methods.50
WarningsMissing a Javadoc comment.51
WarningsVariable 'notifier' must be private and have accessor methods.52
WarningsMissing a Javadoc comment.53
WarningsVariable 'source' must be private and have accessor methods.54
WarningsLine has trailing spaces.62
WarningsLine has trailing spaces.74
WarningsParameter value should be final.76
WarningsLine has trailing spaces.86
WarningsLine has trailing spaces.98
WarningsParameter value should be final.100
WarningsLine has trailing spaces.110
WarningsLine has trailing spaces.122
WarningsParameter value should be final.124

org/slasoi/common/eventschema/EventIdType.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine has trailing spaces.2
WarningsLine is longer than 120 characters.2
WarningsLine has trailing spaces.3
WarningsLine has trailing spaces.4
WarningsLine has trailing spaces.5
Warnings'{' should be on the previous line.45
WarningsMissing a Javadoc comment.47
WarningsVariable 'id' must be private and have accessor methods.48
WarningsMissing a Javadoc comment.49
WarningsVariable 'eventTypeID' must be private and have accessor methods.50
WarningsExpected an @return tag.56
WarningsParameter value should be final.64
WarningsExpected @param tag for 'value'.64
WarningsLine has trailing spaces.74
WarningsLine has trailing spaces.86
WarningsParameter value should be final.88

org/slasoi/common/eventschema/EventInstance.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine has trailing spaces.2
WarningsLine is longer than 120 characters.2
WarningsLine has trailing spaces.3
WarningsLine has trailing spaces.4
WarningsLine has trailing spaces.5
WarningsLine is longer than 120 characters.34
Warnings'{' should be on the previous line.53
WarningsMissing a Javadoc comment.55
WarningsVariable 'eventID' must be private and have accessor methods.56
WarningsMissing a Javadoc comment.57
WarningsVariable 'eventContext' must be private and have accessor methods.58
WarningsMissing a Javadoc comment.59
WarningsVariable 'eventPayload' must be private and have accessor methods.60
WarningsMissing a Javadoc comment.61
WarningsVariable 'eventMetadata' must be private and have accessor methods.62
WarningsLine has trailing spaces.70
WarningsLine has trailing spaces.82
WarningsParameter value should be final.84
WarningsLine has trailing spaces.94
WarningsLine has trailing spaces.106
WarningsParameter value should be final.108
WarningsLine has trailing spaces.118
WarningsLine has trailing spaces.130
WarningsParameter value should be final.132
WarningsExpected an @return tag.158

org/slasoi/common/eventschema/EventMetaDataType.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine has trailing spaces.2
WarningsLine is longer than 120 characters.2
WarningsLine has trailing spaces.3
WarningsLine has trailing spaces.4
WarningsLine has trailing spaces.5
Warnings'{' should be on the previous line.45
WarningsMissing a Javadoc comment.47
WarningsVariable 'key' must be private and have accessor methods.48
WarningsMissing a Javadoc comment.49
WarningsVariable 'value' must be private and have accessor methods.50
WarningsLine has trailing spaces.58
WarningsLine has trailing spaces.70
WarningsParameter value should be final.72
Warnings'value' hides a field.72
WarningsLine has trailing spaces.82
WarningsLine has trailing spaces.94
WarningsParameter value should be final.96

org/slasoi/common/eventschema/EventNotifier.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine has trailing spaces.2
WarningsLine is longer than 120 characters.2
WarningsLine has trailing spaces.3
WarningsLine has trailing spaces.4
WarningsLine has trailing spaces.5
Warnings'{' should be on the previous line.47
WarningsMissing a Javadoc comment.49
WarningsVariable 'name' must be private and have accessor methods.50
WarningsMissing a Javadoc comment.51
WarningsVariable 'ip' must be private and have accessor methods.52
WarningsMissing a Javadoc comment.53
WarningsVariable 'port' must be private and have accessor methods.54
WarningsLine has trailing spaces.62
WarningsLine has trailing spaces.74
WarningsParameter value should be final.76
WarningsLine has trailing spaces.86
WarningsLine has trailing spaces.98
WarningsParameter value should be final.100
WarningsExpected an @return tag.108
WarningsParameter value should be final.116
WarningsExpected @param tag for 'value'.116

org/slasoi/common/eventschema/EventPayloadType.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine has trailing spaces.2
WarningsLine is longer than 120 characters.2
WarningsLine has trailing spaces.3
WarningsLine has trailing spaces.4
WarningsLine has trailing spaces.5
WarningsLine is longer than 120 characters.29
WarningsLine is longer than 120 characters.30
WarningsLine is longer than 120 characters.31
Warnings'{' should be on the previous line.49
WarningsMissing a Javadoc comment.51
WarningsVariable 'interactionEvent' must be private and have accessor methods.52
WarningsMissing a Javadoc comment.53
WarningsVariable 'monitoringResultEvent' must be private and have accessor methods.54
WarningsMissing a Javadoc comment.55
WarningsVariable 'predictionResultEvent' must be private and have accessor methods.56
WarningsMissing a Javadoc comment.57
WarningsVariable 'infrastructureMonitoringEventType' must be private and have accessor methods.57
WarningsLine has trailing spaces.65
WarningsLine has trailing spaces.77
WarningsParameter value should be final.79
WarningsLine has trailing spaces.89
WarningsLine has trailing spaces.101
WarningsParameter value should be final.103
WarningsLine has trailing spaces.113
WarningsLine has trailing spaces.125
WarningsParameter value should be final.127
WarningsLine has trailing spaces.137
WarningsLine has trailing spaces.149
WarningsParameter value should be final.151

org/slasoi/common/eventschema/EventSource.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine has trailing spaces.2
WarningsLine is longer than 120 characters.2
WarningsLine has trailing spaces.3
WarningsLine has trailing spaces.4
WarningsLine has trailing spaces.5
WarningsLine is longer than 120 characters.29
Warnings'{' should be on the previous line.47
WarningsMissing a Javadoc comment.49
WarningsVariable 'swServiceLayerSource' must be private and have accessor methods.50
WarningsMissing a Javadoc comment.51
WarningsVariable 'infrastructureLayer' must be private and have accessor methods.52
WarningsMissing a Javadoc comment.53
WarningsVariable 'other' must be private and have accessor methods.54
WarningsLine has trailing spaces.62
WarningsLine has trailing spaces.74
WarningsParameter value should be final.76
WarningsLine has trailing spaces.86
WarningsLine has trailing spaces.98
WarningsParameter value should be final.100
WarningsLine has trailing spaces.110
WarningsLine has trailing spaces.122
WarningsParameter value should be final.124

org/slasoi/common/eventschema/EventTime.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine has trailing spaces.2
WarningsLine is longer than 120 characters.2
WarningsLine has trailing spaces.3
WarningsLine has trailing spaces.4
WarningsLine has trailing spaces.5
Warnings'{' should be on the previous line.49
WarningsMissing a Javadoc comment.51
WarningsVariable 'timestamp' must be private and have accessor methods.52
WarningsMissing a Javadoc comment.53
WarningsVariable 'collectionTime' must be private and have accessor methods.55
WarningsMissing a Javadoc comment.56
WarningsVariable 'reportTime' must be private and have accessor methods.58
WarningsExpected an @return tag.64
WarningsParameter value should be final.72
WarningsExpected @param tag for 'value'.72
WarningsLine has trailing spaces.82
WarningsLine has trailing spaces.94
WarningsParameter value should be final.96
WarningsLine has trailing spaces.106
WarningsLine has trailing spaces.118
WarningsParameter value should be final.120

org/slasoi/common/eventschema/GuaranteedActionType.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine has trailing spaces.2
WarningsLine is longer than 120 characters.2
WarningsLine has trailing spaces.3
WarningsLine has trailing spaces.4
WarningsLine has trailing spaces.5
Warnings'{' should be on the previous line.44
WarningsMissing a Javadoc comment.46
WarningsVariable 'specification' must be private and have accessor methods.47
WarningsLine has trailing spaces.55
WarningsLine has trailing spaces.67
WarningsParameter value should be final.69

org/slasoi/common/eventschema/GuaranteedType.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine has trailing spaces.2
WarningsLine is longer than 120 characters.2
WarningsLine has trailing spaces.3
WarningsLine has trailing spaces.4
WarningsLine has trailing spaces.5
Warnings'{' should be on the previous line.44
WarningsMissing a Javadoc comment.46
WarningsVariable 'guaranteedID' must be private and have accessor methods.47
WarningsMissing a Javadoc comment.48
WarningsVariable 'assessmentResult' must be private and have accessor methods.49
WarningsLine has trailing spaces.57
WarningsLine has trailing spaces.69
WarningsParameter value should be final.71
WarningsLine has trailing spaces.81
WarningsLine has trailing spaces.93
WarningsParameter value should be final.95

org/slasoi/common/eventschema/GuatanteedStateType.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine has trailing spaces.2
WarningsLine is longer than 120 characters.2
WarningsLine has trailing spaces.3
WarningsLine has trailing spaces.4
WarningsLine has trailing spaces.5
Warnings'{' should be on the previous line.46
WarningsMissing a Javadoc comment.48
WarningsVariable 'qoSName' must be private and have accessor methods.49
WarningsMissing a Javadoc comment.50
WarningsVariable 'qoSValue' must be private and have accessor methods.51
WarningsLine has trailing spaces.59
WarningsLine has trailing spaces.71
WarningsParameter value should be final.73
WarningsLine has trailing spaces.83
WarningsLine has trailing spaces.95
WarningsParameter value should be final.97

org/slasoi/common/eventschema/InfrastructureEventType.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine has trailing spaces.2
WarningsLine is longer than 120 characters.2
WarningsLine has trailing spaces.3
WarningsLine has trailing spaces.4
WarningsLine has trailing spaces.5
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.41
WarningsParameter v should be final.41
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.49
WarningsParameter v should be final.49
Warnings':' is not preceded with whitespace.50

org/slasoi/common/eventschema/InfrastructureLayerSource.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine has trailing spaces.2
WarningsLine is longer than 120 characters.2
WarningsLine has trailing spaces.3
WarningsLine has trailing spaces.4
WarningsLine has trailing spaces.5
Warnings'{' should be on the previous line.48
WarningsMissing a Javadoc comment.50
WarningsVariable 'any' must be private and have accessor methods.51
WarningsMissing a Javadoc comment.52
WarningsExpected an @return tag.77
WarningsLine has trailing spaces.88

org/slasoi/common/eventschema/InfrastructureMonitoringEventType.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine has trailing spaces.2
WarningsLine is longer than 120 characters.2
WarningsLine has trailing spaces.3
WarningsLine has trailing spaces.4
WarningsLine has trailing spaces.5
WarningsLine is longer than 120 characters.30
WarningsLine is longer than 120 characters.31
Warnings'{' should be on the previous line.49
WarningsMissing a Javadoc comment.51
WarningsVariable 'infrastructureId' must be private and have accessor methods.52
WarningsMissing a Javadoc comment.53
WarningsVariable 'resourceId' must be private and have accessor methods.54
WarningsMissing a Javadoc comment.55
WarningsVariable 'infrastructureEventType' must be private and have accessor methods.56
WarningsMissing a Javadoc comment.57
WarningsVariable 'infrastructureProperties' must be private and have accessor methods.58
WarningsLine has trailing spaces.66
WarningsLine has trailing spaces.78
WarningsParameter value should be final.80
WarningsLine has trailing spaces.90
WarningsLine has trailing spaces.102
WarningsParameter value should be final.104
WarningsLine has trailing spaces.114
WarningsLine has trailing spaces.126
WarningsParameter value should be final.128
WarningsLine has trailing spaces.138
WarningsLine has trailing spaces.150
WarningsParameter value should be final.152

org/slasoi/common/eventschema/InfrastructurePropertiesType.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine has trailing spaces.2
WarningsLine is longer than 120 characters.2
WarningsLine has trailing spaces.3
WarningsLine has trailing spaces.4
WarningsLine has trailing spaces.5
Warnings'{' should be on the previous line.45
WarningsMissing a Javadoc comment.47
WarningsVariable 'infrastructureParameter' must be private and have accessor methods.48
WarningsExpected an @return tag.72

org/slasoi/common/eventschema/InteractionEventType.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine has trailing spaces.2
WarningsLine is longer than 120 characters.2
WarningsLine has trailing spaces.3
WarningsLine has trailing spaces.4
WarningsLine has trailing spaces.5
Warnings'{' should be on the previous line.49
WarningsMissing a Javadoc comment.51
WarningsVariable 'operationName' must be private and have accessor methods.52
WarningsMissing a Javadoc comment.53
WarningsVariable 'operationID' must be private and have accessor methods.54
WarningsMissing a Javadoc comment.55
WarningsVariable 'status' must be private and have accessor methods.56
WarningsMissing a Javadoc comment.57
WarningsVariable 'parameters' must be private and have accessor methods.58
WarningsLine has trailing spaces.66
WarningsLine has trailing spaces.78
WarningsParameter value should be final.80
WarningsExpected an @return tag.88
WarningsParameter value should be final.96
WarningsExpected @param tag for 'value'.96
WarningsLine has trailing spaces.106
WarningsLine has trailing spaces.118
WarningsParameter value should be final.120
WarningsLine has trailing spaces.130
WarningsLine has trailing spaces.142
WarningsParameter value should be final.144

org/slasoi/common/eventschema/MonitoringInfoType.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine has trailing spaces.2
WarningsLine is longer than 120 characters.2
WarningsLine has trailing spaces.3
WarningsLine has trailing spaces.4
WarningsLine has trailing spaces.5
Warnings'{' should be on the previous line.48
WarningsMissing a Javadoc comment.50
WarningsVariable 'any' must be private and have accessor methods.51
WarningsMissing a Javadoc comment.52
WarningsExpected an @return tag.77
WarningsLine has trailing spaces.88

org/slasoi/common/eventschema/MonitoringResultEventType.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine has trailing spaces.2
WarningsLine is longer than 120 characters.2
WarningsLine has trailing spaces.3
WarningsLine has trailing spaces.4
WarningsLine has trailing spaces.5
Warnings'{' should be on the previous line.47
WarningsMissing a Javadoc comment.49
WarningsVariable 'slaInfo' must be private and have accessor methods.50
WarningsMissing a Javadoc comment.51
WarningsVariable 'monitoringInfo' must be private and have accessor methods.52
WarningsMissing a Javadoc comment.53
WarningsVariable 'extraProperties' must be private and have accessor methods.54
WarningsLine has trailing spaces.62
WarningsLine has trailing spaces.74
WarningsParameter value should be final.76
WarningsLine has trailing spaces.86
WarningsLine has trailing spaces.98
WarningsParameter value should be final.100
WarningsLine has trailing spaces.110
WarningsLine has trailing spaces.122
WarningsParameter value should be final.124

org/slasoi/common/eventschema/ObjectFactory.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine has trailing spaces.2
WarningsLine is longer than 120 characters.2
WarningsLine has trailing spaces.3
WarningsLine has trailing spaces.4
WarningsLine has trailing spaces.5
WarningsLine has trailing spaces.18
WarningsLine has trailing spaces.19
WarningsLine has trailing spaces.20
WarningsLine has trailing spaces.21
WarningsLine has trailing spaces.22
WarningsLine has trailing spaces.23
WarningsLine has trailing spaces.24
WarningsLine has trailing spaces.25
WarningsLine has trailing spaces.26
WarningsLine has trailing spaces.27
WarningsMissing a Javadoc comment.34
Warnings'static' modifier out of order with the JLS suggestions.34
WarningsName '_Event_QNAME' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.34
WarningsFirst sentence should end with a period.36
WarningsLine is longer than 120 characters.37
WarningsFirst sentence should end with a period.43
WarningsExpected an @return tag.47
WarningsFirst sentence should end with a period.51
WarningsExpected an @return tag.55
WarningsFirst sentence should end with a period.59
WarningsExpected an @return tag.63
WarningsFirst sentence should end with a period.67
WarningsExpected an @return tag.71
WarningsFirst sentence should end with a period.75
WarningsExpected an @return tag.79
WarningsFirst sentence should end with a period.83
WarningsExpected an @return tag.87
WarningsFirst sentence should end with a period.91
WarningsExpected an @return tag.95
WarningsFirst sentence should end with a period.99
WarningsExpected an @return tag.103
WarningsFirst sentence should end with a period.107
WarningsExpected an @return tag.111
WarningsFirst sentence should end with a period.115
WarningsExpected an @return tag.119
WarningsFirst sentence should end with a period.123
WarningsExpected an @return tag.127
WarningsFirst sentence should end with a period.131
WarningsExpected an @return tag.135
WarningsFirst sentence should end with a period.139
WarningsExpected an @return tag.143
WarningsFirst sentence should end with a period.147
WarningsExpected an @return tag.151
WarningsFirst sentence should end with a period.155
WarningsExpected an @return tag.159
WarningsFirst sentence should end with a period.163
WarningsExpected an @return tag.167
WarningsFirst sentence should end with a period.171
WarningsExpected an @return tag.175
WarningsFirst sentence should end with a period.179
WarningsExpected an @return tag.183
WarningsFirst sentence should end with a period.187
WarningsExpected an @return tag.191
WarningsFirst sentence should end with a period.195
WarningsExpected an @return tag.199
WarningsFirst sentence should end with a period.203
WarningsExpected an @return tag.207
WarningsFirst sentence should end with a period.211
WarningsExpected an @return tag.215
WarningsFirst sentence should end with a period.219
WarningsExpected an @return tag.223
WarningsFirst sentence should end with a period.227
WarningsExpected an @return tag.231
WarningsFirst sentence should end with a period.235
WarningsExpected an @return tag.239
WarningsFirst sentence should end with a period.243
WarningsExpected an @return tag.247
WarningsFirst sentence should end with a period.251
WarningsExpected an @return tag.255
WarningsFirst sentence should end with a period.259
WarningsExpected an @return tag.263
WarningsFirst sentence should end with a period.267
WarningsExpected an @return tag.271
WarningsFirst sentence should end with a period.275
WarningsExpected an @return tag.279
WarningsFirst sentence should end with a period.283
WarningsExpected an @return tag.287
WarningsParameter value should be final.288
WarningsExpected @param tag for 'value'.288

org/slasoi/common/eventschema/OtherSource.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine has trailing spaces.2
WarningsLine is longer than 120 characters.2
WarningsLine has trailing spaces.3
WarningsLine has trailing spaces.4
WarningsLine has trailing spaces.5
Warnings'{' should be on the previous line.48
WarningsMissing a Javadoc comment.50
WarningsVariable 'any' must be private and have accessor methods.51
WarningsMissing a Javadoc comment.52
WarningsExpected an @return tag.77
WarningsLine has trailing spaces.88

org/slasoi/common/eventschema/Parameter.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine has trailing spaces.2
WarningsLine is longer than 120 characters.2
WarningsLine has trailing spaces.3
WarningsLine has trailing spaces.4
WarningsLine has trailing spaces.5
Warnings'{' should be on the previous line.41
WarningsMissing a Javadoc comment.43
WarningsVariable 'context' must be private and have accessor methods.44
WarningsMissing a Javadoc comment.45
WarningsVariable 'qualifier' must be private and have accessor methods.46
WarningsLine has trailing spaces.54
WarningsLine has trailing spaces.66
WarningsParameter value should be final.68
WarningsLine has trailing spaces.78
WarningsLine has trailing spaces.90
WarningsParameter value should be final.92

org/slasoi/common/eventschema/PredictionInfoType.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine has trailing spaces.2
WarningsLine is longer than 120 characters.2
WarningsLine has trailing spaces.3
WarningsLine has trailing spaces.4
WarningsLine has trailing spaces.5
Warnings'{' should be on the previous line.49
WarningsMissing a Javadoc comment.51
WarningsVariable 'startingTime' must be private and have accessor methods.52
WarningsMissing a Javadoc comment.53
WarningsVariable 'enddingTime' must be private and have accessor methods.54
WarningsMissing a Javadoc comment.55
WarningsVariable 'probabilityOfViolation' must be private and have accessor methods.56
WarningsMissing a Javadoc comment.57
WarningsVariable 'notificationThreshold' must be private and have accessor methods.58
WarningsExpected an @return tag.64
WarningsParameter value should be final.72
WarningsExpected @param tag for 'value'.72
WarningsExpected an @return tag.80
WarningsParameter value should be final.88
WarningsExpected @param tag for 'value'.88
WarningsExpected an @return tag.96
WarningsParameter value should be final.104
WarningsExpected @param tag for 'value'.104
WarningsExpected an @return tag.112
WarningsParameter value should be final.120
WarningsExpected @param tag for 'value'.120

org/slasoi/common/eventschema/PredictionResultEventType.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine has trailing spaces.2
WarningsLine is longer than 120 characters.2
WarningsLine has trailing spaces.3
WarningsLine has trailing spaces.4
WarningsLine has trailing spaces.5
Warnings'{' should be on the previous line.49
WarningsMissing a Javadoc comment.51
WarningsVariable 'slaInfo' must be private and have accessor methods.52
WarningsMissing a Javadoc comment.53
WarningsVariable 'predictionInfo' must be private and have accessor methods.54
WarningsMissing a Javadoc comment.55
WarningsVariable 'extraProperties' must be private and have accessor methods.56
WarningsMissing a Javadoc comment.57
WarningsVariable 'type' must be private and have accessor methods.58
WarningsLine has trailing spaces.66
WarningsLine has trailing spaces.78
WarningsParameter value should be final.80
WarningsLine has trailing spaces.90
WarningsLine has trailing spaces.102
WarningsParameter value should be final.104
WarningsLine has trailing spaces.114
WarningsLine has trailing spaces.126
WarningsParameter value should be final.128
WarningsLine has trailing spaces.138
WarningsLine has trailing spaces.150
WarningsParameter value should be final.152

org/slasoi/common/eventschema/PropertiesType.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine has trailing spaces.2
WarningsLine is longer than 120 characters.2
WarningsLine has trailing spaces.3
WarningsLine has trailing spaces.4
WarningsLine has trailing spaces.5
Warnings'{' should be on the previous line.56
WarningsMissing a Javadoc comment.58
WarningsVariable 'property' must be private and have accessor methods.59
WarningsExpected an @return tag.83
Warnings'{' should be on the previous line.118
WarningsMissing a Javadoc comment.120
WarningsVariable 'key' must be private and have accessor methods.121
WarningsMissing a Javadoc comment.122
WarningsVariable 'value' must be private and have accessor methods.123
WarningsLine has trailing spaces.131
WarningsLine has trailing spaces.143
WarningsParameter value should be final.145
Warnings'value' hides a field.145
WarningsLine has trailing spaces.155
WarningsLine has trailing spaces.167
WarningsParameter value should be final.169

org/slasoi/common/eventschema/Property.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine has trailing spaces.2
WarningsLine is longer than 120 characters.2
WarningsLine has trailing spaces.3
WarningsLine has trailing spaces.4
WarningsLine has trailing spaces.5
Warnings'{' should be on the previous line.43
WarningsMissing a Javadoc comment.45
WarningsVariable 'description' must be private and have accessor methods.46
WarningsLine has trailing spaces.54
WarningsLine has trailing spaces.66
WarningsParameter value should be final.68

org/slasoi/common/eventschema/PropertyDescriptionType.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine has trailing spaces.2
WarningsLine is longer than 120 characters.2
WarningsLine has trailing spaces.3
WarningsLine has trailing spaces.4
WarningsLine has trailing spaces.5
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.41
WarningsParameter v should be final.41
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.49
WarningsParameter v should be final.49
Warnings':' is not preceded with whitespace.50

org/slasoi/common/eventschema/SLAType.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine has trailing spaces.2
WarningsLine is longer than 120 characters.2
WarningsLine has trailing spaces.3
WarningsLine has trailing spaces.4
WarningsLine has trailing spaces.5
WarningsLine is longer than 120 characters.31
Warnings'{' should be on the previous line.49
WarningsMissing a Javadoc comment.51
WarningsVariable 'agreementTerm' must be private and have accessor methods.52
WarningsMissing a Javadoc comment.53
WarningsVariable 'slaUUID' must be private and have accessor methods.54
WarningsMissing a Javadoc comment.55
WarningsVariable 'slaURI' must be private and have accessor methods.56
WarningsMissing a Javadoc comment.57
WarningsVariable 'assessmentResult' must be private and have accessor methods.58
WarningsExpected an @return tag.82
WarningsLine has trailing spaces.95
WarningsLine has trailing spaces.107
WarningsParameter value should be final.109
WarningsLine has trailing spaces.119
WarningsLine has trailing spaces.131
WarningsParameter value should be final.133
WarningsLine has trailing spaces.143
WarningsLine has trailing spaces.155
WarningsParameter value should be final.157

org/slasoi/common/eventschema/ServiceSourceType.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine has trailing spaces.2
WarningsLine is longer than 120 characters.2
WarningsLine has trailing spaces.3
WarningsLine has trailing spaces.4
WarningsLine has trailing spaces.5
Warnings'{' should be on the previous line.45
WarningsMissing a Javadoc comment.47
WarningsVariable 'sender' must be private and have accessor methods.48
WarningsMissing a Javadoc comment.49
WarningsVariable 'receiver' must be private and have accessor methods.50
WarningsLine has trailing spaces.58
WarningsLine has trailing spaces.70
WarningsParameter value should be final.72
WarningsLine has trailing spaces.82
WarningsLine has trailing spaces.94
WarningsParameter value should be final.96

org/slasoi/common/eventschema/SimpleArgument.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine has trailing spaces.2
WarningsLine is longer than 120 characters.2
WarningsLine has trailing spaces.3
WarningsLine has trailing spaces.4
WarningsLine has trailing spaces.5
Warnings'{' should be on the previous line.50
WarningsMissing a Javadoc comment.52
WarningsVariable 'argName' must be private and have accessor methods.53
WarningsMissing a Javadoc comment.54
WarningsVariable 'argType' must be private and have accessor methods.55
WarningsMissing a Javadoc comment.56
WarningsVariable 'direction' must be private and have accessor methods.57
WarningsMissing a Javadoc comment.58
WarningsVariable 'value' must be private and have accessor methods.60
WarningsLine has trailing spaces.68
WarningsLine has trailing spaces.80
WarningsParameter value should be final.82
Warnings'value' hides a field.82
WarningsLine has trailing spaces.92
WarningsLine has trailing spaces.104
WarningsParameter value should be final.106
Warnings'value' hides a field.106
WarningsLine has trailing spaces.116
WarningsLine has trailing spaces.128
WarningsParameter value should be final.130
Warnings'value' hides a field.130
WarningsLine has trailing spaces.140
WarningsLine has trailing spaces.152
WarningsParameter value should be final.154

org/slasoi/common/eventschema/StructArgument.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine has trailing spaces.2
WarningsLine is longer than 120 characters.2
WarningsLine has trailing spaces.3
WarningsLine has trailing spaces.4
WarningsLine has trailing spaces.5
Warnings'{' should be on the previous line.45
WarningsMissing a Javadoc comment.47
WarningsVariable 'argument' must be private and have accessor methods.48
WarningsExpected an @return tag.72

org/slasoi/common/eventschema/activator/Activator.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsMissing package-info.java file.0
WarningsLine is longer than 120 characters.27
WarningsMissing a Javadoc comment.46
WarningsFirst sentence should end with a period.48
WarningsLine contains a tab character.48
WarningsLine contains a tab character.49
WarningsLine contains a tab character.50
WarningsLine contains a tab character.51
WarningsLine contains a tab character.52
WarningsLine has trailing spaces.53
WarningsLine contains a tab character.53
WarningsLine contains a tab character.54
WarningsLine has trailing spaces.55
WarningsLine contains a tab character.55
WarningsLine contains a tab character.56
WarningsLine contains a tab character.57
WarningsLine has trailing spaces.58
WarningsLine contains a tab character.58
WarningsLine contains a tab character.59
WarningsLine contains a tab character.60
WarningsLine has trailing spaces.61
WarningsLine contains a tab character.61
WarningsLine is longer than 120 characters.62
WarningsLine contains a tab character.62
WarningsLine has trailing spaces.63
WarningsLine contains a tab character.63
WarningsLine contains a tab character.64
WarningsLine contains a tab character.65
WarningsLine contains a tab character.66
WarningsLine contains a tab character.67
WarningsLine contains a tab character.68
WarningsLine contains a tab character.69
WarningsLine contains a tab character.70
WarningsLine has trailing spaces.71
WarningsLine contains a tab character.71
WarningsLine contains a tab character.72
WarningsLine contains a tab character.73
WarningsParameter context should be final.73
WarningsExpected @param tag for 'context'.73
WarningsExpected @throws tag for 'Exception'.73
WarningsLine contains a tab character.74
WarningsLine contains a tab character.75
WarningsLine contains a tab character.76
WarningsLine contains a tab character.77
WarningsLine has trailing spaces.78
WarningsLine contains a tab character.78
WarningsLine contains a tab character.79
WarningsLine has trailing spaces.80
WarningsLine contains a tab character.80
WarningsLine contains a tab character.81
WarningsLine contains a tab character.82
WarningsLine has trailing spaces.83
WarningsLine contains a tab character.83
WarningsLine contains a tab character.84
WarningsLine contains a tab character.85
WarningsLine has trailing spaces.86
WarningsLine contains a tab character.86
WarningsLine is longer than 120 characters.87
WarningsLine contains a tab character.87
WarningsLine has trailing spaces.88
WarningsLine contains a tab character.88
WarningsLine is longer than 120 characters.89
WarningsLine contains a tab character.89
WarningsLine contains a tab character.90
WarningsLine contains a tab character.91
WarningsLine contains a tab character.92
WarningsLine contains a tab character.93
WarningsLine contains a tab character.94
WarningsLine has trailing spaces.95
WarningsLine contains a tab character.95
WarningsLine contains a tab character.96
WarningsLine contains a tab character.97
WarningsMissing a Javadoc comment.97
WarningsParameter context should be final.97
WarningsLine contains a tab character.98

org/slasoi/common/eventschema/activator/Book.java

ViolationMessageLine
WarningsFile does not end with a newline.0
ErrorsGot an exception - java.lang.IllegalArgumentException: the name [email] is not a valid Javadoc tag name0
WarningsLine is longer than 120 characters.27
WarningsLine has trailing spaces.57
WarningsLine contains a tab character.57
WarningsLine contains a tab character.58
WarningsLine contains a tab character.59
WarningsLine has trailing spaces.60
WarningsLine contains a tab character.60
WarningsLine contains a tab character.61
WarningsLine has trailing spaces.62
WarningsLine contains a tab character.62
WarningsLine contains a tab character.63
WarningsLine contains a tab character.64
WarningsLine contains a tab character.65
WarningsLine contains a tab character.66
WarningsLine has trailing spaces.67
WarningsLine contains a tab character.67
WarningsLine contains a tab character.68
WarningsLine has trailing spaces.69
WarningsLine contains a tab character.69
WarningsLine contains a tab character.70
WarningsLine contains a tab character.71
WarningsLine contains a tab character.72
WarningsLine contains a tab character.73
WarningsLine has trailing spaces.74
WarningsLine contains a tab character.74
WarningsLine contains a tab character.75
WarningsLine contains a tab character.76
WarningsLine contains a tab character.77
WarningsLine contains a tab character.79
WarningsLine contains a tab character.80
WarningsLine contains a tab character.81
WarningsLine contains a tab character.82
WarningsLine contains a tab character.83
WarningsLine contains a tab character.84
WarningsLine contains a tab character.86
WarningsLine contains a tab character.87
WarningsLine contains a tab character.88
WarningsLine contains a tab character.89
WarningsLine contains a tab character.90
WarningsLine has trailing spaces.91
WarningsLine contains a tab character.91
WarningsLine has trailing spaces.92
WarningsLine contains a tab character.92
WarningsLine contains a tab character.93
WarningsLine contains a tab character.94
WarningsLine contains a tab character.95
WarningsLine contains a tab character.97
WarningsLine contains a tab character.98
WarningsLine contains a tab character.99

org/slasoi/common/eventschema/impl/MonitoringEventServiceImpl.java

ViolationMessageLine
WarningsFile does not end with a newline.0
ErrorsGot an exception - java.lang.IllegalArgumentException: the name [email] is not a valid Javadoc tag name0
WarningsMissing package-info.java file.0
WarningsLine is longer than 120 characters.27
WarningsLine has trailing spaces.56
WarningsLine contains a tab character.56
WarningsLine contains a tab character.57
WarningsLine contains a tab character.58
WarningsLine contains a tab character.59
WarningsLine contains a tab character.61
WarningsLine has trailing spaces.62
WarningsLine contains a tab character.62
WarningsLine contains a tab character.63
WarningsLine contains a tab character.64
WarningsLine contains a tab character.65
WarningsLine has trailing spaces.71
WarningsLine has trailing spaces.73
WarningsLine contains a tab character.75
WarningsLine contains a tab character.77
WarningsLine has trailing spaces.78
WarningsLine contains a tab character.78
WarningsLine is longer than 120 characters.79
WarningsLine contains a tab character.79
WarningsLine contains a tab character.80
WarningsLine has trailing spaces.81
WarningsLine contains a tab character.81
WarningsLine contains a tab character.82
WarningsLine has trailing spaces.83
WarningsLine contains a tab character.83
WarningsLine contains a tab character.84
WarningsLine has trailing spaces.85
WarningsLine contains a tab character.85
WarningsLine contains a tab character.86
WarningsLine has trailing spaces.87
WarningsLine contains a tab character.87
WarningsLine contains a tab character.88
WarningsLine has trailing spaces.89
WarningsLine contains a tab character.89
WarningsLine has trailing spaces.90
WarningsLine contains a tab character.90
WarningsLine contains a tab character.91
WarningsLine contains a tab character.92
WarningsLine contains a tab character.94
WarningsLine contains a tab character.95
WarningsLine contains a tab character.96
WarningsLine contains a tab character.98
WarningsLine contains a tab character.99
WarningsLine contains a tab character.100

org/slasoi/common/eventschema/package-info.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsLine has trailing spaces.2
WarningsLine is longer than 120 characters.2
WarningsLine has trailing spaces.3
WarningsLine has trailing spaces.4
WarningsLine has trailing spaces.5
WarningsLine is longer than 120 characters.8
WarningsMissing a Javadoc comment.9

org/slasoi/common/eventschema/service/MonitoringEventService.java

ViolationMessageLine
WarningsFile does not end with a newline.0
ErrorsGot an exception - java.lang.IllegalArgumentException: the name [email] is not a valid Javadoc tag name0
WarningsMissing package-info.java file.0
WarningsLine is longer than 120 characters.27
WarningsLine has trailing spaces.46
WarningsLine contains a tab character.46
WarningsLine contains a tab character.47
WarningsLine has trailing spaces.48
WarningsLine contains a tab character.48
WarningsLine contains a tab character.49