Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
36011400

Files

FilesInfosWarningsErrors
org/slasoi/isslam/poc/PlanningOptimizationServices.java020
org/slasoi/isslam/poc/impl/PlanningOptimizationActivator.java0310
org/slasoi/isslam/poc/impl/PlanningOptimizationImpl.java0790
org/slasoi/isslam/poc/monitoringconfigserialization/Serialization.java080
org/slasoi/isslam/poc/outresourcer/OutResource.java0100
org/slasoi/isslam/poc/outresourcer/impl/OutResourceImpl.java0280
org/slasoi/isslam/poc/planhandler/PlanHandler.java030
org/slasoi/isslam/poc/planhandler/exceptions/InvalidSLAFormatException.java0110
org/slasoi/isslam/poc/planhandler/impl/PlanHandlerImpl.java0480
org/slasoi/isslam/poc/replan/ReplanImpl.java070
org/slasoi/isslam/poc/resourceplanneroptimizer/ResourcePlannerOptimizer.java070
org/slasoi/isslam/poc/resourceplanneroptimizer/exceptions/RequestNotCorrectException.java040
org/slasoi/isslam/poc/resourceplanneroptimizer/impl/Bandwidth.java020
org/slasoi/isslam/poc/resourceplanneroptimizer/impl/CPU.java070
org/slasoi/isslam/poc/resourceplanneroptimizer/impl/Harddisk.java010
org/slasoi/isslam/poc/resourceplanneroptimizer/impl/Memory.java080
org/slasoi/isslam/poc/resourceplanneroptimizer/impl/QoS.java0100
org/slasoi/isslam/poc/resourceplanneroptimizer/impl/Request.java0590
org/slasoi/isslam/poc/resourceplanneroptimizer/impl/RequestProcessor.java0970
org/slasoi/isslam/poc/resourceplanneroptimizer/impl/Resource.java0110
org/slasoi/isslam/poc/resourceplanneroptimizer/impl/ResourcePlannerOptimizerImpl.java030
org/slasoi/isslam/poc/resourceplanneroptimizer/impl/SubProviderResourceComparator.java090
org/slasoi/isslam/poc/resourceplanneroptimizer/impl/VMAccessPoint.java040
org/slasoi/isslam/poc/runner/Runner.java050
org/slasoi/isslam/poc/runner/impl/RunnerImpl.java0240
org/slasoi/isslam/poc/servicesmanager/ServiceManagerHandler.java0120
org/slasoi/isslam/poc/servicesmanager/impl/EverestTestMonitoringFeatures.java010
org/slasoi/isslam/poc/servicesmanager/impl/ServiceManagerHandlerImpl.java01040
org/slasoi/isslam/poc/slaparser/SLAParser.java01680
org/slasoi/isslam/poc/slaparser/exceptions/InvalidSLATemplateFormatException.java0100
org/slasoi/isslam/poc/slaparser/exceptions/MoreThanOneInterfaceDefinedException.java090
org/slasoi/isslam/poc/slaparser/exceptions/NoVMSpecifiedException.java090
org/slasoi/isslam/poc/slat2sla/SLAT2SLA.java030
org/slasoi/isslam/poc/slat2sla/impl/SLAT2SLAImpl.java0160
org/slasoi/isslam/poc/slatcreator/SLATCreator.java0190
org/slasoi/isslam/poc/utils/Constant.java03110

Rules

RulesViolationsSeverity
JavadocMethod191Warnings Warning
JavadocType2Warnings Warning
JavadocVariable173Warnings Warning
JavadocStyle34Warnings Warning
ConstantName102Warnings Warning
LocalFinalVariableName0Warnings Warning
LocalVariableName13Warnings Warning
MemberName1Warnings Warning
MethodName15Warnings Warning
PackageName0Warnings Warning
ParameterName0Warnings Warning
StaticVariableName3Warnings Warning
TypeName0Warnings Warning
AvoidStarImport0Warnings Warning
IllegalImport0Warnings Warning
RedundantImport0Warnings Warning
UnusedImports15Warnings Warning
LineLength
  • max: "120"
31Warnings Warning
MethodLength2Warnings Warning
ParameterNumber0Warnings Warning
EmptyForIteratorPad0Warnings Warning
MethodParamPad0Warnings Warning
NoWhitespaceAfter3Warnings Warning
NoWhitespaceBefore0Warnings Warning
OperatorWrap0Warnings Warning
ParenPad2Warnings Warning
TypecastParenPad0Warnings Warning
WhitespaceAfter6Warnings Warning
WhitespaceAround53Warnings Warning
ModifierOrder103Warnings Warning
RedundantModifier13Warnings Warning
AvoidNestedBlocks0Warnings Warning
EmptyBlock0Warnings Warning
LeftCurly1Warnings Warning
NeedBraces20Warnings Warning
RightCurly173Warnings Warning
AvoidInlineConditionals1Warnings Warning
DoubleCheckedLocking0Warnings Warning
EmptyStatement0Warnings Warning
EqualsHashCode0Warnings Warning
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
10Warnings Warning
IllegalInstantiation0Warnings Warning
InnerAssignment0Warnings Warning
MagicNumber0 Ignore
MissingSwitchDefault0Warnings Warning
RedundantThrows0Warnings Warning
SimplifyBooleanExpression3Warnings Warning
SimplifyBooleanReturn0Warnings Warning
DesignForExtension0 Ignore
FinalClass0Warnings Warning
HideUtilityClassConstructor1Warnings Warning
InterfaceIsType0Warnings Warning
VisibilityModifier15Warnings Warning
ArrayTypeStyle0Warnings Warning
FinalParameters100Warnings Warning
TodoComment10Warnings Warning
UpperEll0Warnings Warning
JavadocPackage22Warnings Warning
NewlineAtEndOfFile0Warnings Warning
Translation0Warnings Warning
FileLength0Warnings Warning
FileTabCharacter
  • eachLine: "true"
3Warnings Warning
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "(?<!^\ +\*)\s+$"
22Warnings Warning

Details

org/slasoi/isslam/poc/PlanningOptimizationServices.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsExpected an @return tag.17

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

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsUnused import - java.io.BufferedReader.3
WarningsUnused import - java.io.File.4
WarningsUnused import - java.io.FileNotFoundException.5
WarningsUnused import - java.io.FileReader.6
WarningsUnused import - java.io.IOException.7
WarningsUnused import - java.util.Iterator.8
WarningsUnused import - org.slasoi.gslam.core.context.GenericSLAManagerUtils.GenericSLAManagerUtilsException.14
WarningsUnused import - org.slasoi.gslam.core.negotiation.ISyntaxConverter.15
WarningsUnused import - org.slasoi.slamodel.sla.SLATemplate.16
WarningsMissing a Javadoc comment.24
WarningsMissing a Javadoc comment.25
WarningsVariable 'context' must be private and have accessor methods.25
WarningsLine contains a tab character.29
WarningsParameter context should be final.32
Warnings'context' hides a field.32
WarningsExpected @param tag for 'context'.32
WarningsExpected @throws tag for 'Exception'.32
WarningsLine is longer than 120 characters.37
WarningsLine is longer than 120 characters.54
WarningsLine is longer than 120 characters.57
WarningsLine is longer than 120 characters.64
WarningsLine has trailing spaces.98
WarningsMissing a Javadoc comment.99
WarningsMissing a Javadoc comment.103
WarningsLine has trailing spaces.106
WarningsLine contains a tab character.106
WarningsLine contains a tab character.107
WarningsParameter arg0 should be final.110
WarningsExpected @param tag for 'arg0'.110
WarningsExpected @throws tag for 'Exception'.110

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

ViolationMessageLine
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.41
WarningsVariable 'iServiceManager' must be private and have accessor methods.41
WarningsParameter iServiceManager should be final.59
Warnings'iServiceManager' hides a field.59
WarningsExpected an @return tag.73
WarningsExpected an @return tag.82
WarningsExpected an @return tag.91
WarningsExpected an @return tag.100
WarningsParameter context should be final.111
Warnings'context' hides a field.111
WarningsMissing a Javadoc comment.117
Warnings'{' should be on the previous line.118
Warnings'(' is followed by whitespace.119
Warnings')' is preceded with whitespace.119
WarningsLine has trailing spaces.121
WarningsExpected an @return tag.138
WarningsParameter negotiationID should be final.139
WarningsParameter slaTemplate should be final.139
WarningsLine is longer than 120 characters.140
Warnings'{' is followed by whitespace.148
WarningsLine is longer than 120 characters.165
WarningsExpression can be simplified.172
Warnings'}' should be on the same line.175
Warnings'}' should be on the same line.182
Warnings'}' should be on the same line.185
Warnings'}' should be on the same line.188
Warnings'}' should be on the same line.192
Warnings'}' should be on the same line.195
WarningsFirst sentence should end with a period.201
WarningsExpected an @return tag.209
WarningsParameter negotiationID should be final.209
WarningsParameter slaTemplate should be final.209
WarningsLine is longer than 120 characters.210
Warnings'{' is followed by whitespace.211
WarningsFirst sentence should end with a period.214
WarningsExpected an @return tag.220
WarningsParameter slaID should be final.220
WarningsLine is longer than 120 characters.221
WarningsFirst sentence should end with a period.225
WarningsExpected an @return tag.233
WarningsLine is longer than 120 characters.233
WarningsParameter arg0 should be final.233
WarningsParameter arg1 should be final.233
WarningsLine is longer than 120 characters.235
Warnings'{' is followed by whitespace.240
Warnings'}' should be on the same line.243
Warnings'}' should be on the same line.246
Warnings'}' should be on the same line.249
Warnings'}' should be on the same line.259
Warnings'}' should be on the same line.263
WarningsFirst sentence should end with a period.277
WarningsParameter newSLA should be final.283
Warnings'}' should be on the same line.292
WarningsLine is longer than 120 characters.295
Warnings'}' should be on the same line.297
Warnings'}' should be on the same line.300
Warnings'}' should be on the same line.303
Warnings'}' should be on the same line.306
WarningsFirst sentence should end with a period.321
WarningsParameter planId should be final.329
WarningsParameter status should be final.329
WarningsLine is longer than 120 characters.330
WarningsFirst sentence should end with a period.341
WarningsUnused @param tag for 'planId'.344
WarningsParameter uuid should be final.349
WarningsExpected @param tag for 'uuid'.349
WarningsParameter analysis should be final.349
WarningsLine is longer than 120 characters.350
WarningsMissing a Javadoc comment.357
WarningsVariable 'context' must be private and have accessor methods.357
WarningsMissing a Javadoc comment.358
WarningsVariable 'pocIAssessmentAndCustomize' must be private and have accessor methods.358
WarningsMissing a Javadoc comment.359
WarningsVariable 'pocINotification' must be private and have accessor methods.359
WarningsMissing a Javadoc comment.360
WarningsVariable 'pocIPlanStatus' must be private and have accessor methods.360
WarningsMissing a Javadoc comment.361
WarningsVariable 'pocIReplan' must be private and have accessor methods.361

org/slasoi/isslam/poc/monitoringconfigserialization/Serialization.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsMissing a Javadoc comment.8
WarningsMissing a Javadoc comment.10
WarningsMissing a Javadoc comment.12
WarningsMissing a Javadoc comment.14
WarningsMissing a Javadoc comment.21
WarningsParameter cmf should be final.21
Warnings'}' should be on the same line.31

org/slasoi/isslam/poc/outresourcer/OutResource.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsExpected an @return tag.24
WarningsRedundant 'public' modifier.24
WarningsExpected @param tag for 'slatArray'.24
WarningsExpected an @return tag.31
WarningsRedundant 'public' modifier.31
WarningsExpected @param tag for 'requestList'.31
WarningsExpected an @return tag.38
WarningsRedundant 'public' modifier.38
WarningsExpected @param tag for 'slat'.38

org/slasoi/isslam/poc/outresourcer/impl/OutResourceImpl.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsMissing a Javadoc comment.29
WarningsMissing a Javadoc comment.30
WarningsMissing a Javadoc comment.32
WarningsExpected an @return tag.38
WarningsParameter requestList should be final.38
WarningsExpected @param tag for 'requestList'.38
Warnings'}' should be on the same line.48
Warnings'}' should be on the same line.56
Warnings'}' should be on the same line.60
WarningsExpected an @return tag.70
WarningsParameter slatArray should be final.70
WarningsExpected @param tag for 'slatArray'.70
Warnings'}' should be on the same line.84
Warnings'}' should be on the same line.89
Warnings'}' should be on the same line.93
Warnings'}' should be on the same line.97
Warnings'}' should be on the same line.101
Warnings'}' should be on the same line.108
WarningsExpected an @return tag.117
WarningsParameter slat should be final.117
WarningsExpected @param tag for 'slat'.117
Warnings'}' should be on the same line.125
Warnings'}' should be on the same line.130
Warnings'}' should be on the same line.135
Warnings'}' should be on the same line.140
Warnings'}' should be on the same line.145
Warnings'}' should be on the same line.151

org/slasoi/isslam/poc/planhandler/PlanHandler.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsExpected an @return tag.17
WarningsRedundant 'public' modifier.17

org/slasoi/isslam/poc/planhandler/exceptions/InvalidSLAFormatException.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsMissing a Javadoc comment.10
WarningsMissing a Javadoc comment.12
WarningsParameter message should be final.19
WarningsExpected @param tag for 'message'.19
WarningsParameter cause should be final.27
WarningsExpected @param tag for 'cause'.27
WarningsParameter message should be final.36
WarningsExpected @param tag for 'message'.36
WarningsParameter cause should be final.36
WarningsExpected @param tag for 'cause'.36

org/slasoi/isslam/poc/planhandler/impl/PlanHandlerImpl.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsMissing a Javadoc comment.31
WarningsVariable 'context' must be private and have accessor methods.31
WarningsMissing a Javadoc comment.32
WarningsMissing a Javadoc comment.33
WarningsMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.46
WarningsName 'Service_Manager_ID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.46
WarningsMissing a Javadoc comment.47
WarningsName 'propertiesFile' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.47
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.53
WarningsParameter slat should be final.53
Warnings'}' should be on the same line.60
WarningsMissing a Javadoc comment.67
Warnings'}' should be on the same line.87
Warnings'}' should be on the same line.97
Warnings'else' construct must use '{}'s.98
Warnings'}' should be on the same line.100
Warnings'}' should be on the same line.104
WarningsFirst sentence should end with a period.111
WarningsLine is longer than 120 characters.120
Warnings'cast' is not followed by whitespace.120
WarningsLine has trailing spaces.121
Warnings'if' is not followed by whitespace.122
Warnings'==' is not preceded with whitespace.122
Warnings'==' is not followed by whitespace.122
Warnings'{' is not preceded with whitespace.122
Warnings'if' is not followed by whitespace.128
Warnings'!=' is not preceded with whitespace.128
Warnings'!=' is not followed by whitespace.128
Warnings'{' is not preceded with whitespace.128
Warnings'}' should be on the same line.131
Warnings'=' is not preceded with whitespace.133
Warnings'=' is not followed by whitespace.133
WarningsLine has trailing spaces.140
Warnings'}' should be on the same line.144
Warnings'}' should be on the same line.148
WarningsMissing a Javadoc comment.155
WarningsMissing a Javadoc comment.160

org/slasoi/isslam/poc/replan/ReplanImpl.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsMissing a Javadoc comment.15
WarningsParameter uuid should be final.15
Warnings'{' is not preceded with whitespace.15
Warnings'}' should be on the same line.19
Warnings'}' should be on the same line.23
Warnings'}' should be on the same line.27

org/slasoi/isslam/poc/resourceplanneroptimizer/ResourcePlannerOptimizer.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsFirst sentence should end with a period.12
WarningsExpected an @return tag.16
WarningsRedundant 'public' modifier.16
WarningsFirst sentence should end with a period.18
WarningsExpected an @return tag.21
WarningsRedundant 'public' modifier.21

org/slasoi/isslam/poc/resourceplanneroptimizer/exceptions/RequestNotCorrectException.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsMissing a Javadoc comment.3
WarningsMissing a Javadoc comment.12
WarningsParameter message should be final.12

org/slasoi/isslam/poc/resourceplanneroptimizer/impl/Bandwidth.java

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

org/slasoi/isslam/poc/resourceplanneroptimizer/impl/CPU.java

ViolationMessageLine
WarningsMissing a Javadoc comment.21
WarningsExpected an @return tag.28
WarningsParameter speed should be final.35
WarningsExpected @param tag for 'speed'.35
WarningsExpected an @return tag.42
WarningsParameter architecture should be final.49
WarningsExpected @param tag for 'architecture'.49

org/slasoi/isslam/poc/resourceplanneroptimizer/impl/Harddisk.java

ViolationMessageLine
WarningsMissing a Javadoc comment.13

org/slasoi/isslam/poc/resourceplanneroptimizer/impl/Memory.java

ViolationMessageLine
WarningsMissing a Javadoc comment.13
WarningsFirst sentence should end with a period.17
WarningsName 'memory_redundancy' must match pattern '^[a-z][a-zA-Z0-9]*$'.20
WarningsExpected an @return tag.25
WarningsName 'isMemory_redundancy' must match pattern '^[a-z][a-zA-Z0-9]*$'.25
WarningsName 'setMemory_redundancy' must match pattern '^[a-z][a-zA-Z0-9]*$'.32
WarningsParameter memoryRedundancy should be final.32
WarningsExpected @param tag for 'memoryRedundancy'.32

org/slasoi/isslam/poc/resourceplanneroptimizer/impl/QoS.java

ViolationMessageLine
WarningsMissing a Javadoc comment.20
WarningsParameter availability should be final.20
WarningsParameter isolation should be final.20
WarningsExpected an @return tag.28
WarningsFirst sentence should end with a period.32
WarningsParameter availability should be final.35
WarningsExpected @param tag for 'availability'.35
WarningsExpected an @return tag.42
WarningsParameter isolation should be final.49
WarningsExpected @param tag for 'isolation'.49

org/slasoi/isslam/poc/resourceplanneroptimizer/impl/Request.java

ViolationMessageLine
WarningsFirst sentence should end with a period.15
WarningsFirst sentence should end with a period.19
WarningsFirst sentence should end with a period.23
WarningsFirst sentence should end with a period.27
WarningsFirst sentence should end with a period.31
WarningsFirst sentence should end with a period.35
WarningsFirst sentence should end with a period.39
WarningsFirst sentence should end with a period.43
WarningsFirst sentence should end with a period.47
WarningsFirst sentence should end with a period.51
WarningsFirst sentence should end with a period.55
WarningsFirst sentence should end with a period.59
WarningsFirst sentence should end with a period.63
WarningsFirst sentence should end with a period.67
WarningsMissing a Javadoc comment.72
WarningsParameter clientType should be final.72
WarningsComment matches to-do format 'TODO:'.74
WarningsExpected an @return tag.81
WarningsParameter location should be final.88
WarningsExpected @param tag for 'location'.88
WarningsExpected an @return tag.95
WarningsParameter persistence should be final.102
WarningsExpected @param tag for 'persistence'.102
WarningsExpected an @return tag.109
WarningsParameter image should be final.116
WarningsExpected @param tag for 'image'.116
WarningsExpected an @return tag.123
WarningsParameter isolation should be final.130
WarningsExpected @param tag for 'isolation'.130
WarningsExpected an @return tag.137
WarningsExpected an @return tag.144
WarningsParameter vmName should be final.151
WarningsExpected @param tag for 'vmName'.151
WarningsExpected an @return tag.158
WarningsParameter vmNumber should be final.165
WarningsExpected @param tag for 'vmNumber'.165
WarningsExpected an @return tag.172
WarningsParameter startTime should be final.179
WarningsExpected @param tag for 'startTime'.179
WarningsExpected an @return tag.186
WarningsParameter freeAt should be final.193
WarningsExpected @param tag for 'freeAt'.193
WarningsExpected an @return tag.200
WarningsParameter resource should be final.207
WarningsExpected @param tag for 'resource'.207
WarningsParameter clientType should be final.214
WarningsExpected @param tag for 'clientType'.214
WarningsExpected an @return tag.221
WarningsParameter cpuNr should be final.228
WarningsExpected @param tag for 'cpuNr'.228
WarningsExpected an @return tag.235
WarningsParameter memoryNr should be final.242
WarningsExpected @param tag for 'memoryNr'.242
WarningsMissing a Javadoc comment.246
WarningsMissing a Javadoc comment.250
WarningsParameter harddiskNr should be final.250
WarningsMissing a Javadoc comment.254
WarningsMissing a Javadoc comment.258
WarningsParameter bandwidth should be final.258

org/slasoi/isslam/poc/resourceplanneroptimizer/impl/RequestProcessor.java

ViolationMessageLine
WarningsUnused import - java.util.Set.10
WarningsUnused import - org.slasoi.infrastructure.servicemanager.types.ProvisionRequestType.13
WarningsUnused import - org.slasoi.isslam.poc.slaparser.exceptions.InvalidSLATemplateFormatException.18
WarningsMissing a Javadoc comment.29
WarningsMissing a Javadoc comment.30
WarningsMissing a Javadoc comment.31
WarningsMissing a Javadoc comment.32
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.41
WarningsParameter providerName should be final.41
WarningsParameter failureRate should be final.41
WarningsExpected an @return tag.49
WarningsExpected an @return tag.62
WarningsExpected an @return tag.69
WarningsUnused Javadoc tag.77
WarningsParameter requestList should be final.80
Warnings'requestList' hides a field.80
WarningsExpected @param tag for 'requestList'.80
WarningsExpected @throws tag for 'RequestNotCorrectException'.80
WarningsMethod length is 304 lines (max allowed is 150).98
WarningsMissing a Javadoc comment.98
WarningsExpression can be simplified.99
WarningsComment matches to-do format 'TODO:'.109
Warnings'}' should be on the same line.127
WarningsComment matches to-do format 'TODO:'.133
WarningsLine is longer than 120 characters.159
WarningsLine is longer than 120 characters.160
Warnings'}' should be on the same line.162
Warnings'}' should be on the same line.166
Warnings'}' should be on the same line.170
Warnings'}' should be on the same line.184
Warnings'else' construct must use '{}'s.185
WarningsComment matches to-do format 'TODO:'.197
Warnings'}' should be on the same line.237
WarningsLine is longer than 120 characters.240
Warnings'}' should be on the same line.274
Warnings'}' should be on the same line.295
Warnings'}' should be on the same line.308
Warnings'}' should be on the same line.327
Warnings'}' should be on the same line.351
Warnings'}' should be on the same line.365
WarningsComment matches to-do format 'TODO:'.370
WarningsMissing a Javadoc comment.403
WarningsParameter finalProfit should be final.403
WarningsComment matches to-do format 'TODO:'.409
Warnings'}' should be on the same line.421
Warnings'}' should be on the same line.427
Warnings'else' construct must use '{}'s.428
WarningsLine is longer than 120 characters.433
WarningsExpected an @return tag.439
WarningsFirst sentence should end with a period.505
WarningsExpected an @return tag.509
WarningsParameter requestList should be final.509
Warnings'requestList' hides a field.509
WarningsExpected @param tag for 'requestList'.509
Warnings'if' is not followed by whitespace.510
Warnings'==' is not preceded with whitespace.510
Warnings'==' is not followed by whitespace.510
Warnings'{' is not preceded with whitespace.510
WarningsLine has trailing spaces.513
Warnings'}' should be on the same line.518
Warnings'else' construct must use '{}'s.519
WarningsComment matches to-do format 'TODO:'.565
WarningsFirst sentence should end with a period.570
WarningsExpected an @return tag.574
WarningsParameter reqiredAmount should be final.574
WarningsExpected @param tag for 'reqiredAmount'.574
WarningsParameter availableAmount should be final.574
WarningsExpected @param tag for 'availableAmount'.574
Warnings'}' should be on the same line.580
Warnings'}' should be on the same line.583
Warnings'}' should be on the same line.586
Warnings'}' should be on the same line.589
Warnings'}' should be on the same line.592
Warnings'else' construct must use '{}'s.593
WarningsFirst sentence should end with a period.597
WarningsExpected an @return tag.601
WarningsParameter request should be final.601
WarningsExpected @param tag for 'request'.601
Warnings'}' should be on the same line.611
Warnings'}' should be on the same line.616
WarningsExpression can be simplified.623
Warnings'}' should be on the same line.628
WarningsExpected an @return tag.639
WarningsParameter clientType should be final.639
Warnings'clientType' hides a field.639
WarningsExpected @param tag for 'clientType'.639
Warnings'}' should be on the same line.642
Warnings'}' should be on the same line.645
Warnings'}' should be on the same line.648
Warnings'else' construct must use '{}'s.649

org/slasoi/isslam/poc/resourceplanneroptimizer/impl/Resource.java

ViolationMessageLine
WarningsMissing a Javadoc comment.24
WarningsMissing a Javadoc comment.26
WarningsParameter resourceName should be final.32
WarningsExpected @param tag for 'resourceName'.32
WarningsParameter amount should be final.39
WarningsExpected @param tag for 'amount'.39
WarningsParameter price should be final.46
WarningsExpected @param tag for 'price'.46
WarningsExpected an @return tag.53
WarningsExpected an @return tag.64
WarningsExpected an @return tag.71

org/slasoi/isslam/poc/resourceplanneroptimizer/impl/ResourcePlannerOptimizerImpl.java

ViolationMessageLine
WarningsMissing a Javadoc comment.16
WarningsMissing a Javadoc comment.25
WarningsMissing a Javadoc comment.35

org/slasoi/isslam/poc/resourceplanneroptimizer/impl/SubProviderResourceComparator.java

ViolationMessageLine
WarningsFirst sentence should end with a period.8
WarningsMissing a Javadoc comment.15
WarningsParameter resourceName should be final.20
WarningsExpected @param tag for 'resourceName'.20
WarningsExpected an @return tag.27
WarningsParameter o1 should be final.27
WarningsExpected @param tag for 'o1'.27
WarningsParameter o2 should be final.27
WarningsExpected @param tag for 'o2'.27

org/slasoi/isslam/poc/resourceplanneroptimizer/impl/VMAccessPoint.java

ViolationMessageLine
WarningsFirst sentence should end with a period.9
WarningsExpected an @return tag.17
WarningsParameter availability should be final.24
WarningsExpected @param tag for 'availability'.24

org/slasoi/isslam/poc/runner/Runner.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsExpected an @return tag.15
WarningsRedundant 'public' modifier.15
WarningsExpected an @return tag.22
WarningsRedundant 'public' modifier.22

org/slasoi/isslam/poc/runner/impl/RunnerImpl.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsMissing a Javadoc comment.28
WarningsMissing a Javadoc comment.29
WarningsMissing a Javadoc comment.30
WarningsVariable 'context' must be private and have accessor methods.30
WarningsMissing a Javadoc comment.32
WarningsParameter sla should be final.32
WarningsParameter context should be final.32
WarningsComment matches to-do format 'TODO:'.33
WarningsExpected an @return tag.41
WarningsLine is longer than 120 characters.51
WarningsLine is longer than 120 characters.56
Warnings'+' is not preceded with whitespace.56
Warnings'+' is not followed by whitespace.56
Warnings'+' is not preceded with whitespace.56
Warnings'+' is not followed by whitespace.56
Warnings'}' should be on the same line.75
Warnings'}' should be on the same line.79
Warnings'}' should be on the same line.85
Warnings'}' should be on the same line.89
Warnings'else' construct must use '{}'s.90
Warnings'}' should be on the same line.98
WarningsMissing a Javadoc comment.108
WarningsMissing a Javadoc comment.113

org/slasoi/isslam/poc/servicesmanager/ServiceManagerHandler.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsFirst sentence should end with a period.20
WarningsExpected an @return tag.23
WarningsRedundant 'public' modifier.23
WarningsExpected an @return tag.30
WarningsRedundant 'public' modifier.30
WarningsExpected @param tag for 'requestList'.30
WarningsExpected an @return tag.35
WarningsRedundant 'public' modifier.35
WarningsExpected an @return tag.42
WarningsRedundant 'public' modifier.42
WarningsExpected @param tag for 'provisioningRequest'.42

org/slasoi/isslam/poc/servicesmanager/impl/EverestTestMonitoringFeatures.java

ViolationMessageLine
WarningsMissing package-info.java file.0

org/slasoi/isslam/poc/servicesmanager/impl/ServiceManagerHandlerImpl.java

ViolationMessageLine
WarningsUnused import - java.util.ArrayList.3
WarningsUnused import - org.slasoi.isslam.poc.resourceplanneroptimizer.impl.CPU.20
WarningsFirst sentence should end with a period.29
WarningsMissing a Javadoc comment.36
WarningsVariable 'instance' must be private and have accessor methods.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
WarningsExpected an @return tag.46
WarningsParameter infraServiceManager should be final.53
WarningsExpected @param tag for 'infraServiceManager'.53
WarningsExpected an @return tag.60
WarningsLine is longer than 120 characters.62
Warnings'}' should be on the same line.65
Warnings'else' construct must use '{}'s.66
WarningsLine has trailing spaces.69
Warnings'if' is not followed by whitespace.82
Warnings'==' is not preceded with whitespace.82
Warnings'==' is not followed by whitespace.82
Warnings'{' is not preceded with whitespace.82
Warnings'}' should be on the same line.84
Warnings'else' construct must use '{}'s.85
Warnings'}' should be on the same line.87
WarningsMissing a Javadoc comment.95
WarningsExpected an @return tag.117
WarningsParameter requestList should be final.117
WarningsExpected @param tag for 'requestList'.117
WarningsLine has trailing spaces.118
WarningsParameter monitoringConfig should be final.118
WarningsExpected @param tag for 'monitoringConfig'.118
WarningsExpected @throws tag for 'InvalidSLATemplateFormatException'.118
Warnings'if' is not followed by whitespace.141
Warnings'{' is not preceded with whitespace.141
WarningsLine is longer than 120 characters.142
Warnings'if' is not followed by whitespace.144
Warnings'{' is not preceded with whitespace.144
WarningsLine is longer than 120 characters.145
WarningsLine has trailing spaces.146
WarningsLine has trailing spaces.147
WarningsAvoid inline conditionals.149
WarningsLine has trailing spaces.151
WarningsLine is longer than 120 characters.154
Warnings',' is not followed by whitespace.154
Warnings'}' should be on the same line.155
Warnings'else' construct must use '{}'s.156
WarningsLine has trailing spaces.159
WarningsFirst sentence should end with a period.160
WarningsExpected an @return tag.163
WarningsParameter requestList should be final.163
WarningsExpected @param tag for 'requestList'.163
Warnings'{' is not preceded with whitespace.163
Warnings'for' is not followed by whitespace.165
Warnings'{' is not preceded with whitespace.165
Warnings'if' is not followed by whitespace.166
Warnings'==' is not preceded with whitespace.166
Warnings'==' is not followed by whitespace.166
Warnings'{' is not preceded with whitespace.166
Warnings'}' should be on the same line.169
Warnings'if' is not followed by whitespace.170
Warnings'==' is not preceded with whitespace.170
Warnings'==' is not followed by whitespace.170
Warnings'{' is not preceded with whitespace.170
Warnings'}' should be on the same line.173
Warnings'if' is not followed by whitespace.174
Warnings'>=' is not preceded with whitespace.174
Warnings'>=' is not followed by whitespace.174
Warnings'{' is not preceded with whitespace.174
Warnings',' is not followed by whitespace.175
WarningsLine has trailing spaces.181
WarningsExpected an @return tag.187
WarningsParameter requestList should be final.187
WarningsExpected @param tag for 'requestList'.187
WarningsLine has trailing spaces.189
Warnings'if' is not followed by whitespace.193
Warnings'==' is not preceded with whitespace.193
Warnings'==' is not followed by whitespace.193
Warnings'!=' is not preceded with whitespace.193
Warnings'!=' is not followed by whitespace.193
Warnings'{' is not preceded with whitespace.193
WarningsLine is longer than 120 characters.194
WarningsLine has trailing spaces.196
Warnings'}' should be on the same line.203
Warnings'}' should be on the same line.207
Warnings'}' should be on the same line.213
WarningsLine has trailing spaces.218
WarningsLine has trailing spaces.219
Warnings'for' is not followed by whitespace.222
Warnings'{' is not preceded with whitespace.222
WarningsLine is longer than 120 characters.223
Warnings'-' is not preceded with whitespace.223
Warnings'-' is not followed by whitespace.223
WarningsLine has trailing spaces.226
WarningsExpected an @return tag.233
WarningsParameter provisioningRequest should be final.233
WarningsExpected @param tag for 'provisioningRequest'.233
Warnings'}' should be on the same line.236
WarningsLine has trailing spaces.242
WarningsExpected an @return tag.246
WarningsParameter reservationResponseType should be final.246
WarningsExpected @param tag for 'reservationResponseType'.246
Warnings'{' is not preceded with whitespace.246
Warnings'}' should be on the same line.249

org/slasoi/isslam/poc/slaparser/SLAParser.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.58
WarningsMissing a Javadoc comment.59
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.61
WarningsParameter slat should be final.66
WarningsExpected @param tag for 'slat'.66
Warnings'}' should be on the same line.74
Warnings'}' should be on the same line.81
Warnings'}' should be on the same line.85
Warnings'}' should be on the same line.89
WarningsMissing a Javadoc comment.96
Warnings'if' construct must use '{}'s.98
Warnings'}' should be on the same line.102
WarningsMissing a Javadoc comment.114
WarningsName 'x_SLA' must match pattern '^[a-z][a-zA-Z0-9]*$'.114
Warnings'if' construct must use '{}'s.116
WarningsMissing a Javadoc comment.123
WarningsName 'x_SLA_CONTENT' must match pattern '^[a-z][a-zA-Z0-9]*$'.123
Warnings'if' construct must use '{}'s.125
WarningsComment matches to-do format 'TODO:'.140
Warnings'if' construct must use '{}'s.149
WarningsMissing a Javadoc comment.161
WarningsName 'x_RENDER' must match pattern '^[a-z][a-zA-Z0-9]*$'.161
WarningsParameter idec should be final.161
WarningsMissing a Javadoc comment.194
WarningsName 'x_RENDER' must match pattern '^[a-z][a-zA-Z0-9]*$'.194
WarningsParameter term should be final.194
Warnings'if' construct must use '{}'s.197
Warnings'if' construct must use '{}'s.204
Warnings'if' construct must use '{}'s.206
WarningsMissing a Javadoc comment.213
WarningsName 'x_RENDER' must match pattern '^[a-z][a-zA-Z0-9]*$'.213
WarningsParameter vdec should be final.213
Warnings'}' should be on the same line.222
Warnings'}' should be on the same line.237
Warnings'}' should be on the same line.242
WarningsMissing a Javadoc comment.251
WarningsParameter request should be final.251
WarningsParameter vmAccessPoint should be final.251
WarningsMissing a Javadoc comment.257
WarningsName 'x_RENDER' must match pattern '^[a-z][a-zA-Z0-9]*$'.257
WarningsParameter gs should be final.257
WarningsMissing a Javadoc comment.265
WarningsName 'x_RENDER' must match pattern '^[a-z][a-zA-Z0-9]*$'.265
WarningsParameter ga should be final.265
WarningsMissing a Javadoc comment.272
WarningsName 'x_RENDER' must match pattern '^[a-z][a-zA-Z0-9]*$'.272
WarningsParameter gad should be final.272
WarningsMissing a Javadoc comment.280
WarningsName 'x_RENDER_PRODUCT_OFFERING_PRICE' must match pattern '^[a-z][a-zA-Z0-9]*$'.280
WarningsParameter pop should be final.280
WarningsMethod length is 764 lines (max allowed is 150).290
WarningsMissing a Javadoc comment.290
WarningsName 'x_RENDER' must match pattern '^[a-z][a-zA-Z0-9]*$'.290
WarningsParameter ce should be final.290
WarningsName 'VMList' must match pattern '^[a-z][a-zA-Z0-9]*$'.293
Warnings'}' should be on the same line.322
Warnings'}' should be on the same line.332
Warnings'}' should be on the same line.335
WarningsName 'value_trans' must match pattern '^[a-z][a-zA-Z0-9]*$'.355
Warnings'}' should be on the same line.358
Warnings'}' should be on the same line.365
WarningsName 'value_trans' must match pattern '^[a-z][a-zA-Z0-9]*$'.370
Warnings'}' should be on the same line.373
Warnings'else' construct must use '{}'s.374
Warnings'}' should be on the same line.377
Warnings'}' should be on the same line.382
Warnings'}' should be on the same line.387
Warnings'}' should be on the same line.392
Warnings'}' should be on the same line.398
Warnings'}' should be on the same line.403
Warnings'}' should be on the same line.408
WarningsName 'value_trans' must match pattern '^[a-z][a-zA-Z0-9]*$'.413
Warnings'}' should be on the same line.426
Warnings'}' should be on the same line.433
Warnings'}' should be on the same line.440
Warnings'}' should be on the same line.480
WarningsName 'value_trans' must match pattern '^[a-z][a-zA-Z0-9]*$'.486
Warnings'}' should be on the same line.493
Warnings'}' should be on the same line.502
Warnings'}' should be on the same line.509
Warnings'}' should be on the same line.520
Warnings'}' should be on the same line.525
Warnings'}' should be on the same line.530
WarningsName 'value_trans' must match pattern '^[a-z][a-zA-Z0-9]*$'.533
WarningsLine is longer than 120 characters.537
Warnings'price' hides a field.539
Warnings'}' should be on the same line.546
Warnings'}' should be on the same line.554
WarningsLine is longer than 120 characters.556
Warnings'price' hides a field.558
Warnings'}' should be on the same line.566
Warnings'}' should be on the same line.616
WarningsName 'value_trans' must match pattern '^[a-z][a-zA-Z0-9]*$'.620
Warnings'price' hides a field.627
Warnings'}' should be on the same line.635
Warnings'}' should be on the same line.643
Warnings'price' hides a field.648
Warnings'}' should be on the same line.657
Warnings'}' should be on the same line.668
Warnings'}' should be on the same line.673
Warnings'}' should be on the same line.678
WarningsName 'value_trans' must match pattern '^[a-z][a-zA-Z0-9]*$'.682
Warnings'}' should be on the same line.700
Warnings'}' should be on the same line.721
WarningsName 'value_trans' must match pattern '^[a-z][a-zA-Z0-9]*$'.726
WarningsLine is longer than 120 characters.728
Warnings'}' should be on the same line.744
Warnings'}' should be on the same line.765
Warnings'}' should be on the same line.770
Warnings'}' should be on the same line.775
WarningsName 'value_trans' must match pattern '^[a-z][a-zA-Z0-9]*$'.780
Warnings'}' should be on the same line.788
Warnings'}' should be on the same line.798
WarningsName 'value_trans' must match pattern '^[a-z][a-zA-Z0-9]*$'.803
Warnings'}' should be on the same line.811
Warnings'}' should be on the same line.821
Warnings'}' should be on the same line.826
Warnings'}' should be on the same line.831
WarningsLine is longer than 120 characters.834
WarningsName 'value_trans' must match pattern '^[a-z][a-zA-Z0-9]*$'.837
Warnings'}' should be on the same line.845
Warnings'}' should be on the same line.855
WarningsName 'value_trans' must match pattern '^[a-z][a-zA-Z0-9]*$'.860
Warnings'}' should be on the same line.868
Warnings'}' should be on the same line.878
Warnings'}' should be on the same line.883
Warnings'}' should be on the same line.888
Warnings'}' should be on the same line.893
Warnings'}' should be on the same line.899
Warnings'}' should be on the same line.904
Warnings'}' should be on the same line.909
Warnings'}' should be on the same line.914
Warnings'}' should be on the same line.920
Warnings'}' should be on the same line.925
Warnings'}' should be on the same line.930
Warnings'}' should be on the same line.935
Warnings'}' should be on the same line.941
Warnings'}' should be on the same line.946
Warnings'}' should be on the same line.951
WarningsComment matches to-do format 'TODO:'.960
Warnings'}' should be on the same line.967
Warnings'}' should be on the same line.974
Warnings'}' should be on the same line.982
Warnings'}' should be on the same line.989
Warnings'}' should be on the same line.994
Warnings'}' should be on the same line.999
Warnings'}' should be on the same line.1006
Warnings'}' should be on the same line.1013
WarningsLine is longer than 120 characters.1018
Warnings'}' should be on the same line.1021
Warnings'}' should be on the same line.1028
Warnings'}' should be on the same line.1033
Warnings'}' should be on the same line.1042
WarningsExpected an @return tag.1058
WarningsFirst sentence should end with a period.1062
Warnings'}' should be on the same line.1070
Warnings'else' construct must use '{}'s.1071
WarningsMissing a Javadoc comment.1079
WarningsMissing a Javadoc comment.1083
WarningsParameter price should be final.1083

org/slasoi/isslam/poc/slaparser/exceptions/InvalidSLATemplateFormatException.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsMissing a Javadoc comment.10
WarningsMissing a Javadoc comment.12
WarningsMissing a Javadoc comment.16
WarningsParameter message should be final.16
WarningsMissing a Javadoc comment.21
WarningsParameter cause should be final.21
WarningsMissing a Javadoc comment.26
WarningsParameter message should be final.26
WarningsParameter cause should be final.26

org/slasoi/isslam/poc/slaparser/exceptions/MoreThanOneInterfaceDefinedException.java

ViolationMessageLine
WarningsMissing a Javadoc comment.11
WarningsMissing a Javadoc comment.13
WarningsMissing a Javadoc comment.17
WarningsParameter message should be final.17
WarningsMissing a Javadoc comment.22
WarningsParameter cause should be final.22
WarningsMissing a Javadoc comment.27
WarningsParameter message should be final.27
WarningsParameter cause should be final.27

org/slasoi/isslam/poc/slaparser/exceptions/NoVMSpecifiedException.java

ViolationMessageLine
WarningsMissing a Javadoc comment.10
WarningsMissing a Javadoc comment.12
WarningsMissing a Javadoc comment.16
WarningsParameter message should be final.16
WarningsMissing a Javadoc comment.21
WarningsParameter cause should be final.21
WarningsMissing a Javadoc comment.26
WarningsParameter message should be final.26
WarningsParameter cause should be final.26

org/slasoi/isslam/poc/slat2sla/SLAT2SLA.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsExpected an @return tag.15
WarningsRedundant 'public' modifier.15

org/slasoi/isslam/poc/slat2sla/impl/SLAT2SLAImpl.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsUnused import - org.slasoi.slamodel.primitives.UUID.11
WarningsMissing a Javadoc comment.22
WarningsVariable 'slat' must be private and have accessor methods.22
WarningsMissing a Javadoc comment.23
WarningsVariable 'sla' must be private and have accessor methods.23
WarningsMissing a Javadoc comment.25
WarningsParameter slat should be final.25
WarningsMissing a Javadoc comment.30
WarningsMissing a Javadoc comment.35
WarningsExpected an @return tag.62
WarningsName 'getCurrentTime_yyyyMMMddHH_mm_ss' must match pattern '^[a-z][a-zA-Z0-9]*$'.62
WarningsExpected an @return tag.71
WarningsName 'getEffectiveFromTime_yyyyMMMddHH_mm_ss' must match pattern '^[a-z][a-zA-Z0-9]*$'.71
WarningsExpected an @return tag.82
WarningsName 'getEffectiveUntilTime_yyyyMMMddHH_mm_ss' must match pattern '^[a-z][a-zA-Z0-9]*$'.82

org/slasoi/isslam/poc/slatcreator/SLATCreator.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsMissing a Javadoc comment.18
WarningsMissing a Javadoc comment.19
WarningsName 'Infrastructure_SLA_Manager_Path_2' must match pattern '^[a-z][a-zA-Z0-9]*$'.19
WarningsVariable 'Infrastructure_SLA_Manager_Path_2' must be private and have accessor methods.19
WarningsMissing a Javadoc comment.22
WarningsName 'Infrastructure_SLA_Manager_Path_3' must match pattern '^[a-z][a-zA-Z0-9]*$'.22
WarningsVariable 'Infrastructure_SLA_Manager_Path_3' must be private and have accessor methods.22
WarningsMissing a Javadoc comment.25
WarningsName 'Infrastructure_SLA_Manager_Path_4' must match pattern '^[a-z][a-zA-Z0-9]*$'.25
WarningsVariable 'Infrastructure_SLA_Manager_Path_4' must be private and have accessor methods.25
WarningsMissing a Javadoc comment.29
WarningsMissing a Javadoc comment.32
WarningsParameter path should be final.32
Warnings'}' should be on the same line.49
Warnings'}' should be on the same line.53
Warnings'}' should be on the same line.57
Warnings'}' should be on the same line.63
Warnings'else' construct must use '{}'s.64

org/slasoi/isslam/poc/utils/Constant.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsUtility classes should not have a public or default constructor.8
WarningsMissing a Javadoc comment.9
Warnings'static' modifier out of order with the JLS suggestions.9
WarningsName '$cup_architecture' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.9
WarningsMissing a Javadoc comment.10
Warnings'static' modifier out of order with the JLS suggestions.10
WarningsName '$memory_redundancy' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.10
WarningsMissing a Javadoc comment.12
Warnings'static' modifier out of order with the JLS suggestions.12
WarningsMissing a Javadoc comment.13
Warnings'static' modifier out of order with the JLS suggestions.13
WarningsMissing a Javadoc comment.16
Warnings'static' modifier out of order with the JLS suggestions.16
WarningsName 'startTtime' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.16
WarningsMissing a Javadoc comment.17
Warnings'static' modifier out of order with the JLS suggestions.17
WarningsName 'endTime' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.17
WarningsMissing a Javadoc comment.18
Warnings'static' modifier out of order with the JLS suggestions.18
WarningsName 'Memory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.18
WarningsMissing a Javadoc comment.19
Warnings'static' modifier out of order with the JLS suggestions.19
WarningsMissing a Javadoc comment.20
Warnings'static' modifier out of order with the JLS suggestions.20
WarningsName 'Harddisk' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.20
WarningsMissing a Javadoc comment.21
Warnings'static' modifier out of order with the JLS suggestions.21
WarningsName 'Bandwidth' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.21
WarningsMissing a Javadoc comment.23
Warnings'static' modifier out of order with the JLS suggestions.23
WarningsName 'CPU_Max_Speed_VM0' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.23
WarningsMissing a Javadoc comment.24
Warnings'static' modifier out of order with the JLS suggestions.24
WarningsName 'CPU_Max_Speed_VM1' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.24
WarningsMissing a Javadoc comment.25
Warnings'static' modifier out of order with the JLS suggestions.25
WarningsName 'CPU_Mini_Speed_VM0' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.25
WarningsMissing a Javadoc comment.26
Warnings'static' modifier out of order with the JLS suggestions.26
WarningsName 'CPU_Mini_Speed_VM1' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.26
WarningsMissing a Javadoc comment.27
Warnings'static' modifier out of order with the JLS suggestions.27
WarningsName 'CPU_Core_Max_Nr_VM0' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.27
WarningsMissing a Javadoc comment.28
Warnings'static' modifier out of order with the JLS suggestions.28
WarningsName 'CPU_Core_Max_Nr_VM1' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.28
WarningsMissing a Javadoc comment.29
Warnings'static' modifier out of order with the JLS suggestions.29
WarningsName 'CPU_Core_Mini_Nr_VM0' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.29
WarningsMissing a Javadoc comment.30
Warnings'static' modifier out of order with the JLS suggestions.30
WarningsName 'CPU_Core_Mini_Nr_VM1' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.30
WarningsMissing a Javadoc comment.31
Warnings'static' modifier out of order with the JLS suggestions.31
WarningsName 'Memory_Max_Size' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.31
WarningsMissing a Javadoc comment.32
Warnings'static' modifier out of order with the JLS suggestions.32
WarningsName 'Memory_Mini_Size' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.32
WarningsMissing a Javadoc comment.34
Warnings'static' modifier out of order with the JLS suggestions.34
WarningsName 'Memory_Basic_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.34
WarningsMissing a Javadoc comment.36
Warnings'static' modifier out of order with the JLS suggestions.36
WarningsName 'Harddisk_Basic_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.36
WarningsMissing a Javadoc comment.38
Warnings'static' modifier out of order with the JLS suggestions.38
WarningsName 'Bandwidth_Basic_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.38
WarningsMissing a Javadoc comment.40
Warnings'static' modifier out of order with the JLS suggestions.40
WarningsName 'CPU_Basic_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.40
WarningsMissing a Javadoc comment.42
Warnings'static' modifier out of order with the JLS suggestions.42
WarningsName 'CPU_Price_Increasement' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.42
WarningsLine has trailing spaces.43
WarningsMissing a Javadoc comment.45
Warnings'static' modifier out of order with the JLS suggestions.45
WarningsName 'smallCPU' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.45
WarningsMissing a Javadoc comment.46
Warnings'static' modifier out of order with the JLS suggestions.46
WarningsName 'mediumCPU' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.46
WarningsMissing a Javadoc comment.47
Warnings'static' modifier out of order with the JLS suggestions.47
WarningsName 'largeCPU' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.47
WarningsLine has trailing spaces.48
WarningsMissing a Javadoc comment.49
Warnings'static' modifier out of order with the JLS suggestions.49
WarningsName 'small' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.49
WarningsMissing a Javadoc comment.50
Warnings'static' modifier out of order with the JLS suggestions.50
WarningsName 'medium' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.50
WarningsMissing a Javadoc comment.51
Warnings'static' modifier out of order with the JLS suggestions.51
WarningsName 'large' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.51
WarningsLine has trailing spaces.52
WarningsMissing a Javadoc comment.57
Warnings'static' modifier out of order with the JLS suggestions.57
WarningsName 'maxAvailability' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.57
WarningsMissing a Javadoc comment.58
Warnings'static' modifier out of order with the JLS suggestions.58
WarningsName 'basicAvailability' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.58
WarningsMissing a Javadoc comment.59
Warnings'static' modifier out of order with the JLS suggestions.59
WarningsName 'innerProfitRate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.59
WarningsMissing a Javadoc comment.60
Warnings'static' modifier out of order with the JLS suggestions.60
WarningsName 'externalProfitRate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.60
WarningsMissing a Javadoc comment.61
Warnings'static' modifier out of order with the JLS suggestions.61
WarningsName 'maxFailureRate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.61
WarningsMissing a Javadoc comment.62
Warnings'static' modifier out of order with the JLS suggestions.62
WarningsName 'minimalH' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.62
WarningsMissing a Javadoc comment.63
Warnings'static' modifier out of order with the JLS suggestions.63
WarningsName 'maxBeta' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.63
WarningsMissing a Javadoc comment.65
Warnings'static' modifier out of order with the JLS suggestions.65
WarningsName 'goldCustomerDiscount' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.65
WarningsMissing a Javadoc comment.66
Warnings'static' modifier out of order with the JLS suggestions.66
WarningsName 'silverCustomerDiscount' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.66
WarningsMissing a Javadoc comment.67
Warnings'static' modifier out of order with the JLS suggestions.67
WarningsName 'bronzeCustomerDiscount' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.67
WarningsMissing a Javadoc comment.69
Warnings'static' modifier out of order with the JLS suggestions.69
WarningsName 'CPU_1GHz_1Gb_Name' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.69
WarningsMissing a Javadoc comment.70
Warnings'static' modifier out of order with the JLS suggestions.70
WarningsName 'CPU_1GHz_2Gb_Name' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.70
WarningsMissing a Javadoc comment.71
Warnings'static' modifier out of order with the JLS suggestions.71
WarningsName 'CPU_2GHz_1Gb_Name' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.71
WarningsMissing a Javadoc comment.72
Warnings'static' modifier out of order with the JLS suggestions.72
WarningsName 'CPU_2GHz_2Gb_Name' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.72
WarningsMissing a Javadoc comment.78
Warnings'static' modifier out of order with the JLS suggestions.78
WarningsName 'Main_Provider' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.78
WarningsMissing a Javadoc comment.80
Warnings'static' modifier out of order with the JLS suggestions.80
WarningsName 'Main_FailureRate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.80
WarningsMissing a Javadoc comment.82
Warnings'static' modifier out of order with the JLS suggestions.82
WarningsName 'Main_CPU_1GHz_1Gb_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.82
WarningsMissing a Javadoc comment.83
Warnings'static' modifier out of order with the JLS suggestions.83
WarningsName 'Main_CPU_1GHz_2Gb_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.83
WarningsMissing a Javadoc comment.84
Warnings'static' modifier out of order with the JLS suggestions.84
WarningsName 'Main_CPU_2GHz_1Gb_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.84
WarningsMissing a Javadoc comment.85
Warnings'static' modifier out of order with the JLS suggestions.85
WarningsName 'Main_CPU_2GHz_2Gb_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.85
WarningsMissing a Javadoc comment.86
Warnings'static' modifier out of order with the JLS suggestions.86
WarningsName 'Main_Memory_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.86
WarningsMissing a Javadoc comment.88
Warnings'static' modifier out of order with the JLS suggestions.88
WarningsName 'Main_CPU_1GHz_1Gb_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.88
WarningsMissing a Javadoc comment.89
Warnings'static' modifier out of order with the JLS suggestions.89
WarningsName 'Main_CPU_1GHz_2Gb_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.89
WarningsMissing a Javadoc comment.90
Warnings'static' modifier out of order with the JLS suggestions.90
WarningsName 'Main_CPU_2GHz_1Gb_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.90
WarningsMissing a Javadoc comment.91
Warnings'static' modifier out of order with the JLS suggestions.91
WarningsName 'Main_CPU_2GHz_2Gb_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.91
WarningsMissing a Javadoc comment.92
Warnings'static' modifier out of order with the JLS suggestions.92
WarningsName 'Main_Memory_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.92
WarningsMissing a Javadoc comment.95
Warnings'static' modifier out of order with the JLS suggestions.95
WarningsName 'Sub_Provider_1' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.95
WarningsMissing a Javadoc comment.97
Warnings'static' modifier out of order with the JLS suggestions.97
WarningsName 'Sub_Provider_1_FailureRate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.97
WarningsMissing a Javadoc comment.99
Warnings'static' modifier out of order with the JLS suggestions.99
WarningsName 'Sub1_CPU_1GHz_1Gb_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.99
WarningsMissing a Javadoc comment.100
Warnings'static' modifier out of order with the JLS suggestions.100
WarningsName 'Sub1_CPU_1GHz_2Gb_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.100
WarningsMissing a Javadoc comment.101
Warnings'static' modifier out of order with the JLS suggestions.101
WarningsName 'Sub1_CPU_2GHz_1Gb_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.101
WarningsMissing a Javadoc comment.102
Warnings'static' modifier out of order with the JLS suggestions.102
WarningsName 'Sub1_CPU_2GHz_2Gb_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.102
WarningsMissing a Javadoc comment.103
Warnings'static' modifier out of order with the JLS suggestions.103
WarningsName 'Sub1_Memory_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.103
WarningsMissing a Javadoc comment.105
Warnings'static' modifier out of order with the JLS suggestions.105
WarningsName 'Sub1_CPU_1GHz_1Gb_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.105
WarningsMissing a Javadoc comment.106
Warnings'static' modifier out of order with the JLS suggestions.106
WarningsName 'Sub1_CPU_1GHz_2Gb_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.106
WarningsMissing a Javadoc comment.107
Warnings'static' modifier out of order with the JLS suggestions.107
WarningsName 'Sub1_CPU_2GHz_1Gb_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.107
WarningsMissing a Javadoc comment.108
Warnings'static' modifier out of order with the JLS suggestions.108
WarningsName 'Sub1_CPU_2GHz_2Gb_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.108
WarningsMissing a Javadoc comment.109
Warnings'static' modifier out of order with the JLS suggestions.109
WarningsName 'Sub1_Memory_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.109
WarningsMissing a Javadoc comment.112
Warnings'static' modifier out of order with the JLS suggestions.112
WarningsName 'Sub_Provider_2' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.112
WarningsMissing a Javadoc comment.114
Warnings'static' modifier out of order with the JLS suggestions.114
WarningsName 'Sub_Provider_2_FailureRate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.114
WarningsMissing a Javadoc comment.116
Warnings'static' modifier out of order with the JLS suggestions.116
WarningsName 'Sub2_CPU_1GHz_1Gb_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.116
WarningsMissing a Javadoc comment.117
Warnings'static' modifier out of order with the JLS suggestions.117
WarningsName 'Sub2_CPU_1GHz_2Gb_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.117
WarningsMissing a Javadoc comment.118
Warnings'static' modifier out of order with the JLS suggestions.118
WarningsName 'Sub2_CPU_2GHz_1Gb_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.118
WarningsMissing a Javadoc comment.119
Warnings'static' modifier out of order with the JLS suggestions.119
WarningsName 'Sub2_CPU_2GHz_2Gb_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.119
WarningsMissing a Javadoc comment.120
Warnings'static' modifier out of order with the JLS suggestions.120
WarningsName 'Sub2_Memory_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.120
WarningsMissing a Javadoc comment.122
Warnings'static' modifier out of order with the JLS suggestions.122
WarningsName 'Sub2_CPU_1GHz_1Gb_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.122
WarningsMissing a Javadoc comment.123
Warnings'static' modifier out of order with the JLS suggestions.123
WarningsName 'Sub2_CPU_1GHz_2Gb_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.123
WarningsMissing a Javadoc comment.124
Warnings'static' modifier out of order with the JLS suggestions.124
WarningsName 'Sub2_CPU_2GHz_1Gb_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.124
WarningsMissing a Javadoc comment.125
Warnings'static' modifier out of order with the JLS suggestions.125
WarningsName 'Sub2_CPU_2GHz_2Gb_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.125
WarningsMissing a Javadoc comment.126
Warnings'static' modifier out of order with the JLS suggestions.126
WarningsName 'Sub2_Memory_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.126
WarningsMissing a Javadoc comment.129
Warnings'static' modifier out of order with the JLS suggestions.129
WarningsName 'Sub_Provider_3' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.129
WarningsMissing a Javadoc comment.131
Warnings'static' modifier out of order with the JLS suggestions.131
WarningsName 'Sub_Provider_3_FailureRate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.131
WarningsMissing a Javadoc comment.133
Warnings'static' modifier out of order with the JLS suggestions.133
WarningsName 'Sub3_CPU_1GHz_1Gb_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.133
WarningsMissing a Javadoc comment.134
Warnings'static' modifier out of order with the JLS suggestions.134
WarningsName 'Sub3_CPU_1GHz_2Gb_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.134
WarningsMissing a Javadoc comment.135
Warnings'static' modifier out of order with the JLS suggestions.135
WarningsName 'Sub3_CPU_2GHz_1Gb_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.135
WarningsMissing a Javadoc comment.136
Warnings'static' modifier out of order with the JLS suggestions.136
WarningsName 'Sub3_CPU_2GHz_2Gb_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.136
WarningsMissing a Javadoc comment.137
Warnings'static' modifier out of order with the JLS suggestions.137
WarningsName 'Sub3_Memory_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.137
WarningsMissing a Javadoc comment.139
Warnings'static' modifier out of order with the JLS suggestions.139
WarningsName 'Sub3_CPU_1GHz_1Gb_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.139
WarningsMissing a Javadoc comment.140
Warnings'static' modifier out of order with the JLS suggestions.140
WarningsName 'Sub3_CPU_1GHz_2Gb_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.140
WarningsMissing a Javadoc comment.141
Warnings'static' modifier out of order with the JLS suggestions.141
WarningsName 'Sub3_CPU_2GHz_1Gb_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.141
WarningsMissing a Javadoc comment.142
Warnings'static' modifier out of order with the JLS suggestions.142
WarningsName 'Sub3_CPU_2GHz_2Gb_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.142
WarningsMissing a Javadoc comment.143
Warnings'static' modifier out of order with the JLS suggestions.143
WarningsName 'Sub3_Memory_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.143
WarningsMissing a Javadoc comment.146
Warnings'static' modifier out of order with the JLS suggestions.146
WarningsName 'Client_Type_Gold' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.146
WarningsMissing a Javadoc comment.147
Warnings'static' modifier out of order with the JLS suggestions.147
WarningsName 'Client_Type_Silver' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.147
WarningsMissing a Javadoc comment.148
Warnings'static' modifier out of order with the JLS suggestions.148
WarningsName 'Client_Type_Bronze' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.148
WarningsMissing a Javadoc comment.151
Warnings'static' modifier out of order with the JLS suggestions.151
WarningsName 'Client_Request_CPU_1GHz_1Gb_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.151
WarningsMissing a Javadoc comment.152
Warnings'static' modifier out of order with the JLS suggestions.152
WarningsName 'Client_Request_CPU_1GHz_2Gb_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.152
WarningsMissing a Javadoc comment.153
Warnings'static' modifier out of order with the JLS suggestions.153
WarningsName 'Client_Request_CPU_2GHz_1Gb_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.153
WarningsMissing a Javadoc comment.154
Warnings'static' modifier out of order with the JLS suggestions.154
WarningsName 'Client_Request_CPU_2GHz_2Gb_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.154
WarningsMissing a Javadoc comment.156
Warnings'static' modifier out of order with the JLS suggestions.156
WarningsName 'Client_Request_Memory_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.156
WarningsMissing a Javadoc comment.158
Warnings'static' modifier out of order with the JLS suggestions.158
WarningsName 'Client_Request_QoS_Availability' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.158
WarningsMissing a Javadoc comment.159
Warnings'static' modifier out of order with the JLS suggestions.159
WarningsName 'Client_Request_QoS_Isolation' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.159