Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
5206050

Files

FilesInfosWarningsErrors
eu/slasoi/infrastructure/model/CapacityResponse.java0190
eu/slasoi/infrastructure/model/Category.java0350
eu/slasoi/infrastructure/model/IMetric.java0120
eu/slasoi/infrastructure/model/Kind.java020
eu/slasoi/infrastructure/model/MetricImpl.java0220
eu/slasoi/infrastructure/model/ProvisionRequest.java0210
eu/slasoi/infrastructure/model/infrastructure/Compute.java0240
eu/slasoi/infrastructure/model/infrastructure/Service.java010
eu/slasoi/infrastructure/model/infrastructure/package-info.java010
eu/slasoi/infrastructure/model/package-info.java010
org/slasoi/infrastructure/servicemanager/Infrastructure.java0500
org/slasoi/infrastructure/servicemanager/exceptions/DescriptorException.java010
org/slasoi/infrastructure/servicemanager/exceptions/ProvisionException.java010
org/slasoi/infrastructure/servicemanager/exceptions/QueryException.java010
org/slasoi/infrastructure/servicemanager/exceptions/ResourceNotAvailableException.java010
org/slasoi/infrastructure/servicemanager/exceptions/StartResourceException.java010
org/slasoi/infrastructure/servicemanager/exceptions/StopException.java010
org/slasoi/infrastructure/servicemanager/exceptions/StopResourceException.java010
org/slasoi/infrastructure/servicemanager/exceptions/UnknownIdException.java010
org/slasoi/infrastructure/servicemanager/exceptions/package-info.java010
org/slasoi/infrastructure/servicemanager/impl/ImageRegistryImpl.java010
org/slasoi/infrastructure/servicemanager/impl/InfrastructureImpl.java0890
org/slasoi/infrastructure/servicemanager/impl/LocRegistryImpl.java030
org/slasoi/infrastructure/servicemanager/impl/MetricDetailRegistryImpl.java0190
org/slasoi/infrastructure/servicemanager/impl/MetricRegistryImpl.java040
org/slasoi/infrastructure/servicemanager/impl/OSRegistryImpl.java020
org/slasoi/infrastructure/servicemanager/impl/Reg.java060
org/slasoi/infrastructure/servicemanager/impl/Service2ProvisionResponseType.java060
org/slasoi/infrastructure/servicemanager/impl/package-info.java010
org/slasoi/infrastructure/servicemanager/occi/types/Terms.java0240
org/slasoi/infrastructure/servicemanager/occi/types/package-info.java010
org/slasoi/infrastructure/servicemanager/package-info.java010
org/slasoi/infrastructure/servicemanager/prediction/PredictionQuery.java020
org/slasoi/infrastructure/servicemanager/prediction/PredictionQueryImpl.java0130
org/slasoi/infrastructure/servicemanager/prediction/package-info.java010
org/slasoi/infrastructure/servicemanager/registry/IMetricRegistry.java010
org/slasoi/infrastructure/servicemanager/registry/Registry.java030
org/slasoi/infrastructure/servicemanager/registry/package-info.java010
org/slasoi/infrastructure/servicemanager/types/Appliance.java070
org/slasoi/infrastructure/servicemanager/types/CapacityResponseType.java040
org/slasoi/infrastructure/servicemanager/types/EndPoint.java0130
org/slasoi/infrastructure/servicemanager/types/Host.java0230
org/slasoi/infrastructure/servicemanager/types/ProvisionRequestType.java020
org/slasoi/infrastructure/servicemanager/types/ProvisionResponseType.java040
org/slasoi/infrastructure/servicemanager/types/ReservationResponseType.java0110
org/slasoi/infrastructure/servicemanager/types/SchemaConstants.java0170
org/slasoi/infrastructure/servicemanager/types/package-info.java010
org/slasoi/infrastructure/servicemanager/util/monitoring/MonitoringUtil.java0130
org/slasoi/infrastructure/servicemanager/util/monitoring/package-info.java010
org/slasoi/infrastructure/servicemanager/util/occi/CategoryPayload.java0290
org/slasoi/infrastructure/servicemanager/util/occi/InfrastructureUtil.java01030
org/slasoi/infrastructure/servicemanager/util/occi/package-info.java020

Rules

RulesViolationsSeverity
JavadocMethod218Warnings Warning
JavadocType3Warnings Warning
JavadocVariable134Warnings Warning
JavadocStyle37Warnings Warning
ConstantName0Warnings Warning
LocalFinalVariableName0Warnings Warning
LocalVariableName3Warnings Warning
MemberName0Warnings Warning
MethodName0Warnings Warning
PackageName0Warnings Warning
ParameterName1Warnings Warning
StaticVariableName0Warnings Warning
TypeName0Warnings Warning
AvoidStarImport0Warnings Warning
IllegalImport0Warnings Warning
RedundantImport0Warnings Warning
UnusedImports2Warnings Warning
LineLength
  • max: "120"
5Warnings Warning
MethodLength0Warnings Warning
ParameterNumber0Warnings Warning
EmptyForIteratorPad0Warnings Warning
MethodParamPad0Warnings Warning
NoWhitespaceAfter1Warnings Warning
NoWhitespaceBefore0Warnings Warning
OperatorWrap0Warnings Warning
ParenPad1Warnings Warning
TypecastParenPad0Warnings Warning
WhitespaceAfter1Warnings Warning
WhitespaceAround0Warnings Warning
ModifierOrder0Warnings Warning
RedundantModifier19Warnings Warning
AvoidNestedBlocks0Warnings Warning
EmptyBlock0Warnings Warning
LeftCurly0Warnings Warning
NeedBraces44Warnings Warning
RightCurly0Warnings Warning
AvoidInlineConditionals12Warnings Warning
DoubleCheckedLocking0Warnings Warning
EmptyStatement0Warnings Warning
EqualsHashCode0Warnings Warning
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
3Warnings Warning
IllegalInstantiation0Warnings Warning
InnerAssignment0Warnings Warning
MagicNumber0 Ignore
MissingSwitchDefault0Warnings Warning
RedundantThrows0Warnings Warning
SimplifyBooleanExpression1Warnings Warning
SimplifyBooleanReturn0Warnings Warning
DesignForExtension0 Ignore
FinalClass0Warnings Warning
HideUtilityClassConstructor0Warnings Warning
InterfaceIsType2Warnings Warning
VisibilityModifier0Warnings Warning
ArrayTypeStyle0Warnings Warning
FinalParameters83Warnings Warning
TodoComment2Warnings Warning
UpperEll0Warnings Warning
JavadocPackage0Warnings Warning
NewlineAtEndOfFile31Warnings Warning
Translation0Warnings Warning
FileLength0Warnings Warning
FileTabCharacter
  • eachLine: "true"
0Warnings Warning
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "(?<!^\ +\*)\s+$"
3Warnings Warning

Details

eu/slasoi/infrastructure/model/CapacityResponse.java

ViolationMessageLine
WarningsFirst sentence should end with a period.12
WarningsExpected @param tag for 'type'.21
WarningsExpected @param tag for 'memory'.21
WarningsExpected @param tag for 'cores'.21
WarningsExpected @param tag for 'speed'.21
WarningsExpected @param tag for 'avail'.22
WarningsAvoid inline conditionals.40
Warnings'if' construct must use '{}'s.51
Warnings'if' construct must use '{}'s.53
Warnings'if' construct must use '{}'s.55
Warnings'if' construct must use '{}'s.58
Warnings'if' construct must use '{}'s.61
Warnings'if' construct must use '{}'s.63
WarningsMissing a Javadoc comment.80
WarningsMissing a Javadoc comment.84
WarningsMissing a Javadoc comment.88
WarningsMissing a Javadoc comment.92
WarningsMissing a Javadoc comment.96
WarningsMissing a Javadoc comment.98

eu/slasoi/infrastructure/model/Category.java

ViolationMessageLine
WarningsMissing a Javadoc comment.12
WarningsMissing a Javadoc comment.13
WarningsMissing a Javadoc comment.14
WarningsMissing a Javadoc comment.15
WarningsMissing a Javadoc comment.16
WarningsMissing a Javadoc comment.17
WarningsAvoid inline conditionals.43
WarningsAvoid inline conditionals.45
WarningsAvoid inline conditionals.46
WarningsAvoid inline conditionals.47
WarningsParameter obj should be final.58
Warnings'if' construct must use '{}'s.59
Warnings'if' construct must use '{}'s.61
Warnings'if' construct must use '{}'s.63
Warnings'if' construct must use '{}'s.67
Warnings'if' construct must use '{}'s.69
Warnings'if' construct must use '{}'s.71
Warnings'if' construct must use '{}'s.74
Warnings'if' construct must use '{}'s.76
Warnings'if' construct must use '{}'s.79
Warnings'if' construct must use '{}'s.81
Warnings'if' construct must use '{}'s.84
Warnings'if' construct must use '{}'s.86
Warnings'if' construct must use '{}'s.88
WarningsMissing a Javadoc comment.93
WarningsMissing a Javadoc comment.97
WarningsParameter id should be final.97
WarningsMissing a Javadoc comment.101
WarningsMissing a Javadoc comment.105
WarningsMissing a Javadoc comment.109
WarningsMissing a Javadoc comment.113
WarningsMissing a Javadoc comment.117
WarningsMissing a Javadoc comment.121
WarningsMissing a Javadoc comment.131
WarningsMissing a Javadoc comment.135

eu/slasoi/infrastructure/model/IMetric.java

ViolationMessageLine
WarningsMissing a Javadoc comment.11
WarningsRedundant 'public' modifier.11
WarningsMissing a Javadoc comment.13
WarningsRedundant 'public' modifier.13
WarningsMissing a Javadoc comment.15
WarningsRedundant 'public' modifier.15
WarningsMissing a Javadoc comment.17
WarningsRedundant 'public' modifier.17
WarningsMissing a Javadoc comment.19
WarningsRedundant 'public' modifier.19
WarningsMissing a Javadoc comment.21
WarningsRedundant 'public' modifier.21

eu/slasoi/infrastructure/model/Kind.java

ViolationMessageLine
WarningsExpected @param tag for 'categories'.47
WarningsParameter hostname should be final.66

eu/slasoi/infrastructure/model/MetricImpl.java

ViolationMessageLine
Warnings'if' construct must use '{}'s.34
Warnings'if' construct must use '{}'s.36
Warnings'if' construct must use '{}'s.38
Warnings'if' construct must use '{}'s.41
Warnings'if' construct must use '{}'s.43
Warnings'if' construct must use '{}'s.45
WarningsMissing a Javadoc comment.50
WarningsParameter memory should be final.50
WarningsParameter cores should be final.50
WarningsParameter speed should be final.50
WarningsMissing a Javadoc comment.73
WarningsMissing a Javadoc comment.82
WarningsMissing a Javadoc comment.91
WarningsMissing a Javadoc comment.100
WarningsMissing a Javadoc comment.109
WarningsMissing a Javadoc comment.118
WarningsMissing a Javadoc comment.122
WarningsMissing a Javadoc comment.123
WarningsMissing a Javadoc comment.124
Warnings'if' construct must use '{}'s.132
Warnings'if' construct must use '{}'s.134
Warnings'if' construct must use '{}'s.136

eu/slasoi/infrastructure/model/ProvisionRequest.java

ViolationMessageLine
WarningsFirst sentence should end with a period.45
WarningsComment matches to-do format 'TODO:'.54
WarningsMissing a Javadoc comment.120
WarningsParameter categories should be final.127
WarningsFirst sentence should end with a period.140
WarningsParameter id should be final.145
WarningsExpected @param tag for 'id'.145
WarningsComment matches to-do format 'TODO:'.165
WarningsParameter kinds should be final.166
WarningsFirst sentence should end with a period.179
WarningsFirst sentence should end with a period.236
WarningsExpected @throws tag for 'IOException'.280
WarningsUnused @param tag for 'The'.291
WarningsExpected @param tag for 'path'.298
WarningsExpected @throws tag for 'FileNotFoundException'.298
WarningsExpected @param tag for 'description'.310
WarningsMissing a Javadoc comment.314
WarningsMissing a Javadoc comment.318
WarningsMissing a Javadoc comment.322
WarningsMissing a Javadoc comment.326
WarningsMissing a Javadoc comment.330

eu/slasoi/infrastructure/model/infrastructure/Compute.java

ViolationMessageLine
WarningsFirst sentence should end with a period.8
WarningsMissing a Javadoc comment.15
WarningsMissing a Javadoc comment.33
WarningsMissing a Javadoc comment.34
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
WarningsParameter extras should be final.57
WarningsMissing a Javadoc comment.61
WarningsMissing a Javadoc comment.65
WarningsMissing a Javadoc comment.174
WarningsMissing a Javadoc comment.178
WarningsParameter id should be final.178
WarningsMissing a Javadoc comment.182
WarningsMissing a Javadoc comment.186
WarningsMissing a Javadoc comment.190
WarningsMissing a Javadoc comment.194

eu/slasoi/infrastructure/model/infrastructure/Service.java

ViolationMessageLine
WarningsMissing a Javadoc comment.22

eu/slasoi/infrastructure/model/infrastructure/package-info.java

ViolationMessageLine
WarningsFile does not end with a newline.0

eu/slasoi/infrastructure/model/package-info.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/slasoi/infrastructure/servicemanager/Infrastructure.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsUnused import - java.util.concurrent.ExecutionException.7
WarningsUnused import - org.jclouds.occi.v1.V1Client.9
WarningsMissing a Javadoc comment.34
WarningsRedundant 'public' modifier.34
WarningsMissing a Javadoc comment.35
WarningsRedundant 'public' modifier.35
WarningsMissing a Javadoc comment.36
WarningsRedundant 'public' modifier.36
WarningsExpected an @return tag.41
WarningsRedundant 'public' modifier.41
WarningsFirst sentence should end with a period.43
WarningsExpected an @return tag.48
WarningsRedundant 'public' modifier.48
WarningsFirst sentence should end with a period.50
WarningsExpected an @return tag.55
WarningsRedundant 'public' modifier.55
WarningsFirst sentence should end with a period.57
WarningsExpected an @return tag.60
WarningsRedundant 'public' modifier.60
WarningsFirst sentence should end with a period.62
WarningsUnused @param tag for 'String'.65
WarningsExpected an @return tag.70
WarningsRedundant 'public' modifier.70
WarningsExpected @param tag for 'path'.70
WarningsUnused @param tag for 'imageID'.225
WarningsUnused @param tag for 'slaTypeID'.228
WarningsUnused @param tag for 'locationID'.231
WarningsUnused @param tag for 'cores'.234
WarningsUnused @param tag for 'speed'.237
WarningsUnused @param tag for 'memory'.240
WarningsUnused @param tag for 'monitoringSystemConfiguration'.243
WarningsUnused @param tag for 'slaResourceID'.246
WarningsUnused @param tag for 'notificationURI'.249
WarningsUnused @param tag for 'categories'.252
WarningsRedundant 'public' modifier.261
WarningsExpected @param tag for 'id'.261
WarningsExpected @param tag for 'metricName'.261
WarningsExpected @param tag for 'minutes'.261
WarningsExpected @throws tag for 'UnknownIdException'.261
WarningsMissing a Javadoc comment.263
WarningsMissing a Javadoc comment.283
WarningsRedundant 'public' modifier.283
WarningsName 'MonitoringRequest' must match pattern '^[a-z][a-zA-Z0-9]*$'.283
WarningsMissing a Javadoc comment.313
WarningsRedundant 'public' modifier.313
WarningsMissing a Javadoc comment.347
WarningsRedundant 'public' modifier.347
WarningsMissing a Javadoc comment.354
WarningsRedundant 'public' modifier.354

org/slasoi/infrastructure/servicemanager/exceptions/DescriptorException.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/slasoi/infrastructure/servicemanager/exceptions/ProvisionException.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/slasoi/infrastructure/servicemanager/exceptions/QueryException.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/slasoi/infrastructure/servicemanager/exceptions/ResourceNotAvailableException.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/slasoi/infrastructure/servicemanager/exceptions/StartResourceException.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/slasoi/infrastructure/servicemanager/exceptions/StopException.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/slasoi/infrastructure/servicemanager/exceptions/StopResourceException.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/slasoi/infrastructure/servicemanager/exceptions/UnknownIdException.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/slasoi/infrastructure/servicemanager/exceptions/package-info.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/slasoi/infrastructure/servicemanager/impl/ImageRegistryImpl.java

ViolationMessageLine
WarningsMissing a Javadoc comment.20

org/slasoi/infrastructure/servicemanager/impl/InfrastructureImpl.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.59
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.61
WarningsMissing a Javadoc comment.62
WarningsParameter metricregistry should be final.93
Warnings'(' is followed by whitespace.94
WarningsMissing a Javadoc comment.104
WarningsMissing a Javadoc comment.107
WarningsParameter imageregistry should be final.107
WarningsMissing a Javadoc comment.112
WarningsFirst sentence should end with a period.117
WarningsMissing a Javadoc comment.131
WarningsParameter osregistry should be final.131
WarningsMissing a Javadoc comment.136
WarningsMissing a Javadoc comment.141
WarningsParameter locationregistry should be final.141
WarningsMissing a Javadoc comment.146
WarningsParameter predictionQuery should be final.166
WarningsMissing a Javadoc comment.171
WarningsParameter pubSubManager should be final.184
WarningsParameter restFileName should be final.203
WarningsMissing a Javadoc comment.213
WarningsParameter id should be final.213
WarningsParameter metricName should be final.213
WarningsParameter minutes should be final.213
WarningsMissing a Javadoc comment.223
WarningsParameter infrastructureID should be final.223
WarningsMissing a Javadoc comment.240
WarningsParameter path should be final.240
WarningsMissing a Javadoc comment.262
WarningsParameter id should be final.262
WarningsMissing a Javadoc comment.277
WarningsParameter id should be final.277
WarningsMissing a Javadoc comment.291
WarningsParameter id should be final.291
WarningsParameter provisioningRequestType should be final.291
WarningsMissing a Javadoc comment.306
WarningsParameter provisionRequest should be final.306
WarningsAvoid inline conditionals.314
WarningsMissing a Javadoc comment.332
WarningsParameter sleep should be final.332
Warnings'groupings' hides a field.371
WarningsExpected @param tag for 'groupings'.371
WarningsMissing a Javadoc comment.389
WarningsParameter infrastructureID should be final.389
WarningsMissing a Javadoc comment.413
WarningsMissing a Javadoc comment.426
WarningsExpected @param tag for 'infrastructureID'.444
WarningsExpected @throws tag for 'UnknownIdException'.444
WarningsExpected @throws tag for 'StopException'.444
WarningsMissing a Javadoc comment.458
WarningsExpected @param tag for 'resourceID'.474
WarningsExpected @throws tag for 'UnknownIdException'.474
WarningsMissing a Javadoc comment.488
WarningsExpected an @return tag.506
WarningsExpected @param tag for 'controller'.506
WarningsExpected @param tag for 'provisioningRequestType'.507
WarningsExpected @throws tag for 'DescriptorException'.507
WarningsExpected @throws tag for 'ProvisionException'.507
WarningsExpected @param tag for 'key'.546
WarningsExpected @param tag for 'controller'.546
WarningsExpected @param tag for 'provisioningRequestType'.547
WarningsExpected @throws tag for 'DescriptorException'.547
WarningsExpected @throws tag for 'ProvisionException'.547
WarningsFirst sentence should end with a period.584
WarningsExpected an @return tag.592
WarningsExpected @param tag for 'name'.592
WarningsExpected @param tag for 'value'.592
WarningsExpected @param tag for 'groupings'.593
WarningsFirst sentence should end with a period.606
WarningsExpected an @return tag.614
WarningsExpected @param tag for 'name'.614
WarningsExpected @param tag for 'catPayLoad'.614
WarningsExpected @param tag for 'groupings'.615
WarningsParameter extras should be final.659
WarningsMissing a Javadoc comment.689
WarningsParameter osID should be final.691
WarningsParameter metricID should be final.691
WarningsParameter locTemplateID should be final.691
WarningsParameter monitoringRequest should be final.691
WarningsParameter notificationURI should be final.691
WarningsMissing a Javadoc comment.704
WarningsParameter monitoringRequest should be final.704
WarningsParameter computeResources should be final.704

org/slasoi/infrastructure/servicemanager/impl/LocRegistryImpl.java

ViolationMessageLine
WarningsLine has trailing spaces.22
WarningsMissing a Javadoc comment.38
WarningsParameter resources should be final.38

org/slasoi/infrastructure/servicemanager/impl/MetricDetailRegistryImpl.java

ViolationMessageLine
WarningsMissing a Javadoc comment.27
WarningsMissing a Javadoc comment.29
WarningsMissing a Javadoc comment.31
WarningsMissing a Javadoc comment.43
WarningsParameter memory should be final.43
WarningsParameter cores should be final.43
WarningsParameter speed should be final.43
WarningsFirst sentence should end with a period.68
WarningsParameter resources should be final.75
WarningsExpected @param tag for 'resources'.75
Warnings'capacityList' hides a field.77
WarningsMissing a Javadoc comment.132
WarningsParameter type should be final.132
WarningsParameter key should be final.132
WarningsParameter value should be final.132
WarningsParameter capType should be final.132
WarningsUnused @param tag for 'defaultType'.167
WarningsParameter newType should be final.170
WarningsExpected @param tag for 'newType'.170

org/slasoi/infrastructure/servicemanager/impl/MetricRegistryImpl.java

ViolationMessageLine
WarningsMissing a Javadoc comment.20
WarningsMissing a Javadoc comment.21
WarningsMissing a Javadoc comment.28
WarningsMissing a Javadoc comment.64

org/slasoi/infrastructure/servicemanager/impl/OSRegistryImpl.java

ViolationMessageLine
WarningsMissing a Javadoc comment.21
WarningsMissing a Javadoc comment.28

org/slasoi/infrastructure/servicemanager/impl/Reg.java

ViolationMessageLine
WarningsMissing a Javadoc comment.16
WarningsMissing a Javadoc comment.17
WarningsMissing a Javadoc comment.31
WarningsMissing a Javadoc comment.63
WarningsMissing a Javadoc comment.71
WarningsMissing a Javadoc comment.79

org/slasoi/infrastructure/servicemanager/impl/Service2ProvisionResponseType.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsMissing a Javadoc comment.25
WarningsLine has trailing spaces.26
WarningsMissing a Javadoc comment.32
Warnings'if' construct must use '{}'s.33
WarningsMissing a Javadoc comment.71

org/slasoi/infrastructure/servicemanager/impl/package-info.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/slasoi/infrastructure/servicemanager/occi/types/Terms.java

ViolationMessageLine
Warningsinterfaces should describe a type and hence have methods.9
WarningsMissing a Javadoc comment.11
WarningsMissing a Javadoc comment.12
WarningsMissing a Javadoc comment.13
WarningsMissing a Javadoc comment.14
WarningsMissing a Javadoc comment.15
WarningsMissing a Javadoc comment.16
WarningsMissing a Javadoc comment.17
WarningsMissing a Javadoc comment.18
WarningsMissing a Javadoc comment.20
WarningsMissing a Javadoc comment.23
WarningsMissing a Javadoc comment.25
WarningsMissing a Javadoc comment.26
WarningsMissing a Javadoc comment.27
WarningsMissing a Javadoc comment.29
WarningsMissing a Javadoc comment.30
WarningsMissing a Javadoc comment.31
WarningsMissing a Javadoc comment.32
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

org/slasoi/infrastructure/servicemanager/occi/types/package-info.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/slasoi/infrastructure/servicemanager/package-info.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/slasoi/infrastructure/servicemanager/prediction/PredictionQuery.java

ViolationMessageLine
WarningsMissing a Javadoc comment.5
WarningsMissing a Javadoc comment.6

org/slasoi/infrastructure/servicemanager/prediction/PredictionQueryImpl.java

ViolationMessageLine
WarningsMissing a Javadoc comment.23
WarningsMissing a Javadoc comment.24
WarningsMissing a Javadoc comment.25
WarningsMissing a Javadoc comment.26
WarningsMissing a Javadoc comment.28
WarningsMissing a Javadoc comment.32
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.125
WarningsMissing a Javadoc comment.130
WarningsMissing a Javadoc comment.134
WarningsMissing a Javadoc comment.138
WarningsMissing a Javadoc comment.142

org/slasoi/infrastructure/servicemanager/prediction/package-info.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/slasoi/infrastructure/servicemanager/registry/IMetricRegistry.java

ViolationMessageLine
WarningsMissing a Javadoc comment.13

org/slasoi/infrastructure/servicemanager/registry/Registry.java

ViolationMessageLine
WarningsUnused @param tag for 'filter'.41
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.49

org/slasoi/infrastructure/servicemanager/registry/package-info.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/slasoi/infrastructure/servicemanager/types/Appliance.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsMissing a Javadoc comment.11
WarningsMissing a Javadoc comment.12
WarningsMissing a Javadoc comment.14
WarningsMissing a Javadoc comment.18
WarningsMissing a Javadoc comment.22
WarningsMissing a Javadoc comment.26

org/slasoi/infrastructure/servicemanager/types/CapacityResponseType.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsFirst sentence should end with a period.7
WarningsLine is longer than 120 characters.14
WarningsMissing a Javadoc comment.14

org/slasoi/infrastructure/servicemanager/types/EndPoint.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsMissing a Javadoc comment.16
WarningsMissing a Javadoc comment.17
WarningsMissing a Javadoc comment.18
WarningsMissing a Javadoc comment.19
WarningsMissing a Javadoc comment.21
WarningsMissing a Javadoc comment.25
WarningsMissing a Javadoc comment.29
WarningsMissing a Javadoc comment.33
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.49

org/slasoi/infrastructure/servicemanager/types/Host.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsMissing a Javadoc comment.8
WarningsMissing a Javadoc comment.9
WarningsMissing a Javadoc comment.10
WarningsMissing a Javadoc comment.12
WarningsMissing a Javadoc comment.13
WarningsMissing a Javadoc comment.14
WarningsMissing a Javadoc comment.15
WarningsMissing a Javadoc comment.16
WarningsMissing a Javadoc comment.19
WarningsMissing a Javadoc comment.21
WarningsMissing a Javadoc comment.25
WarningsParameter timestamp should be final.25
WarningsMissing a Javadoc comment.29
WarningsMissing a Javadoc comment.33
WarningsParameter address should be final.33
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.46
WarningsParameter state should be final.46
WarningsMissing a Javadoc comment.51
WarningsParameter id should be final.51
WarningsMissing a Javadoc comment.55

org/slasoi/infrastructure/servicemanager/types/ProvisionRequestType.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsMissing a Javadoc comment.10

org/slasoi/infrastructure/servicemanager/types/ProvisionResponseType.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsMissing a Javadoc comment.18
WarningsFirst sentence should end with a period.20
WarningsExpected @param tag for 'endPoints'.45

org/slasoi/infrastructure/servicemanager/types/ReservationResponseType.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsFirst sentence should end with a period.3
WarningsFirst sentence should end with a period.11
WarningsFirst sentence should end with a period.16
WarningsFirst sentence should end with a period.21
WarningsParameter timeStamp should be final.35
WarningsExpected @param tag for 'timeStamp'.35
WarningsFirst sentence should end with a period.39
WarningsFirst sentence should end with a period.48
WarningsParameter infrastructureID should be final.53
WarningsExpected @param tag for 'infrastructureID'.53

org/slasoi/infrastructure/servicemanager/types/SchemaConstants.java

ViolationMessageLine
WarningsMissing a Javadoc comment.3
Warningsinterfaces should describe a type and hence have methods.3
WarningsMissing a Javadoc comment.5
WarningsMissing a Javadoc comment.6
WarningsMissing a Javadoc comment.8
WarningsMissing a Javadoc comment.10
WarningsMissing a Javadoc comment.11
WarningsMissing a Javadoc comment.12
WarningsMissing a Javadoc comment.13
WarningsMissing a Javadoc comment.14
WarningsMissing a Javadoc comment.15
WarningsMissing a Javadoc comment.16
WarningsMissing a Javadoc comment.17
WarningsMissing a Javadoc comment.18
WarningsMissing a Javadoc comment.19
WarningsMissing a Javadoc comment.21
WarningsMissing a Javadoc comment.23

org/slasoi/infrastructure/servicemanager/types/package-info.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/slasoi/infrastructure/servicemanager/util/monitoring/MonitoringUtil.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsFirst sentence should end with a period.19
WarningsMissing a Javadoc comment.26
WarningsMissing a Javadoc comment.27
WarningsMissing a Javadoc comment.33
WarningsMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.37
Warnings'{' is followed by whitespace.39
WarningsMissing a Javadoc comment.78
Warnings'pubSubManager' hides a field.78
WarningsMissing a Javadoc comment.139
WarningsParameter pubSubManager should be final.139

org/slasoi/infrastructure/servicemanager/util/monitoring/package-info.java

ViolationMessageLine
WarningsFile does not end with a newline.0

org/slasoi/infrastructure/servicemanager/util/occi/CategoryPayload.java

ViolationMessageLine
WarningsMissing a Javadoc comment.12
WarningsMissing a Javadoc comment.13
WarningsMissing a Javadoc comment.14
WarningsMissing a Javadoc comment.15
WarningsMissing a Javadoc comment.16
WarningsMissing a Javadoc comment.48
WarningsParameter type should be final.61
WarningsAvoid inline conditionals.96
WarningsAvoid inline conditionals.97
WarningsAvoid inline conditionals.98
WarningsAvoid inline conditionals.99
WarningsAvoid inline conditionals.100
WarningsAvoid inline conditionals.101
WarningsParameter obj should be final.111
Warnings'if' construct must use '{}'s.112
Warnings'if' construct must use '{}'s.114
Warnings'if' construct must use '{}'s.116
Warnings'if' construct must use '{}'s.120
Warnings'if' construct must use '{}'s.122
Warnings'if' construct must use '{}'s.125
Warnings'if' construct must use '{}'s.127
Warnings'if' construct must use '{}'s.130
Warnings'if' construct must use '{}'s.132
Warnings'if' construct must use '{}'s.135
Warnings'if' construct must use '{}'s.137
Warnings'if' construct must use '{}'s.140
Warnings'if' construct must use '{}'s.142
Warnings'if' construct must use '{}'s.145
Warnings'if' construct must use '{}'s.147

org/slasoi/infrastructure/servicemanager/util/occi/InfrastructureUtil.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsParameter serviceActions should be final.59
WarningsParameter resourceActions should be final.73
WarningsParameter metricReg should be final.115
WarningsParameter imageReg should be final.129
WarningsMissing a Javadoc comment.140
WarningsMissing a Javadoc comment.142
WarningsMissing a Javadoc comment.143
WarningsMissing a Javadoc comment.144
WarningsMissing a Javadoc comment.145
WarningsMissing a Javadoc comment.146
WarningsMissing a Javadoc comment.147
WarningsMissing a Javadoc comment.148
WarningsMissing a Javadoc comment.150
WarningsMissing a Javadoc comment.151
WarningsMissing a Javadoc comment.152
WarningsMissing a Javadoc comment.153
WarningsMissing a Javadoc comment.155
WarningsMissing a Javadoc comment.156
WarningsMissing a Javadoc comment.157
WarningsMissing a Javadoc comment.158
WarningsMissing a Javadoc comment.159
WarningsMissing a Javadoc comment.160
WarningsFirst sentence should end with a period.171
WarningsLine is longer than 120 characters.179
WarningsExpected @param tag for 'status'.179
WarningsExpected @param tag for 'id'.179
WarningsExpected @throws tag for 'UnknownIdException'.179
WarningsLine has trailing spaces.199
WarningsLine is longer than 120 characters.204
WarningsLine is longer than 120 characters.280
WarningsExpected @throws tag for 'UnknownIdException'.280
WarningsFirst sentence should end with a period.286
WarningsExpected @throws tag for 'ProvisionException'.294
WarningsFirst sentence should end with a period.303
WarningsParameter groupingResponse should be final.310
WarningsExpected @param tag for 'groupingResponse'.310
WarningsParameter provisionRequestType should be final.310
WarningsExpected @param tag for 'provisionRequestType'.310
WarningsExpected @throws tag for 'ProvisionException'.311
WarningsFirst sentence should end with a period.320
WarningsExpected an @return tag.326
WarningsParameter randId should be final.326
WarningsExpected @param tag for 'randId'.326
WarningsFirst sentence should end with a period.338
WarningsExpected an @return tag.345
WarningsParameter provisionRequestType should be final.345
WarningsExpected @param tag for 'provisionRequestType'.345
WarningsName 'occi_categorys' must match pattern '^[a-z][a-zA-Z0-9]*$'.353
WarningsExpression can be simplified.366
WarningsFirst sentence should end with a period.401
WarningsExpected an @return tag.409
WarningsParameter randId should be final.409
WarningsExpected @param tag for 'randId'.409
WarningsParameter monitoringConfig should be final.409
WarningsExpected @param tag for 'monitoringConfig'.409
WarningsParameter serviceName should be final.409
WarningsExpected @param tag for 'serviceName'.409
WarningsLine is longer than 120 characters.411
WarningsFirst sentence should end with a period.442
WarningsExpected an @return tag.448
WarningsParameter cat should be final.448
WarningsExpected @param tag for 'cat'.448
WarningsFirst sentence should end with a period.487
WarningsExpected an @return tag.494
WarningsParameter computeKind should be final.494
WarningsExpected @param tag for 'computeKind'.494
WarningsParameter randId should be final.494
WarningsExpected @param tag for 'randId'.494
WarningsName 'occi_attribs' must match pattern '^[a-z][a-zA-Z0-9]*$'.495
WarningsName 'core_title' must match pattern '^[a-z][a-zA-Z0-9]*$'.499
WarningsParameter predictionQuery should be final.544
WarningsFirst sentence should end with a period.548
WarningsExpected an @return tag.549
WarningsParameter fileName should be final.549
WarningsExpected @param tag for 'fileName'.549
WarningsFirst sentence should end with a period.563
WarningsExpected an @return tag.569
WarningsParameter groupings should be final.569
WarningsExpected @param tag for 'groupings'.569
WarningsFirst sentence should end with a period.575
WarningsParameter resources should be final.580
WarningsExpected @param tag for 'resources'.580
WarningsFirst sentence should end with a period.608
WarningsExpected an @return tag.615
WarningsParameter monitoringRequest should be final.615
WarningsExpected @param tag for 'monitoringRequest'.615
WarningsParameter computeConfigurations should be final.616
WarningsExpected @param tag for 'computeConfigurations'.616
WarningsFirst sentence should end with a period.636
WarningsExpected an @return tag.647
WarningsParameter resourceAvailRegistry should be final.647
WarningsExpected @param tag for 'resourceAvailRegistry'.647
WarningsParameter osID should be final.647
WarningsExpected @param tag for 'osID'.647
WarningsParameter sizeTemplateID should be final.648
WarningsExpected @param tag for 'sizeTemplateID'.648
WarningsParameter locTemplateID should be final.648
WarningsExpected @param tag for 'locTemplateID'.648
WarningsParameter monitoringRequest should be final.648
WarningsExpected @param tag for 'monitoringRequest'.648
WarningsParameter notificationURI should be final.648
WarningsExpected @param tag for 'notificationURI'.648

org/slasoi/infrastructure/servicemanager/util/occi/package-info.java

ViolationMessageLine
WarningsFile does not end with a newline.0
WarningsFirst sentence should end with a period.1