Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
1507990

Rules

RulesViolationsSeverity
JavadocMethod159Warnings Warning
JavadocType16Warnings Warning
JavadocVariable103Warnings Warning
JavadocStyle4Warnings Warning
ConstantName2Warnings Warning
LocalFinalVariableName0Warnings Warning
LocalVariableName40Warnings Warning
MemberName4Warnings Warning
MethodName10Warnings Warning
PackageName0Warnings Warning
ParameterName0Warnings Warning
StaticVariableName0Warnings Warning
TypeName0Warnings Warning
AvoidStarImport0Warnings Warning
IllegalImport0Warnings Warning
RedundantImport0Warnings Warning
UnusedImports42Warnings Warning
LineLength
  • max: "120"
29Warnings Warning
MethodLength2Warnings Warning
ParameterNumber0Warnings Warning
EmptyForIteratorPad0Warnings Warning
MethodParamPad0Warnings Warning
NoWhitespaceAfter12Warnings Warning
NoWhitespaceBefore0Warnings Warning
OperatorWrap0Warnings Warning
ParenPad0Warnings Warning
TypecastParenPad0Warnings Warning
WhitespaceAfter21Warnings Warning
WhitespaceAround63Warnings Warning
ModifierOrder0Warnings Warning
RedundantModifier0Warnings Warning
AvoidNestedBlocks0Warnings Warning
EmptyBlock3Warnings Warning
LeftCurly0Warnings Warning
NeedBraces2Warnings Warning
RightCurly129Warnings Warning
AvoidInlineConditionals0Warnings Warning
DoubleCheckedLocking0Warnings Warning
EmptyStatement0Warnings Warning
EqualsHashCode0Warnings Warning
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
10Warnings Warning
IllegalInstantiation0Warnings Warning
InnerAssignment2Warnings Warning
MagicNumber0 Ignore
MissingSwitchDefault0Warnings Warning
RedundantThrows0Warnings Warning
SimplifyBooleanExpression6Warnings Warning
SimplifyBooleanReturn0Warnings Warning
DesignForExtension0 Ignore
FinalClass1Warnings Warning
HideUtilityClassConstructor1Warnings Warning
InterfaceIsType0Warnings Warning
VisibilityModifier8Warnings Warning
ArrayTypeStyle0Warnings Warning
FinalParameters112Warnings Warning
TodoComment0Warnings Warning
UpperEll0Warnings Warning
JavadocPackage5Warnings Warning
NewlineAtEndOfFile0Warnings Warning
Translation0Warnings Warning
FileLength0Warnings Warning
FileTabCharacter
  • eachLine: "true"
0Warnings Warning
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "(?<!^\ +\*)\s+$"
25Warnings Warning

Details

org/slasoi/swslam/poc/PlanningOptimizationServices.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.40

org/slasoi/swslam/poc/impl/Composition.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.47
WarningsParameter targetServiceTemplate should be final.47
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.55
WarningsParameter serviceBuilder should be final.55
WarningsMissing a Javadoc comment.59
WarningsParameter slaTemplate should be final.59
WarningsParameter serviceBuilder should be final.59

org/slasoi/swslam/poc/impl/POCIAssessmentAndCustomize.java

ViolationMessageLine
WarningsUnused import - java.io.BufferedReader.35
WarningsUnused import - java.io.DataOutputStream.36
WarningsUnused import - java.io.File.37
WarningsUnused import - java.io.FileNotFoundException.38
WarningsUnused import - java.io.FileOutputStream.39
WarningsUnused import - java.io.FileReader.40
WarningsUnused import - java.io.IOException.41
WarningsUnused import - java.util.Hashtable.46
WarningsUnused import - org.slasoi.gslam.core.negotiation.ISyntaxConverter.55
WarningsUnused import - org.slasoi.gslam.core.negotiation.SLATemplateRegistry.Exception.71
WarningsUnused import - org.slasoi.gslam.core.negotiation.SLATemplateRegistry.ResultSet.73
WarningsUnused import - org.slasoi.gslam.templateregistry.SLATemplateRegistryImpl.77
WarningsUnused import - org.slasoi.gslam.templateregistry.SLATemplateRegistryImpl.Mode.78
WarningsUnused import - org.slasoi.slamodel.core.CompoundConstraintExpr.82
WarningsUnused import - org.slasoi.slamodel.core.ConstraintExpr.83
WarningsUnused import - org.slasoi.slamodel.service.Interface.89
WarningsUnused import - org.slasoi.slamodel.service.Interface.Specification.90
WarningsUnused import - org.slasoi.slamodel.sla.Endpoint.91
WarningsUnused import - org.slasoi.slamodel.sla.InterfaceDeclr.92
WarningsUnused import - org.slasoi.slamodel.sla.Party.Operative.96
WarningsUnused import - org.slasoi.softwareservicemanager.IProvisioning.97
WarningsUnused import - org.slasoi.softwareservicemanager.impl.BookingManager.100
WarningsUnused import - org.slasoi.softwareservicemanager.provisioning.ProvisionServiceStub.102
WarningsUnused import - org.slasoi.swslam.poc.impl.solver.InfrastructureServiceTerms.104
WarningsUnused import - org.slasoi.swslam.poc.impl.solver.Translator.105
WarningsUnused import - org.slasoi.slamodel.vocab.bnf.107
WarningsUnused import - org.slasoi.monitoring.common.features.ComponentMonitoringFeatures.118
WarningsMissing a Javadoc comment.121
WarningsMissing a Javadoc comment.123
WarningsVariable 'context' must be private and have accessor methods.123
WarningsMissing a Javadoc comment.124
WarningsName 'LOGGER' must match pattern '^[a-z][a-zA-Z0-9]*$'.124
WarningsMissing a Javadoc comment.125
WarningsName 'DSP_NEG_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'.125
WarningsMissing a Javadoc comment.126
WarningsName 'PLAN_ID' must match pattern '^[a-z][a-zA-Z0-9]*$'.126
WarningsMissing a Javadoc comment.127
WarningsMissing a Javadoc comment.129
WarningsParameter softwareServiceManagerFacade should be final.129
WarningsMissing a Javadoc comment.133
WarningsExpected an @return tag.142
WarningsMethod length is 401 lines (max allowed is 150).142
WarningsParameter negotiationID should be final.142
WarningsExpected @param tag for 'negotiationID'.142
WarningsParameter slaTemplate should be final.142
WarningsExpected @param tag for 'slaTemplate'.142
Warnings'{' is followed by whitespace.162
Warnings'}' should be on the same line.168
Warnings'}' should be on the same line.171
WarningsLine is longer than 120 characters.184
Warnings'}' should be on the same line.191
Warnings'}' should be on the same line.214
Warnings'}' should be on the same line.229
WarningsLine is longer than 120 characters.232
Warnings'}' should be on the same line.235
Warnings'}' should be on the same line.251
WarningsExpression can be simplified.261
Warnings'{' is followed by whitespace.264
Warnings'}' should be on the same line.267
Warnings'{' is followed by whitespace.271
Warnings'}' should be on the same line.275
Warnings'}' should be on the same line.278
Warnings'}' should be on the same line.281
Warnings'}' should be on the same line.286
Warnings'}' should be on the same line.293
WarningsLine is longer than 120 characters.296
Warnings'}' should be on the same line.300
Warnings';' is not followed by whitespace.306
Warnings'}' should be on the same line.321
WarningsExpression can be simplified.332
Warnings'}' should be on the same line.336
Warnings'}' should be on the same line.343
Warnings'}' should be on the same line.346
Warnings'}' should be on the same line.349
Warnings'}' should be on the same line.353
Warnings'}' should be on the same line.360
WarningsLine is longer than 120 characters.363
Warnings'}' should be on the same line.368
WarningsExpression can be simplified.374
WarningsLine is longer than 120 characters.375
Warnings'}' should be on the same line.385
WarningsLine is longer than 120 characters.388
Warnings'}' should be on the same line.412
Warnings'}' should be on the same line.423
Warnings'}' should be on the same line.439
WarningsExpression can be simplified.451
Warnings'{' is followed by whitespace.454
Warnings'}' should be on the same line.457
Warnings'{' is followed by whitespace.461
Warnings'}' should be on the same line.465
Warnings'}' should be on the same line.468
Warnings'}' should be on the same line.471
Warnings'}' should be on the same line.476
Warnings'}' should be on the same line.480
Warnings'}' should be on the same line.501
WarningsExpression can be simplified.512
Warnings'}' should be on the same line.516
Warnings'}' should be on the same line.524
Warnings'}' should be on the same line.527
Warnings'}' should be on the same line.530
Warnings'}' should be on the same line.534
WarningsMissing a Javadoc comment.544
WarningsParameter negotiationID should be final.544
WarningsParameter slaTemplate should be final.544
Warnings';' is not followed by whitespace.546
Warnings'{' is followed by whitespace.588
Warnings'}' should be on the same line.600
WarningsLine is longer than 120 characters.603
Warnings'}' should be on the same line.605
Warnings'}' should be on the same line.608
WarningsExpression can be simplified.615
WarningsLine is longer than 120 characters.617
Warnings'}' should be on the same line.627
WarningsLine is longer than 120 characters.630
Warnings'}' should be on the same line.649
Warnings'}' should be on the same line.669
Warnings'}' should be on the same line.678
Warnings'}' should be on the same line.682
WarningsMissing a Javadoc comment.689
WarningsParameter slaID should be final.689
Warnings'{' is followed by whitespace.702
Warnings'}' should be on the same line.706
Warnings'}' should be on the same line.709
Warnings';' is not followed by whitespace.720
Warnings'}' should be on the same line.730
Warnings'}' should be on the same line.733
Warnings'{' is followed by whitespace.749
Warnings'}' should be on the same line.750
Warnings'}' should be on the same line.753
Warnings'}' should be on the same line.757
WarningsMissing a Javadoc comment.765
WarningsParameter slaID should be final.765
WarningsParameter terminationReasons should be final.765
Warnings'{' is followed by whitespace.782
Warnings'}' should be on the same line.791
Warnings'}' should be on the same line.798
Warnings'}' should be on the same line.801
Warnings'}' should be on the same line.804
Warnings'}' should be on the same line.812
Warnings'}' should be on the same line.820
WarningsFirst sentence should end with a period.830
WarningsExpected an @return tag.832
WarningsMissing a Javadoc comment.836
WarningsParameter context should be final.836
WarningsMissing a Javadoc comment.841
WarningsParameter serviceBuilder should be final.841
WarningsParameter negotiationID should be final.841
Warnings'}' should be on the same line.846
Warnings'{' is followed by whitespace.859
Warnings'}' should be on the same line.873
Warnings'}' should be on the same line.876
Warnings'}' should be on the same line.898
Warnings'}' should be on the same line.907
Warnings'}' should be on the same line.917
Warnings'}' should be on the same line.931
Warnings'}' should be on the same line.935
WarningsLine is longer than 120 characters.946
Warnings';' is not followed by whitespace.946
WarningsLine is longer than 120 characters.948
Warnings'}' should be on the same line.956
Warnings'else' is not followed by whitespace.957
Warnings'{' is not preceded with whitespace.957
WarningsLine is longer than 120 characters.958
Warnings'}' should be on the same line.960
Warnings'}' should be on the same line.964
Warnings'}' should be on the same line.967
Warnings'}' should be on the same line.970
Warnings'}' should be on the same line.973
Warnings'catch' is not followed by whitespace.974
Warnings'{' is not preceded with whitespace.974
Warnings'}' should be on the same line.977
WarningsMissing a Javadoc comment.984
WarningsParameter negotiationID should be final.984
WarningsParameter dependentSLATemplate should be final.984
Warnings'}' should be on the same line.989
Warnings'}' should be on the same line.1000
Warnings'}' should be on the same line.1003
Warnings'}' should be on the same line.1006
WarningsMissing a Javadoc comment.1014
WarningsParameter slaID should be final.1014
Warnings'}' should be on the same line.1019
Warnings'}' should be on the same line.1029
Warnings'}' should be on the same line.1032
WarningsMissing a Javadoc comment.1040
WarningsParameter slaID should be final.1040
WarningsParameter terminationReasons should be final.1041
Warnings'}' should be on the same line.1046
Warnings'}' should be on the same line.1054
WarningsMissing a Javadoc comment.1062
WarningsParameter targetServiceTemplate should be final.1062
Warnings'{' is followed by whitespace.1067
Warnings'}' should be on the same line.1068
WarningsMissing a Javadoc comment.1074
WarningsParameter serviceBuilder should be final.1074
WarningsParameter targetServiceTemplate should be final.1075
Warnings'}' should be on the same line.1088
Warnings'{' is followed by whitespace.1113
Warnings';' is not followed by whitespace.1113
WarningsMissing a Javadoc comment.1116
WarningsParameter targetServiceTemplate should be final.1116
WarningsParameter serviceBuilder should be final.1116
WarningsMissing a Javadoc comment.1123
WarningsParameter slaTemplate should be final.1123
WarningsParameter serviceBuilder should be final.1124
WarningsMissing a Javadoc comment.1128
WarningsParameter slaTemplate should be final.1128
WarningsMissing a Javadoc comment.1132
WarningsParameter serviceTypeID should be final.1132
WarningsMissing a Javadoc comment.1147
WarningsParameter serviceType should be final.1147
WarningsLine is longer than 120 characters.1150
WarningsLine is longer than 120 characters.1157
Warnings';' is not followed by whitespace.1158
WarningsMissing a Javadoc comment.1161
WarningsParameter serviceBuilder should be final.1161
Warnings'}' should be on the same line.1171
WarningsMissing a Javadoc comment.1186
WarningsParameter slaTemplateServiceType should be final.1186
WarningsParameter targetURI should be final.1186
WarningsLine is longer than 120 characters.1187
Warnings'+' is not preceded with whitespace.1187
Warnings'+' is not followed by whitespace.1187
WarningsLine is longer than 120 characters.1192
Warnings'}' should be on the same line.1196
WarningsLine has trailing spaces.1205
WarningsLine has trailing spaces.1208
WarningsLine is longer than 120 characters.1212
WarningsLine is longer than 120 characters.1213
WarningsLine is longer than 120 characters.1214
WarningsLine is longer than 120 characters.1215
WarningsLine is longer than 120 characters.1221
Warnings'}' should be on the same line.1238
WarningsLine is longer than 120 characters.1242
WarningsLine is longer than 120 characters.1243
WarningsLine has trailing spaces.1246
WarningsLine has trailing spaces.1248
WarningsLine has trailing spaces.1249
WarningsLine has trailing spaces.1257
WarningsLine has trailing spaces.1274
WarningsLine has trailing spaces.1276
Warnings'}' should be on the same line.1279
WarningsMissing a Javadoc comment.1288
WarningsParameter slaTemplate should be final.1288
WarningsMissing a Javadoc comment.1294
WarningsParameter sla should be final.1294
WarningsParameter slat should be final.1294
WarningsMissing a Javadoc comment.1319
WarningsName 'getCurrentTime_yyyyMMMddHH_mm_ss' must match pattern '^[a-z][a-zA-Z0-9]*$'.1319
WarningsMissing a Javadoc comment.1325
WarningsName 'getEffectiveFromTime_yyyyMMMddHH_mm_ss' must match pattern '^[a-z][a-zA-Z0-9]*$'.1325
Warnings';' is not followed by whitespace.1327
WarningsMissing a Javadoc comment.1332
WarningsName 'getEffectiveUntilTime_yyyyMMMddHH_mm_ss' must match pattern '^[a-z][a-zA-Z0-9]*$'.1332

org/slasoi/swslam/poc/impl/PlanningOptimizationActivator.java

ViolationMessageLine
WarningsUnused import - org.slasoi.gslam.core.context.GenericSLAManagerUtils.38
WarningsUnused import - org.slasoi.gslam.core.context.SLAManagerContext.39
WarningsUnused import - org.slasoi.gslam.core.context.GenericSLAManagerUtils.GenericSLAManagerUtilsException.40
WarningsUnused import - org.slasoi.slamodel.primitives.ID.41
WarningsUnused import - org.slasoi.slamodel.sla.Party.42
WarningsUnused import - org.slasoi.slamodel.sla.SLATemplate.43
WarningsUnused import - org.slasoi.gslam.core.poc.PlanningOptimization.44
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.48
WarningsMissing a Javadoc comment.50
WarningsParameter context should be final.50
Warnings'context' hides a field.50
WarningsMissing a Javadoc comment.55
WarningsParameter context should be final.55
Warnings'context' hides a field.55

org/slasoi/swslam/poc/impl/PlanningOptimizationImpl.java

ViolationMessageLine
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.55
WarningsVariable 'context' must be private and have accessor methods.55
WarningsMissing a Javadoc comment.56
WarningsVariable 'iAssessmentAndCustomizeImpl' must be private and have accessor methods.56
WarningsMissing a Javadoc comment.57
WarningsVariable 'pocPOCINotification' must be private and have accessor methods.57
WarningsMissing a Javadoc comment.58
WarningsVariable 'pocIPlanStatus' must be private and have accessor methods.58
WarningsMissing a Javadoc comment.59
WarningsVariable 'iReplan' must be private and have accessor methods.59
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.63
WarningsMissing a Javadoc comment.64
WarningsMissing a Javadoc comment.65
WarningsMissing a Javadoc comment.67
WarningsMissing a Javadoc comment.69
WarningsMissing a Javadoc comment.77
WarningsMissing a Javadoc comment.81
WarningsMissing a Javadoc comment.85
WarningsMissing a Javadoc comment.89
WarningsMissing a Javadoc comment.93
WarningsParameter context should be final.93
Warnings'context' hides a field.93
WarningsMissing a Javadoc comment.98
WarningsMissing a Javadoc comment.110
WarningsMissing a Javadoc comment.116
WarningsMissing a Javadoc comment.118
WarningsMissing a Javadoc comment.120
WarningsParameter newSLA should be final.120
Warnings'}' should be on the same line.129
Warnings'}' should be on the same line.133
Warnings'}' should be on the same line.136
Warnings'}' should be on the same line.139
WarningsMissing a Javadoc comment.146
WarningsParameter softwareServiceManagerFacade should be final.146
WarningsFirst sentence should end with a period.159
WarningsParameter planId should be final.167
WarningsParameter status should be final.167
WarningsLine is longer than 120 characters.168
WarningsFirst sentence should end with a period.179
WarningsParameter planId should be final.187
WarningsParameter analysis should be final.187
WarningsLine is longer than 120 characters.188

org/slasoi/swslam/poc/impl/solver/Base.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsMissing a Javadoc comment.10
WarningsUtility classes should not have a public or default constructor.10
WarningsMissing a Javadoc comment.12
WarningsMissing a Javadoc comment.14
WarningsMissing a Javadoc comment.18
Warnings'}' should be on the same line.26

org/slasoi/swslam/poc/impl/solver/Event.java

ViolationMessageLine
WarningsMissing a Javadoc comment.6
WarningsMissing a Javadoc comment.8
WarningsMissing a Javadoc comment.9
WarningsMissing a Javadoc comment.10
WarningsMissing a Javadoc comment.11
WarningsMissing a Javadoc comment.12
WarningsMissing a Javadoc comment.13
WarningsMissing a Javadoc comment.15
WarningsParameter name should be final.15
WarningsMissing a Javadoc comment.19
WarningsMissing a Javadoc comment.23
WarningsParameter name should be final.23
WarningsMissing a Javadoc comment.27
WarningsMissing a Javadoc comment.31
WarningsParameter bookSaleOperation should be final.31
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.39
WarningsParameter productDetailsOperation should be final.39
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.47
WarningsParameter paymentServiceOperation should be final.47
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.55
WarningsParameter listOfIsTerms should be final.55
WarningsMissing a Javadoc comment.59
WarningsMissing a Javadoc comment.63
WarningsParameter riskQuantifier should be final.63

org/slasoi/swslam/poc/impl/solver/EventName.java

ViolationMessageLine
WarningsMissing a Javadoc comment.3
WarningsMissing a Javadoc comment.5

org/slasoi/swslam/poc/impl/solver/InfrastructureServiceTerms.java

ViolationMessageLine
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.16
WarningsMissing a Javadoc comment.17
WarningsMissing a Javadoc comment.18
WarningsMissing a Javadoc comment.19
WarningsMissing a Javadoc comment.20
WarningsMissing a Javadoc comment.21
WarningsMissing a Javadoc comment.22
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.29
WarningsMissing a Javadoc comment.31
WarningsMissing a Javadoc comment.32
WarningsMissing a Javadoc comment.33
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.43
WarningsParameter riskQualifier should be final.43
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.51
WarningsParameter availability should be final.51
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.59
WarningsParameter minAvailability should be final.59
WarningsMissing a Javadoc comment.63
WarningsMissing a Javadoc comment.67
WarningsParameter maxAvailability should be final.67
WarningsMissing a Javadoc comment.71
WarningsMissing a Javadoc comment.75
WarningsParameter vmQuantity should be final.75
WarningsMissing a Javadoc comment.79
WarningsMissing a Javadoc comment.83
WarningsParameter termId should be final.83
WarningsMissing a Javadoc comment.87
WarningsMissing a Javadoc comment.91
WarningsParameter minCpuCores should be final.91
WarningsMissing a Javadoc comment.95
WarningsMissing a Javadoc comment.99
WarningsParameter maxCpuCores should be final.99
WarningsMissing a Javadoc comment.103
WarningsMissing a Javadoc comment.107
WarningsParameter minCpuSpeed should be final.107
WarningsMissing a Javadoc comment.111
WarningsMissing a Javadoc comment.115
WarningsParameter maxCpuSpeed should be final.115
WarningsMissing a Javadoc comment.119
WarningsMissing a Javadoc comment.123
WarningsParameter minMemory should be final.123
WarningsMissing a Javadoc comment.127
WarningsMissing a Javadoc comment.131
WarningsParameter maxMemory should be final.131
WarningsMissing a Javadoc comment.135
WarningsMissing a Javadoc comment.139
WarningsParameter cpuCores should be final.139
WarningsMissing a Javadoc comment.143
WarningsMissing a Javadoc comment.147
WarningsParameter cpuSpeed should be final.147
WarningsMissing a Javadoc comment.151
WarningsMissing a Javadoc comment.155
WarningsParameter memory should be final.155
WarningsMissing a Javadoc comment.159
WarningsMissing a Javadoc comment.163
WarningsParameter image should be final.163
WarningsMissing a Javadoc comment.167
WarningsMissing a Javadoc comment.171
WarningsParameter listOfImages should be final.171
WarningsMissing a Javadoc comment.175
WarningsMissing a Javadoc comment.179
WarningsParameter minVMQuantity should be final.179
WarningsMissing a Javadoc comment.183
WarningsMissing a Javadoc comment.187
WarningsParameter ruleNumber should be final.187
WarningsMissing a Javadoc comment.191
WarningsMissing a Javadoc comment.195
WarningsParameter bookSaleOperation should be final.195
WarningsMissing a Javadoc comment.199
WarningsMissing a Javadoc comment.203
WarningsParameter productDetailsOperation should be final.203
WarningsMissing a Javadoc comment.207
WarningsMissing a Javadoc comment.211
WarningsParameter paymentServiceOperation should be final.211

org/slasoi/swslam/poc/impl/solver/RiskQuantifier.java

ViolationMessageLine
WarningsMissing a Javadoc comment.3
WarningsLine has trailing spaces.4
WarningsMissing a Javadoc comment.5
WarningsMissing a Javadoc comment.6
WarningsMissing a Javadoc comment.7
WarningsMissing a Javadoc comment.8
WarningsMissing a Javadoc comment.9
WarningsLine has trailing spaces.10

org/slasoi/swslam/poc/impl/solver/SoftwareServiceOperation.java

ViolationMessageLine
WarningsUnused import - java.util.ArrayList.3
WarningsUnused import - java.util.List.4
WarningsMissing a Javadoc comment.6
WarningsLine has trailing spaces.7
WarningsMissing a Javadoc comment.9
WarningsMissing a Javadoc comment.10
WarningsMissing a Javadoc comment.11
WarningsLine has trailing spaces.12
WarningsMissing a Javadoc comment.13
WarningsMissing a Javadoc comment.14
WarningsMissing a Javadoc comment.15
WarningsMissing a Javadoc comment.16
WarningsLine has trailing spaces.17
WarningsMissing a Javadoc comment.19
WarningsMissing a Javadoc comment.20
WarningsMissing a Javadoc comment.21
WarningsMissing a Javadoc comment.22
WarningsLine has trailing spaces.23
WarningsMissing a Javadoc comment.24
Warnings'{' is not preceded with whitespace.24
WarningsLine has trailing spaces.25
WarningsLine has trailing spaces.27
WarningsMissing a Javadoc comment.28
WarningsMissing a Javadoc comment.32
WarningsParameter termId should be final.32
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.40
WarningsParameter operationName should be final.40
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.48
WarningsParameter minArrivalRate should be final.48
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.56
WarningsParameter maxArrivalRate should be final.56
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.64
WarningsParameter minCompletionTime should be final.64
WarningsMissing a Javadoc comment.68
WarningsMissing a Javadoc comment.72
WarningsParameter maxCompletionTime should be final.72
WarningsMissing a Javadoc comment.76
WarningsMissing a Javadoc comment.80
WarningsParameter completionTime should be final.80
WarningsMissing a Javadoc comment.84
WarningsMissing a Javadoc comment.88
WarningsParameter arrivalRate should be final.88
WarningsMissing a Javadoc comment.92
WarningsMissing a Javadoc comment.96
WarningsParameter availability should be final.96
WarningsMissing a Javadoc comment.100
WarningsMissing a Javadoc comment.104
WarningsParameter reliability should be final.104
WarningsLine has trailing spaces.107
WarningsMissing a Javadoc comment.108
WarningsMissing a Javadoc comment.112
WarningsParameter serviceName should be final.112
WarningsLine has trailing spaces.115
Warnings'+' is not preceded with whitespace.118
Warnings'+' is not followed by whitespace.118
Warnings'+' is not preceded with whitespace.118
Warnings'+' is not followed by whitespace.118
Warnings'+' is not preceded with whitespace.118
Warnings'+' is not followed by whitespace.118
Warnings'+' is not preceded with whitespace.118
Warnings'+' is not followed by whitespace.118
Warnings'+' is not preceded with whitespace.118
Warnings'+' is not followed by whitespace.118
Warnings'+' is not followed by whitespace.119
Warnings'+' is not preceded with whitespace.119
Warnings'+' is not followed by whitespace.119
Warnings'+' is not preceded with whitespace.119
Warnings'+' is not followed by whitespace.119
Warnings'+' is not preceded with whitespace.119
Warnings'+' is not followed by whitespace.119
Warnings'+' is not preceded with whitespace.119
Warnings'+' is not followed by whitespace.119
Warnings'+' is not followed by whitespace.120
Warnings'+' is not preceded with whitespace.120
Warnings'+' is not followed by whitespace.120
Warnings'+' is not preceded with whitespace.120
Warnings'+' is not followed by whitespace.120
Warnings'+' is not preceded with whitespace.121
Warnings'+' is not followed by whitespace.121
Warnings'+' is not preceded with whitespace.121
Warnings'+' is not followed by whitespace.121

org/slasoi/swslam/poc/impl/solver/TemplateParser.java

ViolationMessageLine
WarningsUnused import - java.io.FileReader.3
WarningsUnused import - java.io.IOException.4
WarningsUnused import - java.util.Properties.6
WarningsUnused import - org.apache.log4j.PropertyConfigurator.8
WarningsMissing a Javadoc comment.30
WarningsMissing a Javadoc comment.32
WarningsMissing a Javadoc comment.33
WarningsName 'ASSIGNMENT_MODE' must match pattern '^[a-z][a-zA-Z0-9]*$'.33
WarningsVariable 'ASSIGNMENT_MODE' must be private and have accessor methods.33
WarningsMissing a Javadoc comment.34
WarningsVariable 'operations' must be private and have accessor methods.34
WarningsMissing a Javadoc comment.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.42
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.59
WarningsParameter slaTemplate should be final.59
Warnings'slaTemplate' hides a field.59
WarningsMissing a Javadoc comment.65
WarningsParameter slaTemplate should be final.65
Warnings'slaTemplate' hides a field.65
WarningsMissing a Javadoc comment.71
WarningsParameter slaTemplate should be final.71
Warnings'slaTemplate' hides a field.71
WarningsParameter iSTerms should be final.71
Warnings'iSTerms' hides a field.71
WarningsFirst sentence should end with a period.93
WarningsLine is longer than 120 characters.93
WarningsParameter slaTemplate should be final.95
Warnings'slaTemplate' hides a field.95
WarningsExpected @param tag for 'slaTemplate'.95
Warnings'}' should be on the same line.101
WarningsMissing a Javadoc comment.109
WarningsMissing a Javadoc comment.113
WarningsName 'x_SLA' must match pattern '^[a-z][a-zA-Z0-9]*$'.113
WarningsMissing a Javadoc comment.117
WarningsName 'x_SLA_CONTENT' must match pattern '^[a-z][a-zA-Z0-9]*$'.117
Warnings'}' should be on the same line.133
WarningsMissing a Javadoc comment.141
WarningsName 'x_RENDER' must match pattern '^[a-z][a-zA-Z0-9]*$'.141
WarningsParameter idec should be final.141
WarningsMissing a Javadoc comment.173
WarningsName 'x_RENDER' must match pattern '^[a-z][a-zA-Z0-9]*$'.173
WarningsParameter term should be final.173
Warnings'if' construct must use '{}'s.176
Warnings'if' construct must use '{}'s.183
WarningsMissing a Javadoc comment.189
WarningsName 'x_RENDER' must match pattern '^[a-z][a-zA-Z0-9]*$'.189
WarningsParameter vdec should be final.189
WarningsParameter term should be final.189
Warnings';' is not followed by whitespace.198
Warnings'}' should be on the same line.213
Warnings'}' should be on the same line.224
Warnings'}' should be on the same line.235
Warnings'}' should be on the same line.246
Warnings'}' should be on the same line.257
Warnings'}' should be on the same line.268
Warnings'}' should be on the same line.279
Warnings'}' should be on the same line.288
Warnings'}' should be on the same line.297
Warnings'memory' hides a field.303
Warnings'}' should be on the same line.306
WarningsMust have at least one statement.309
Warnings'}' should be on the same line.315
WarningsMust have at least one statement.318
WarningsMissing a Javadoc comment.332
WarningsParameter ssOp should be final.332
WarningsParameter exp should be final.332
WarningsParameter property should be final.332
Warnings'}' should be on the same line.348
Warnings'}' should be on the same line.353
Warnings'}' should be on the same line.358
WarningsMissing a Javadoc comment.369
WarningsParameter iSTerms should be final.369
Warnings'iSTerms' hides a field.369
WarningsParameter exp should be final.369
WarningsParameter property should be final.369
Warnings'}' should be on the same line.385
Warnings'}' should be on the same line.388
Warnings'}' should be on the same line.391
Warnings'}' should be on the same line.394
Warnings'}' should be on the same line.398
Warnings'}' should be on the same line.403
Warnings'}' should be on the same line.406
Warnings'}' should be on the same line.409
Warnings'}' should be on the same line.416
WarningsMissing a Javadoc comment.435
WarningsName 'x_RENDER' must match pattern '^[a-z][a-zA-Z0-9]*$'.435
WarningsParameter gs should be final.435
WarningsMissing a Javadoc comment.440
WarningsName 'x_RENDER' must match pattern '^[a-z][a-zA-Z0-9]*$'.440
WarningsParameter ce should be final.440

org/slasoi/swslam/poc/impl/solver/Translator.java

ViolationMessageLine
WarningsClass Translator should be declared as final.22
WarningsMissing a Javadoc comment.22
WarningsMissing a Javadoc comment.24
WarningsMissing a Javadoc comment.25
WarningsMissing a Javadoc comment.26
WarningsMissing a Javadoc comment.27
WarningsMissing a Javadoc comment.28
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.41
Warnings'if' is not followed by whitespace.42
Warnings'{' is not preceded with whitespace.42
WarningsMissing a Javadoc comment.48
WarningsParameter slaTemplate should be final.48
WarningsParameter knowledgeBaseNumber should be final.48
Warnings'+' is not preceded with whitespace.49
Warnings'+' is not followed by whitespace.49
WarningsLine has trailing spaces.50
Warnings'}' should be on the same line.66
Warnings'}' should be on the same line.106
WarningsLine has trailing spaces.116
WarningsLine is longer than 120 characters.117
WarningsLine has trailing spaces.118
Warnings'if' is not followed by whitespace.122
Warnings'{' is not preceded with whitespace.122
Warnings'if' is not followed by whitespace.125
Warnings'{' is not preceded with whitespace.125
Warnings'if' is not followed by whitespace.128
Warnings'{' is not preceded with whitespace.128
Warnings'if' is not followed by whitespace.131
Warnings'{' is not preceded with whitespace.131
Warnings'if' is not followed by whitespace.134
Warnings'{' is not preceded with whitespace.134
Warnings'if' is not followed by whitespace.137
Warnings'{' is not preceded with whitespace.137
WarningsLine has trailing spaces.140
Warnings'if' is not followed by whitespace.142
Warnings'{' is not preceded with whitespace.142
Warnings'if' is not followed by whitespace.145
Warnings'{' is not preceded with whitespace.145
Warnings'if' is not followed by whitespace.148
Warnings'{' is not preceded with whitespace.148
Warnings'if' is not followed by whitespace.151
Warnings'{' is not preceded with whitespace.151
Warnings'if' is not followed by whitespace.154
Warnings'{' is not preceded with whitespace.154
Warnings'if' is not followed by whitespace.157
Warnings'{' is not preceded with whitespace.157
WarningsLine has trailing spaces.160
WarningsLine has trailing spaces.170
WarningsMissing a Javadoc comment.177
WarningsInner assignments should be avoided.183
Warnings'}' should be on the same line.193
Warnings'}' should be on the same line.202
WarningsLine is longer than 120 characters.208
WarningsMissing a Javadoc comment.226
WarningsInner assignments should be avoided.232
Warnings'}' should be on the same line.243
Warnings'}' should be on the same line.252
WarningsLine is longer than 120 characters.258
WarningsMissing a Javadoc comment.275
WarningsParameter listOfEvents should be final.275
WarningsParameter session should be final.275
Warnings';' is not followed by whitespace.280
WarningsMissing a Javadoc comment.286
WarningsParameter listOfEvents should be final.286
WarningsMissing a Javadoc comment.298
WarningsParameter results should be final.298
WarningsParameter length should be final.298
WarningsMissing a Javadoc comment.307
WarningsParameter knowledgeBaseNumber should be final.307
Warnings'}' should be on the same line.311
WarningsLine has trailing spaces.317

org/slasoi/swslam/poc/monitoringfeature/MonitoringFeatureCreator.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsMissing a Javadoc comment.45
WarningsMethod length is 217 lines (max allowed is 150).46
WarningsMissing a Javadoc comment.46
WarningsName '$arrayOfNUMBER' must match pattern '^[a-z][a-zA-Z0-9]*$'.54
WarningsName 'request_event' must match pattern '^[a-z][a-zA-Z0-9]*$'.59
WarningsName 'response_event' must match pattern '^[a-z][a-zA-Z0-9]*$'.60
WarningsName 'arrival_rate_sensor' must match pattern '^[a-z][a-zA-Z0-9]*$'.72
WarningsName 'arrival_rate_inputs' must match pattern '^[a-z][a-zA-Z0-9]*$'.77
WarningsName 'completion_time_sensor' must match pattern '^[a-z][a-zA-Z0-9]*$'.81
WarningsName 'completion_time_inputs' must match pattern '^[a-z][a-zA-Z0-9]*$'.85
WarningsName 'vmimage_sensor' must match pattern '^[a-z][a-zA-Z0-9]*$'.90
WarningsName 'request_sensor' must match pattern '^[a-z][a-zA-Z0-9]*$'.95
WarningsName 'response_sensor' must match pattern '^[a-z][a-zA-Z0-9]*$'.100
WarningsName 'loe_impl' must match pattern '^[a-z][a-zA-Z0-9]*$'.115
WarningsName 'gre_impl' must match pattern '^[a-z][a-zA-Z0-9]*$'.134
WarningsName 'gre_impl_inputs' must match pattern '^[a-z][a-zA-Z0-9]*$'.138
WarningsName 'gre_impl_input1' must match pattern '^[a-z][a-zA-Z0-9]*$'.139
WarningsName 'gre_impl_input2' must match pattern '^[a-z][a-zA-Z0-9]*$'.142
WarningsName 'gre_impl_output' must match pattern '^[a-z][a-zA-Z0-9]*$'.148
WarningsName 'avail_impl' must match pattern '^[a-z][a-zA-Z0-9]*$'.153
WarningsName 'avail_input' must match pattern '^[a-z][a-zA-Z0-9]*$'.157
WarningsName 'avail_input_1' must match pattern '^[a-z][a-zA-Z0-9]*$'.158
WarningsName 'avail_output' must match pattern '^[a-z][a-zA-Z0-9]*$'.163
WarningsName 'equals_impl' must match pattern '^[a-z][a-zA-Z0-9]*$'.168
WarningsName 'equals_impl_inputs' must match pattern '^[a-z][a-zA-Z0-9]*$'.172
WarningsName 'equals_impl_input1' must match pattern '^[a-z][a-zA-Z0-9]*$'.173
WarningsName 'equals_impl_input2' must match pattern '^[a-z][a-zA-Z0-9]*$'.176
WarningsName 'equals_impl_output' must match pattern '^[a-z][a-zA-Z0-9]*$'.182
WarningsName 'text_equals_impl' must match pattern '^[a-z][a-zA-Z0-9]*$'.187
WarningsName 'text_equals_impl_inputs' must match pattern '^[a-z][a-zA-Z0-9]*$'.191
WarningsName 'text_equals_impl_input1' must match pattern '^[a-z][a-zA-Z0-9]*$'.192
WarningsName 'text_equals_impl_input2' must match pattern '^[a-z][a-zA-Z0-9]*$'.195
WarningsName 'text_equals_impl_output' must match pattern '^[a-z][a-zA-Z0-9]*$'.201
WarningsName 'mean_impl' must match pattern '^[a-z][a-zA-Z0-9]*$'.206
WarningsName 'mean_input' must match pattern '^[a-z][a-zA-Z0-9]*$'.210
WarningsName 'mean_input_1' must match pattern '^[a-z][a-zA-Z0-9]*$'.211
WarningsName 'mean_output' must match pattern '^[a-z][a-zA-Z0-9]*$'.216
WarningsName 'series_impl' must match pattern '^[a-z][a-zA-Z0-9]*$'.222
WarningsName 'series_inputs' must match pattern '^[a-z][a-zA-Z0-9]*$'.226
WarningsName 'series_input_1' must match pattern '^[a-z][a-zA-Z0-9]*$'.227
WarningsName 'series_output' must match pattern '^[a-z][a-zA-Z0-9]*$'.233
Warnings'}' should be on the same line.256
WarningsName 'E' must match pattern '^[a-z][a-zA-Z0-9]*$'.257
WarningsMust have at least one statement.257

org/slasoi/swslam/poc/planhandler/PlanHandlerImpl.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsUnused import - org.slasoi.softwareservicemanager.IProvisioning.42
WarningsUnused import - org.slasoi.softwareservicemanager.provisioning.ProvisionServiceStub.44
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
WarningsName 'Service_Manager_ID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.56
WarningsMissing a Javadoc comment.57
WarningsName 'propertiesFile' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.57
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.61
WarningsMissing a Javadoc comment.63
WarningsParameter sla should be final.63
WarningsMissing a Javadoc comment.67
WarningsName 'service_buider_id' must match pattern '^[a-z][a-zA-Z0-9]*$'.79
Warnings'}' should be on the same line.90
Warnings'}' should be on the same line.94
WarningsMissing a Javadoc comment.101
WarningsParameter softwareServiceManagerFacade should be final.101
WarningsMissing a Javadoc comment.105
WarningsMissing a Javadoc comment.110