The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocMethod | 191 | ![]() |
JavadocType | 2 | ![]() |
JavadocVariable | 173 | ![]() |
JavadocStyle | 34 | ![]() |
ConstantName | 102 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 13 | ![]() |
MemberName | 1 | ![]() |
MethodName | 15 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 3 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 15 | ![]() |
LineLength
| 31 | ![]() |
MethodLength | 2 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 3 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad | 2 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 6 | ![]() |
WhitespaceAround | 53 | ![]() |
ModifierOrder | 103 | ![]() |
RedundantModifier | 13 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 0 | ![]() |
LeftCurly | 1 | ![]() |
NeedBraces | 20 | ![]() |
RightCurly | 173 | ![]() |
AvoidInlineConditionals | 1 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField
| 10 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 0 | Ignore |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 3 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 0 | Ignore |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 1 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 15 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 100 | ![]() |
TodoComment | 10 | ![]() |
UpperEll | 0 | ![]() |
JavadocPackage | 22 | ![]() |
NewlineAtEndOfFile | 0 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 3 | ![]() |
RegexpSingleline
| 22 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Expected an @return tag. | 17 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Unused import - java.io.BufferedReader. | 3 |
![]() | Unused import - java.io.File. | 4 |
![]() | Unused import - java.io.FileNotFoundException. | 5 |
![]() | Unused import - java.io.FileReader. | 6 |
![]() | Unused import - java.io.IOException. | 7 |
![]() | Unused import - java.util.Iterator. | 8 |
![]() | Unused import - org.slasoi.gslam.core.context.GenericSLAManagerUtils.GenericSLAManagerUtilsException. | 14 |
![]() | Unused import - org.slasoi.gslam.core.negotiation.ISyntaxConverter. | 15 |
![]() | Unused import - org.slasoi.slamodel.sla.SLATemplate. | 16 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Variable 'context' must be private and have accessor methods. | 25 |
![]() | Line contains a tab character. | 29 |
![]() | Parameter context should be final. | 32 |
![]() | 'context' hides a field. | 32 |
![]() | Expected @param tag for 'context'. | 32 |
![]() | Expected @throws tag for 'Exception'. | 32 |
![]() | Line is longer than 120 characters. | 37 |
![]() | Line is longer than 120 characters. | 54 |
![]() | Line is longer than 120 characters. | 57 |
![]() | Line is longer than 120 characters. | 64 |
![]() | Line has trailing spaces. | 98 |
![]() | Missing a Javadoc comment. | 99 |
![]() | Missing a Javadoc comment. | 103 |
![]() | Line has trailing spaces. | 106 |
![]() | Line contains a tab character. | 106 |
![]() | Line contains a tab character. | 107 |
![]() | Parameter arg0 should be final. | 110 |
![]() | Expected @param tag for 'arg0'. | 110 |
![]() | Expected @throws tag for 'Exception'. | 110 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Variable 'iServiceManager' must be private and have accessor methods. | 41 |
![]() | Parameter iServiceManager should be final. | 59 |
![]() | 'iServiceManager' hides a field. | 59 |
![]() | Expected an @return tag. | 73 |
![]() | Expected an @return tag. | 82 |
![]() | Expected an @return tag. | 91 |
![]() | Expected an @return tag. | 100 |
![]() | Parameter context should be final. | 111 |
![]() | 'context' hides a field. | 111 |
![]() | Missing a Javadoc comment. | 117 |
![]() | '{' should be on the previous line. | 118 |
![]() | '(' is followed by whitespace. | 119 |
![]() | ')' is preceded with whitespace. | 119 |
![]() | Line has trailing spaces. | 121 |
![]() | Expected an @return tag. | 138 |
![]() | Parameter negotiationID should be final. | 139 |
![]() | Parameter slaTemplate should be final. | 139 |
![]() | Line is longer than 120 characters. | 140 |
![]() | '{' is followed by whitespace. | 148 |
![]() | Line is longer than 120 characters. | 165 |
![]() | Expression can be simplified. | 172 |
![]() | '}' should be on the same line. | 175 |
![]() | '}' should be on the same line. | 182 |
![]() | '}' should be on the same line. | 185 |
![]() | '}' should be on the same line. | 188 |
![]() | '}' should be on the same line. | 192 |
![]() | '}' should be on the same line. | 195 |
![]() | First sentence should end with a period. | 201 |
![]() | Expected an @return tag. | 209 |
![]() | Parameter negotiationID should be final. | 209 |
![]() | Parameter slaTemplate should be final. | 209 |
![]() | Line is longer than 120 characters. | 210 |
![]() | '{' is followed by whitespace. | 211 |
![]() | First sentence should end with a period. | 214 |
![]() | Expected an @return tag. | 220 |
![]() | Parameter slaID should be final. | 220 |
![]() | Line is longer than 120 characters. | 221 |
![]() | First sentence should end with a period. | 225 |
![]() | Expected an @return tag. | 233 |
![]() | Line is longer than 120 characters. | 233 |
![]() | Parameter arg0 should be final. | 233 |
![]() | Parameter arg1 should be final. | 233 |
![]() | Line is longer than 120 characters. | 235 |
![]() | '{' is followed by whitespace. | 240 |
![]() | '}' should be on the same line. | 243 |
![]() | '}' should be on the same line. | 246 |
![]() | '}' should be on the same line. | 249 |
![]() | '}' should be on the same line. | 259 |
![]() | '}' should be on the same line. | 263 |
![]() | First sentence should end with a period. | 277 |
![]() | Parameter newSLA should be final. | 283 |
![]() | '}' should be on the same line. | 292 |
![]() | Line is longer than 120 characters. | 295 |
![]() | '}' should be on the same line. | 297 |
![]() | '}' should be on the same line. | 300 |
![]() | '}' should be on the same line. | 303 |
![]() | '}' should be on the same line. | 306 |
![]() | First sentence should end with a period. | 321 |
![]() | Parameter planId should be final. | 329 |
![]() | Parameter status should be final. | 329 |
![]() | Line is longer than 120 characters. | 330 |
![]() | First sentence should end with a period. | 341 |
![]() | Unused @param tag for 'planId'. | 344 |
![]() | Parameter uuid should be final. | 349 |
![]() | Expected @param tag for 'uuid'. | 349 |
![]() | Parameter analysis should be final. | 349 |
![]() | Line is longer than 120 characters. | 350 |
![]() | Missing a Javadoc comment. | 357 |
![]() | Variable 'context' must be private and have accessor methods. | 357 |
![]() | Missing a Javadoc comment. | 358 |
![]() | Variable 'pocIAssessmentAndCustomize' must be private and have accessor methods. | 358 |
![]() | Missing a Javadoc comment. | 359 |
![]() | Variable 'pocINotification' must be private and have accessor methods. | 359 |
![]() | Missing a Javadoc comment. | 360 |
![]() | Variable 'pocIPlanStatus' must be private and have accessor methods. | 360 |
![]() | Missing a Javadoc comment. | 361 |
![]() | Variable 'pocIReplan' must be private and have accessor methods. | 361 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 8 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Parameter cmf should be final. | 21 |
![]() | '}' should be on the same line. | 31 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Expected an @return tag. | 24 |
![]() | Redundant 'public' modifier. | 24 |
![]() | Expected @param tag for 'slatArray'. | 24 |
![]() | Expected an @return tag. | 31 |
![]() | Redundant 'public' modifier. | 31 |
![]() | Expected @param tag for 'requestList'. | 31 |
![]() | Expected an @return tag. | 38 |
![]() | Redundant 'public' modifier. | 38 |
![]() | Expected @param tag for 'slat'. | 38 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Expected an @return tag. | 38 |
![]() | Parameter requestList should be final. | 38 |
![]() | Expected @param tag for 'requestList'. | 38 |
![]() | '}' should be on the same line. | 48 |
![]() | '}' should be on the same line. | 56 |
![]() | '}' should be on the same line. | 60 |
![]() | Expected an @return tag. | 70 |
![]() | Parameter slatArray should be final. | 70 |
![]() | Expected @param tag for 'slatArray'. | 70 |
![]() | '}' should be on the same line. | 84 |
![]() | '}' should be on the same line. | 89 |
![]() | '}' should be on the same line. | 93 |
![]() | '}' should be on the same line. | 97 |
![]() | '}' should be on the same line. | 101 |
![]() | '}' should be on the same line. | 108 |
![]() | Expected an @return tag. | 117 |
![]() | Parameter slat should be final. | 117 |
![]() | Expected @param tag for 'slat'. | 117 |
![]() | '}' should be on the same line. | 125 |
![]() | '}' should be on the same line. | 130 |
![]() | '}' should be on the same line. | 135 |
![]() | '}' should be on the same line. | 140 |
![]() | '}' should be on the same line. | 145 |
![]() | '}' should be on the same line. | 151 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Expected an @return tag. | 17 |
![]() | Redundant 'public' modifier. | 17 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Parameter message should be final. | 19 |
![]() | Expected @param tag for 'message'. | 19 |
![]() | Parameter cause should be final. | 27 |
![]() | Expected @param tag for 'cause'. | 27 |
![]() | Parameter message should be final. | 36 |
![]() | Expected @param tag for 'message'. | 36 |
![]() | Parameter cause should be final. | 36 |
![]() | Expected @param tag for 'cause'. | 36 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Variable 'context' must be private and have accessor methods. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Name 'Service_Manager_ID' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Name 'propertiesFile' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Parameter slat should be final. | 53 |
![]() | '}' should be on the same line. | 60 |
![]() | Missing a Javadoc comment. | 67 |
![]() | '}' should be on the same line. | 87 |
![]() | '}' should be on the same line. | 97 |
![]() | 'else' construct must use '{}'s. | 98 |
![]() | '}' should be on the same line. | 100 |
![]() | '}' should be on the same line. | 104 |
![]() | First sentence should end with a period. | 111 |
![]() | Line is longer than 120 characters. | 120 |
![]() | 'cast' is not followed by whitespace. | 120 |
![]() | Line has trailing spaces. | 121 |
![]() | 'if' is not followed by whitespace. | 122 |
![]() | '==' is not preceded with whitespace. | 122 |
![]() | '==' is not followed by whitespace. | 122 |
![]() | '{' is not preceded with whitespace. | 122 |
![]() | 'if' is not followed by whitespace. | 128 |
![]() | '!=' is not preceded with whitespace. | 128 |
![]() | '!=' is not followed by whitespace. | 128 |
![]() | '{' is not preceded with whitespace. | 128 |
![]() | '}' should be on the same line. | 131 |
![]() | '=' is not preceded with whitespace. | 133 |
![]() | '=' is not followed by whitespace. | 133 |
![]() | Line has trailing spaces. | 140 |
![]() | '}' should be on the same line. | 144 |
![]() | '}' should be on the same line. | 148 |
![]() | Missing a Javadoc comment. | 155 |
![]() | Missing a Javadoc comment. | 160 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Parameter uuid should be final. | 15 |
![]() | '{' is not preceded with whitespace. | 15 |
![]() | '}' should be on the same line. | 19 |
![]() | '}' should be on the same line. | 23 |
![]() | '}' should be on the same line. | 27 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | First sentence should end with a period. | 12 |
![]() | Expected an @return tag. | 16 |
![]() | Redundant 'public' modifier. | 16 |
![]() | First sentence should end with a period. | 18 |
![]() | Expected an @return tag. | 21 |
![]() | Redundant 'public' modifier. | 21 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 3 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Parameter message should be final. | 12 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 12 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 21 |
![]() | Expected an @return tag. | 28 |
![]() | Parameter speed should be final. | 35 |
![]() | Expected @param tag for 'speed'. | 35 |
![]() | Expected an @return tag. | 42 |
![]() | Parameter architecture should be final. | 49 |
![]() | Expected @param tag for 'architecture'. | 49 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 13 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 13 |
![]() | First sentence should end with a period. | 17 |
![]() | Name 'memory_redundancy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 20 |
![]() | Expected an @return tag. | 25 |
![]() | Name 'isMemory_redundancy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 25 |
![]() | Name 'setMemory_redundancy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 |
![]() | Parameter memoryRedundancy should be final. | 32 |
![]() | Expected @param tag for 'memoryRedundancy'. | 32 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 20 |
![]() | Parameter availability should be final. | 20 |
![]() | Parameter isolation should be final. | 20 |
![]() | Expected an @return tag. | 28 |
![]() | First sentence should end with a period. | 32 |
![]() | Parameter availability should be final. | 35 |
![]() | Expected @param tag for 'availability'. | 35 |
![]() | Expected an @return tag. | 42 |
![]() | Parameter isolation should be final. | 49 |
![]() | Expected @param tag for 'isolation'. | 49 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 15 |
![]() | First sentence should end with a period. | 19 |
![]() | First sentence should end with a period. | 23 |
![]() | First sentence should end with a period. | 27 |
![]() | First sentence should end with a period. | 31 |
![]() | First sentence should end with a period. | 35 |
![]() | First sentence should end with a period. | 39 |
![]() | First sentence should end with a period. | 43 |
![]() | First sentence should end with a period. | 47 |
![]() | First sentence should end with a period. | 51 |
![]() | First sentence should end with a period. | 55 |
![]() | First sentence should end with a period. | 59 |
![]() | First sentence should end with a period. | 63 |
![]() | First sentence should end with a period. | 67 |
![]() | Missing a Javadoc comment. | 72 |
![]() | Parameter clientType should be final. | 72 |
![]() | Comment matches to-do format 'TODO:'. | 74 |
![]() | Expected an @return tag. | 81 |
![]() | Parameter location should be final. | 88 |
![]() | Expected @param tag for 'location'. | 88 |
![]() | Expected an @return tag. | 95 |
![]() | Parameter persistence should be final. | 102 |
![]() | Expected @param tag for 'persistence'. | 102 |
![]() | Expected an @return tag. | 109 |
![]() | Parameter image should be final. | 116 |
![]() | Expected @param tag for 'image'. | 116 |
![]() | Expected an @return tag. | 123 |
![]() | Parameter isolation should be final. | 130 |
![]() | Expected @param tag for 'isolation'. | 130 |
![]() | Expected an @return tag. | 137 |
![]() | Expected an @return tag. | 144 |
![]() | Parameter vmName should be final. | 151 |
![]() | Expected @param tag for 'vmName'. | 151 |
![]() | Expected an @return tag. | 158 |
![]() | Parameter vmNumber should be final. | 165 |
![]() | Expected @param tag for 'vmNumber'. | 165 |
![]() | Expected an @return tag. | 172 |
![]() | Parameter startTime should be final. | 179 |
![]() | Expected @param tag for 'startTime'. | 179 |
![]() | Expected an @return tag. | 186 |
![]() | Parameter freeAt should be final. | 193 |
![]() | Expected @param tag for 'freeAt'. | 193 |
![]() | Expected an @return tag. | 200 |
![]() | Parameter resource should be final. | 207 |
![]() | Expected @param tag for 'resource'. | 207 |
![]() | Parameter clientType should be final. | 214 |
![]() | Expected @param tag for 'clientType'. | 214 |
![]() | Expected an @return tag. | 221 |
![]() | Parameter cpuNr should be final. | 228 |
![]() | Expected @param tag for 'cpuNr'. | 228 |
![]() | Expected an @return tag. | 235 |
![]() | Parameter memoryNr should be final. | 242 |
![]() | Expected @param tag for 'memoryNr'. | 242 |
![]() | Missing a Javadoc comment. | 246 |
![]() | Missing a Javadoc comment. | 250 |
![]() | Parameter harddiskNr should be final. | 250 |
![]() | Missing a Javadoc comment. | 254 |
![]() | Missing a Javadoc comment. | 258 |
![]() | Parameter bandwidth should be final. | 258 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.util.Set. | 10 |
![]() | Unused import - org.slasoi.infrastructure.servicemanager.types.ProvisionRequestType. | 13 |
![]() | Unused import - org.slasoi.isslam.poc.slaparser.exceptions.InvalidSLATemplateFormatException. | 18 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Parameter providerName should be final. | 41 |
![]() | Parameter failureRate should be final. | 41 |
![]() | Expected an @return tag. | 49 |
![]() | Expected an @return tag. | 62 |
![]() | Expected an @return tag. | 69 |
![]() | Unused Javadoc tag. | 77 |
![]() | Parameter requestList should be final. | 80 |
![]() | 'requestList' hides a field. | 80 |
![]() | Expected @param tag for 'requestList'. | 80 |
![]() | Expected @throws tag for 'RequestNotCorrectException'. | 80 |
![]() | Method length is 304 lines (max allowed is 150). | 98 |
![]() | Missing a Javadoc comment. | 98 |
![]() | Expression can be simplified. | 99 |
![]() | Comment matches to-do format 'TODO:'. | 109 |
![]() | '}' should be on the same line. | 127 |
![]() | Comment matches to-do format 'TODO:'. | 133 |
![]() | Line is longer than 120 characters. | 159 |
![]() | Line is longer than 120 characters. | 160 |
![]() | '}' should be on the same line. | 162 |
![]() | '}' should be on the same line. | 166 |
![]() | '}' should be on the same line. | 170 |
![]() | '}' should be on the same line. | 184 |
![]() | 'else' construct must use '{}'s. | 185 |
![]() | Comment matches to-do format 'TODO:'. | 197 |
![]() | '}' should be on the same line. | 237 |
![]() | Line is longer than 120 characters. | 240 |
![]() | '}' should be on the same line. | 274 |
![]() | '}' should be on the same line. | 295 |
![]() | '}' should be on the same line. | 308 |
![]() | '}' should be on the same line. | 327 |
![]() | '}' should be on the same line. | 351 |
![]() | '}' should be on the same line. | 365 |
![]() | Comment matches to-do format 'TODO:'. | 370 |
![]() | Missing a Javadoc comment. | 403 |
![]() | Parameter finalProfit should be final. | 403 |
![]() | Comment matches to-do format 'TODO:'. | 409 |
![]() | '}' should be on the same line. | 421 |
![]() | '}' should be on the same line. | 427 |
![]() | 'else' construct must use '{}'s. | 428 |
![]() | Line is longer than 120 characters. | 433 |
![]() | Expected an @return tag. | 439 |
![]() | First sentence should end with a period. | 505 |
![]() | Expected an @return tag. | 509 |
![]() | Parameter requestList should be final. | 509 |
![]() | 'requestList' hides a field. | 509 |
![]() | Expected @param tag for 'requestList'. | 509 |
![]() | 'if' is not followed by whitespace. | 510 |
![]() | '==' is not preceded with whitespace. | 510 |
![]() | '==' is not followed by whitespace. | 510 |
![]() | '{' is not preceded with whitespace. | 510 |
![]() | Line has trailing spaces. | 513 |
![]() | '}' should be on the same line. | 518 |
![]() | 'else' construct must use '{}'s. | 519 |
![]() | Comment matches to-do format 'TODO:'. | 565 |
![]() | First sentence should end with a period. | 570 |
![]() | Expected an @return tag. | 574 |
![]() | Parameter reqiredAmount should be final. | 574 |
![]() | Expected @param tag for 'reqiredAmount'. | 574 |
![]() | Parameter availableAmount should be final. | 574 |
![]() | Expected @param tag for 'availableAmount'. | 574 |
![]() | '}' should be on the same line. | 580 |
![]() | '}' should be on the same line. | 583 |
![]() | '}' should be on the same line. | 586 |
![]() | '}' should be on the same line. | 589 |
![]() | '}' should be on the same line. | 592 |
![]() | 'else' construct must use '{}'s. | 593 |
![]() | First sentence should end with a period. | 597 |
![]() | Expected an @return tag. | 601 |
![]() | Parameter request should be final. | 601 |
![]() | Expected @param tag for 'request'. | 601 |
![]() | '}' should be on the same line. | 611 |
![]() | '}' should be on the same line. | 616 |
![]() | Expression can be simplified. | 623 |
![]() | '}' should be on the same line. | 628 |
![]() | Expected an @return tag. | 639 |
![]() | Parameter clientType should be final. | 639 |
![]() | 'clientType' hides a field. | 639 |
![]() | Expected @param tag for 'clientType'. | 639 |
![]() | '}' should be on the same line. | 642 |
![]() | '}' should be on the same line. | 645 |
![]() | '}' should be on the same line. | 648 |
![]() | 'else' construct must use '{}'s. | 649 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Parameter resourceName should be final. | 32 |
![]() | Expected @param tag for 'resourceName'. | 32 |
![]() | Parameter amount should be final. | 39 |
![]() | Expected @param tag for 'amount'. | 39 |
![]() | Parameter price should be final. | 46 |
![]() | Expected @param tag for 'price'. | 46 |
![]() | Expected an @return tag. | 53 |
![]() | Expected an @return tag. | 64 |
![]() | Expected an @return tag. | 71 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 35 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 8 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Parameter resourceName should be final. | 20 |
![]() | Expected @param tag for 'resourceName'. | 20 |
![]() | Expected an @return tag. | 27 |
![]() | Parameter o1 should be final. | 27 |
![]() | Expected @param tag for 'o1'. | 27 |
![]() | Parameter o2 should be final. | 27 |
![]() | Expected @param tag for 'o2'. | 27 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 9 |
![]() | Expected an @return tag. | 17 |
![]() | Parameter availability should be final. | 24 |
![]() | Expected @param tag for 'availability'. | 24 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Expected an @return tag. | 15 |
![]() | Redundant 'public' modifier. | 15 |
![]() | Expected an @return tag. | 22 |
![]() | Redundant 'public' modifier. | 22 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Variable 'context' must be private and have accessor methods. | 30 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Parameter sla should be final. | 32 |
![]() | Parameter context should be final. | 32 |
![]() | Comment matches to-do format 'TODO:'. | 33 |
![]() | Expected an @return tag. | 41 |
![]() | Line is longer than 120 characters. | 51 |
![]() | Line is longer than 120 characters. | 56 |
![]() | '+' is not preceded with whitespace. | 56 |
![]() | '+' is not followed by whitespace. | 56 |
![]() | '+' is not preceded with whitespace. | 56 |
![]() | '+' is not followed by whitespace. | 56 |
![]() | '}' should be on the same line. | 75 |
![]() | '}' should be on the same line. | 79 |
![]() | '}' should be on the same line. | 85 |
![]() | '}' should be on the same line. | 89 |
![]() | 'else' construct must use '{}'s. | 90 |
![]() | '}' should be on the same line. | 98 |
![]() | Missing a Javadoc comment. | 108 |
![]() | Missing a Javadoc comment. | 113 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | First sentence should end with a period. | 20 |
![]() | Expected an @return tag. | 23 |
![]() | Redundant 'public' modifier. | 23 |
![]() | Expected an @return tag. | 30 |
![]() | Redundant 'public' modifier. | 30 |
![]() | Expected @param tag for 'requestList'. | 30 |
![]() | Expected an @return tag. | 35 |
![]() | Redundant 'public' modifier. | 35 |
![]() | Expected an @return tag. | 42 |
![]() | Redundant 'public' modifier. | 42 |
![]() | Expected @param tag for 'provisioningRequest'. | 42 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
Violation | Message | Line |
---|---|---|
![]() | Unused import - java.util.ArrayList. | 3 |
![]() | Unused import - org.slasoi.isslam.poc.resourceplanneroptimizer.impl.CPU. | 20 |
![]() | First sentence should end with a period. | 29 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Variable 'instance' must be private and have accessor methods. | 36 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Missing a Javadoc comment. | 39 |
![]() | Missing a Javadoc comment. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Expected an @return tag. | 46 |
![]() | Parameter infraServiceManager should be final. | 53 |
![]() | Expected @param tag for 'infraServiceManager'. | 53 |
![]() | Expected an @return tag. | 60 |
![]() | Line is longer than 120 characters. | 62 |
![]() | '}' should be on the same line. | 65 |
![]() | 'else' construct must use '{}'s. | 66 |
![]() | Line has trailing spaces. | 69 |
![]() | 'if' is not followed by whitespace. | 82 |
![]() | '==' is not preceded with whitespace. | 82 |
![]() | '==' is not followed by whitespace. | 82 |
![]() | '{' is not preceded with whitespace. | 82 |
![]() | '}' should be on the same line. | 84 |
![]() | 'else' construct must use '{}'s. | 85 |
![]() | '}' should be on the same line. | 87 |
![]() | Missing a Javadoc comment. | 95 |
![]() | Expected an @return tag. | 117 |
![]() | Parameter requestList should be final. | 117 |
![]() | Expected @param tag for 'requestList'. | 117 |
![]() | Line has trailing spaces. | 118 |
![]() | Parameter monitoringConfig should be final. | 118 |
![]() | Expected @param tag for 'monitoringConfig'. | 118 |
![]() | Expected @throws tag for 'InvalidSLATemplateFormatException'. | 118 |
![]() | 'if' is not followed by whitespace. | 141 |
![]() | '{' is not preceded with whitespace. | 141 |
![]() | Line is longer than 120 characters. | 142 |
![]() | 'if' is not followed by whitespace. | 144 |
![]() | '{' is not preceded with whitespace. | 144 |
![]() | Line is longer than 120 characters. | 145 |
![]() | Line has trailing spaces. | 146 |
![]() | Line has trailing spaces. | 147 |
![]() | Avoid inline conditionals. | 149 |
![]() | Line has trailing spaces. | 151 |
![]() | Line is longer than 120 characters. | 154 |
![]() | ',' is not followed by whitespace. | 154 |
![]() | '}' should be on the same line. | 155 |
![]() | 'else' construct must use '{}'s. | 156 |
![]() | Line has trailing spaces. | 159 |
![]() | First sentence should end with a period. | 160 |
![]() | Expected an @return tag. | 163 |
![]() | Parameter requestList should be final. | 163 |
![]() | Expected @param tag for 'requestList'. | 163 |
![]() | '{' is not preceded with whitespace. | 163 |
![]() | 'for' is not followed by whitespace. | 165 |
![]() | '{' is not preceded with whitespace. | 165 |
![]() | 'if' is not followed by whitespace. | 166 |
![]() | '==' is not preceded with whitespace. | 166 |
![]() | '==' is not followed by whitespace. | 166 |
![]() | '{' is not preceded with whitespace. | 166 |
![]() | '}' should be on the same line. | 169 |
![]() | 'if' is not followed by whitespace. | 170 |
![]() | '==' is not preceded with whitespace. | 170 |
![]() | '==' is not followed by whitespace. | 170 |
![]() | '{' is not preceded with whitespace. | 170 |
![]() | '}' should be on the same line. | 173 |
![]() | 'if' is not followed by whitespace. | 174 |
![]() | '>=' is not preceded with whitespace. | 174 |
![]() | '>=' is not followed by whitespace. | 174 |
![]() | '{' is not preceded with whitespace. | 174 |
![]() | ',' is not followed by whitespace. | 175 |
![]() | Line has trailing spaces. | 181 |
![]() | Expected an @return tag. | 187 |
![]() | Parameter requestList should be final. | 187 |
![]() | Expected @param tag for 'requestList'. | 187 |
![]() | Line has trailing spaces. | 189 |
![]() | 'if' is not followed by whitespace. | 193 |
![]() | '==' is not preceded with whitespace. | 193 |
![]() | '==' is not followed by whitespace. | 193 |
![]() | '!=' is not preceded with whitespace. | 193 |
![]() | '!=' is not followed by whitespace. | 193 |
![]() | '{' is not preceded with whitespace. | 193 |
![]() | Line is longer than 120 characters. | 194 |
![]() | Line has trailing spaces. | 196 |
![]() | '}' should be on the same line. | 203 |
![]() | '}' should be on the same line. | 207 |
![]() | '}' should be on the same line. | 213 |
![]() | Line has trailing spaces. | 218 |
![]() | Line has trailing spaces. | 219 |
![]() | 'for' is not followed by whitespace. | 222 |
![]() | '{' is not preceded with whitespace. | 222 |
![]() | Line is longer than 120 characters. | 223 |
![]() | '-' is not preceded with whitespace. | 223 |
![]() | '-' is not followed by whitespace. | 223 |
![]() | Line has trailing spaces. | 226 |
![]() | Expected an @return tag. | 233 |
![]() | Parameter provisioningRequest should be final. | 233 |
![]() | Expected @param tag for 'provisioningRequest'. | 233 |
![]() | '}' should be on the same line. | 236 |
![]() | Line has trailing spaces. | 242 |
![]() | Expected an @return tag. | 246 |
![]() | Parameter reservationResponseType should be final. | 246 |
![]() | Expected @param tag for 'reservationResponseType'. | 246 |
![]() | '{' is not preceded with whitespace. | 246 |
![]() | '}' should be on the same line. | 249 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 52 |
![]() | Missing a Javadoc comment. | 53 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Parameter slat should be final. | 66 |
![]() | Expected @param tag for 'slat'. | 66 |
![]() | '}' should be on the same line. | 74 |
![]() | '}' should be on the same line. | 81 |
![]() | '}' should be on the same line. | 85 |
![]() | '}' should be on the same line. | 89 |
![]() | Missing a Javadoc comment. | 96 |
![]() | 'if' construct must use '{}'s. | 98 |
![]() | '}' should be on the same line. | 102 |
![]() | Missing a Javadoc comment. | 114 |
![]() | Name 'x_SLA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 |
![]() | 'if' construct must use '{}'s. | 116 |
![]() | Missing a Javadoc comment. | 123 |
![]() | Name 'x_SLA_CONTENT' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 123 |
![]() | 'if' construct must use '{}'s. | 125 |
![]() | Comment matches to-do format 'TODO:'. | 140 |
![]() | 'if' construct must use '{}'s. | 149 |
![]() | Missing a Javadoc comment. | 161 |
![]() | Name 'x_RENDER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 161 |
![]() | Parameter idec should be final. | 161 |
![]() | Missing a Javadoc comment. | 194 |
![]() | Name 'x_RENDER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 194 |
![]() | Parameter term should be final. | 194 |
![]() | 'if' construct must use '{}'s. | 197 |
![]() | 'if' construct must use '{}'s. | 204 |
![]() | 'if' construct must use '{}'s. | 206 |
![]() | Missing a Javadoc comment. | 213 |
![]() | Name 'x_RENDER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 213 |
![]() | Parameter vdec should be final. | 213 |
![]() | '}' should be on the same line. | 222 |
![]() | '}' should be on the same line. | 237 |
![]() | '}' should be on the same line. | 242 |
![]() | Missing a Javadoc comment. | 251 |
![]() | Parameter request should be final. | 251 |
![]() | Parameter vmAccessPoint should be final. | 251 |
![]() | Missing a Javadoc comment. | 257 |
![]() | Name 'x_RENDER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 257 |
![]() | Parameter gs should be final. | 257 |
![]() | Missing a Javadoc comment. | 265 |
![]() | Name 'x_RENDER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 265 |
![]() | Parameter ga should be final. | 265 |
![]() | Missing a Javadoc comment. | 272 |
![]() | Name 'x_RENDER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 272 |
![]() | Parameter gad should be final. | 272 |
![]() | Missing a Javadoc comment. | 280 |
![]() | Name 'x_RENDER_PRODUCT_OFFERING_PRICE' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 280 |
![]() | Parameter pop should be final. | 280 |
![]() | Method length is 764 lines (max allowed is 150). | 290 |
![]() | Missing a Javadoc comment. | 290 |
![]() | Name 'x_RENDER' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 290 |
![]() | Parameter ce should be final. | 290 |
![]() | Name 'VMList' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 293 |
![]() | '}' should be on the same line. | 322 |
![]() | '}' should be on the same line. | 332 |
![]() | '}' should be on the same line. | 335 |
![]() | Name 'value_trans' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 355 |
![]() | '}' should be on the same line. | 358 |
![]() | '}' should be on the same line. | 365 |
![]() | Name 'value_trans' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 370 |
![]() | '}' should be on the same line. | 373 |
![]() | 'else' construct must use '{}'s. | 374 |
![]() | '}' should be on the same line. | 377 |
![]() | '}' should be on the same line. | 382 |
![]() | '}' should be on the same line. | 387 |
![]() | '}' should be on the same line. | 392 |
![]() | '}' should be on the same line. | 398 |
![]() | '}' should be on the same line. | 403 |
![]() | '}' should be on the same line. | 408 |
![]() | Name 'value_trans' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 413 |
![]() | '}' should be on the same line. | 426 |
![]() | '}' should be on the same line. | 433 |
![]() | '}' should be on the same line. | 440 |
![]() | '}' should be on the same line. | 480 |
![]() | Name 'value_trans' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 486 |
![]() | '}' should be on the same line. | 493 |
![]() | '}' should be on the same line. | 502 |
![]() | '}' should be on the same line. | 509 |
![]() | '}' should be on the same line. | 520 |
![]() | '}' should be on the same line. | 525 |
![]() | '}' should be on the same line. | 530 |
![]() | Name 'value_trans' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 533 |
![]() | Line is longer than 120 characters. | 537 |
![]() | 'price' hides a field. | 539 |
![]() | '}' should be on the same line. | 546 |
![]() | '}' should be on the same line. | 554 |
![]() | Line is longer than 120 characters. | 556 |
![]() | 'price' hides a field. | 558 |
![]() | '}' should be on the same line. | 566 |
![]() | '}' should be on the same line. | 616 |
![]() | Name 'value_trans' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 620 |
![]() | 'price' hides a field. | 627 |
![]() | '}' should be on the same line. | 635 |
![]() | '}' should be on the same line. | 643 |
![]() | 'price' hides a field. | 648 |
![]() | '}' should be on the same line. | 657 |
![]() | '}' should be on the same line. | 668 |
![]() | '}' should be on the same line. | 673 |
![]() | '}' should be on the same line. | 678 |
![]() | Name 'value_trans' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 682 |
![]() | '}' should be on the same line. | 700 |
![]() | '}' should be on the same line. | 721 |
![]() | Name 'value_trans' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 726 |
![]() | Line is longer than 120 characters. | 728 |
![]() | '}' should be on the same line. | 744 |
![]() | '}' should be on the same line. | 765 |
![]() | '}' should be on the same line. | 770 |
![]() | '}' should be on the same line. | 775 |
![]() | Name 'value_trans' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 780 |
![]() | '}' should be on the same line. | 788 |
![]() | '}' should be on the same line. | 798 |
![]() | Name 'value_trans' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 803 |
![]() | '}' should be on the same line. | 811 |
![]() | '}' should be on the same line. | 821 |
![]() | '}' should be on the same line. | 826 |
![]() | '}' should be on the same line. | 831 |
![]() | Line is longer than 120 characters. | 834 |
![]() | Name 'value_trans' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 837 |
![]() | '}' should be on the same line. | 845 |
![]() | '}' should be on the same line. | 855 |
![]() | Name 'value_trans' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 860 |
![]() | '}' should be on the same line. | 868 |
![]() | '}' should be on the same line. | 878 |
![]() | '}' should be on the same line. | 883 |
![]() | '}' should be on the same line. | 888 |
![]() | '}' should be on the same line. | 893 |
![]() | '}' should be on the same line. | 899 |
![]() | '}' should be on the same line. | 904 |
![]() | '}' should be on the same line. | 909 |
![]() | '}' should be on the same line. | 914 |
![]() | '}' should be on the same line. | 920 |
![]() | '}' should be on the same line. | 925 |
![]() | '}' should be on the same line. | 930 |
![]() | '}' should be on the same line. | 935 |
![]() | '}' should be on the same line. | 941 |
![]() | '}' should be on the same line. | 946 |
![]() | '}' should be on the same line. | 951 |
![]() | Comment matches to-do format 'TODO:'. | 960 |
![]() | '}' should be on the same line. | 967 |
![]() | '}' should be on the same line. | 974 |
![]() | '}' should be on the same line. | 982 |
![]() | '}' should be on the same line. | 989 |
![]() | '}' should be on the same line. | 994 |
![]() | '}' should be on the same line. | 999 |
![]() | '}' should be on the same line. | 1006 |
![]() | '}' should be on the same line. | 1013 |
![]() | Line is longer than 120 characters. | 1018 |
![]() | '}' should be on the same line. | 1021 |
![]() | '}' should be on the same line. | 1028 |
![]() | '}' should be on the same line. | 1033 |
![]() | '}' should be on the same line. | 1042 |
![]() | Expected an @return tag. | 1058 |
![]() | First sentence should end with a period. | 1062 |
![]() | '}' should be on the same line. | 1070 |
![]() | 'else' construct must use '{}'s. | 1071 |
![]() | Missing a Javadoc comment. | 1079 |
![]() | Missing a Javadoc comment. | 1083 |
![]() | Parameter price should be final. | 1083 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Parameter message should be final. | 16 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Parameter cause should be final. | 21 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Parameter message should be final. | 26 |
![]() | Parameter cause should be final. | 26 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Parameter message should be final. | 17 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Parameter cause should be final. | 22 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Parameter message should be final. | 27 |
![]() | Parameter cause should be final. | 27 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Parameter message should be final. | 16 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Parameter cause should be final. | 21 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Parameter message should be final. | 26 |
![]() | Parameter cause should be final. | 26 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Expected an @return tag. | 15 |
![]() | Redundant 'public' modifier. | 15 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Unused import - org.slasoi.slamodel.primitives.UUID. | 11 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Variable 'slat' must be private and have accessor methods. | 22 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Variable 'sla' must be private and have accessor methods. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Parameter slat should be final. | 25 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Expected an @return tag. | 62 |
![]() | Name 'getCurrentTime_yyyyMMMddHH_mm_ss' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 |
![]() | Expected an @return tag. | 71 |
![]() | Name 'getEffectiveFromTime_yyyyMMMddHH_mm_ss' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 |
![]() | Expected an @return tag. | 82 |
![]() | Name 'getEffectiveUntilTime_yyyyMMMddHH_mm_ss' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Name 'Infrastructure_SLA_Manager_Path_2' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 19 |
![]() | Variable 'Infrastructure_SLA_Manager_Path_2' must be private and have accessor methods. | 19 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Name 'Infrastructure_SLA_Manager_Path_3' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 22 |
![]() | Variable 'Infrastructure_SLA_Manager_Path_3' must be private and have accessor methods. | 22 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Name 'Infrastructure_SLA_Manager_Path_4' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 25 |
![]() | Variable 'Infrastructure_SLA_Manager_Path_4' must be private and have accessor methods. | 25 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Parameter path should be final. | 32 |
![]() | '}' should be on the same line. | 49 |
![]() | '}' should be on the same line. | 53 |
![]() | '}' should be on the same line. | 57 |
![]() | '}' should be on the same line. | 63 |
![]() | 'else' construct must use '{}'s. | 64 |
Violation | Message | Line |
---|---|---|
![]() | Missing package-info.java file. | 0 |
![]() | Utility classes should not have a public or default constructor. | 8 |
![]() | Missing a Javadoc comment. | 9 |
![]() | 'static' modifier out of order with the JLS suggestions. | 9 |
![]() | Name '$cup_architecture' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 9 |
![]() | Missing a Javadoc comment. | 10 |
![]() | 'static' modifier out of order with the JLS suggestions. | 10 |
![]() | Name '$memory_redundancy' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 10 |
![]() | Missing a Javadoc comment. | 12 |
![]() | 'static' modifier out of order with the JLS suggestions. | 12 |
![]() | Missing a Javadoc comment. | 13 |
![]() | 'static' modifier out of order with the JLS suggestions. | 13 |
![]() | Missing a Javadoc comment. | 16 |
![]() | 'static' modifier out of order with the JLS suggestions. | 16 |
![]() | Name 'startTtime' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | 'static' modifier out of order with the JLS suggestions. | 17 |
![]() | Name 'endTime' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | 'static' modifier out of order with the JLS suggestions. | 18 |
![]() | Name 'Memory' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 18 |
![]() | Missing a Javadoc comment. | 19 |
![]() | 'static' modifier out of order with the JLS suggestions. | 19 |
![]() | Missing a Javadoc comment. | 20 |
![]() | 'static' modifier out of order with the JLS suggestions. | 20 |
![]() | Name 'Harddisk' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | 'static' modifier out of order with the JLS suggestions. | 21 |
![]() | Name 'Bandwidth' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 21 |
![]() | Missing a Javadoc comment. | 23 |
![]() | 'static' modifier out of order with the JLS suggestions. | 23 |
![]() | Name 'CPU_Max_Speed_VM0' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | 'static' modifier out of order with the JLS suggestions. | 24 |
![]() | Name 'CPU_Max_Speed_VM1' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | 'static' modifier out of order with the JLS suggestions. | 25 |
![]() | Name 'CPU_Mini_Speed_VM0' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | 'static' modifier out of order with the JLS suggestions. | 26 |
![]() | Name 'CPU_Mini_Speed_VM1' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | 'static' modifier out of order with the JLS suggestions. | 27 |
![]() | Name 'CPU_Core_Max_Nr_VM0' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 |
![]() | Missing a Javadoc comment. | 28 |
![]() | 'static' modifier out of order with the JLS suggestions. | 28 |
![]() | Name 'CPU_Core_Max_Nr_VM1' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 |
![]() | Missing a Javadoc comment. | 29 |
![]() | 'static' modifier out of order with the JLS suggestions. | 29 |
![]() | Name 'CPU_Core_Mini_Nr_VM0' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | 'static' modifier out of order with the JLS suggestions. | 30 |
![]() | Name 'CPU_Core_Mini_Nr_VM1' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | 'static' modifier out of order with the JLS suggestions. | 31 |
![]() | Name 'Memory_Max_Size' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | 'static' modifier out of order with the JLS suggestions. | 32 |
![]() | Name 'Memory_Mini_Size' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 |
![]() | Missing a Javadoc comment. | 34 |
![]() | 'static' modifier out of order with the JLS suggestions. | 34 |
![]() | Name 'Memory_Basic_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 |
![]() | Missing a Javadoc comment. | 36 |
![]() | 'static' modifier out of order with the JLS suggestions. | 36 |
![]() | Name 'Harddisk_Basic_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 |
![]() | Missing a Javadoc comment. | 38 |
![]() | 'static' modifier out of order with the JLS suggestions. | 38 |
![]() | Name 'Bandwidth_Basic_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 |
![]() | Missing a Javadoc comment. | 40 |
![]() | 'static' modifier out of order with the JLS suggestions. | 40 |
![]() | Name 'CPU_Basic_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 |
![]() | Missing a Javadoc comment. | 42 |
![]() | 'static' modifier out of order with the JLS suggestions. | 42 |
![]() | Name 'CPU_Price_Increasement' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 |
![]() | Line has trailing spaces. | 43 |
![]() | Missing a Javadoc comment. | 45 |
![]() | 'static' modifier out of order with the JLS suggestions. | 45 |
![]() | Name 'smallCPU' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 |
![]() | Missing a Javadoc comment. | 46 |
![]() | 'static' modifier out of order with the JLS suggestions. | 46 |
![]() | Name 'mediumCPU' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 |
![]() | Missing a Javadoc comment. | 47 |
![]() | 'static' modifier out of order with the JLS suggestions. | 47 |
![]() | Name 'largeCPU' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 |
![]() | Line has trailing spaces. | 48 |
![]() | Missing a Javadoc comment. | 49 |
![]() | 'static' modifier out of order with the JLS suggestions. | 49 |
![]() | Name 'small' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 |
![]() | Missing a Javadoc comment. | 50 |
![]() | 'static' modifier out of order with the JLS suggestions. | 50 |
![]() | Name 'medium' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 |
![]() | Missing a Javadoc comment. | 51 |
![]() | 'static' modifier out of order with the JLS suggestions. | 51 |
![]() | Name 'large' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 |
![]() | Line has trailing spaces. | 52 |
![]() | Missing a Javadoc comment. | 57 |
![]() | 'static' modifier out of order with the JLS suggestions. | 57 |
![]() | Name 'maxAvailability' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 57 |
![]() | Missing a Javadoc comment. | 58 |
![]() | 'static' modifier out of order with the JLS suggestions. | 58 |
![]() | Name 'basicAvailability' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 58 |
![]() | Missing a Javadoc comment. | 59 |
![]() | 'static' modifier out of order with the JLS suggestions. | 59 |
![]() | Name 'innerProfitRate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 |
![]() | Missing a Javadoc comment. | 60 |
![]() | 'static' modifier out of order with the JLS suggestions. | 60 |
![]() | Name 'externalProfitRate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | 'static' modifier out of order with the JLS suggestions. | 61 |
![]() | Name 'maxFailureRate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 61 |
![]() | Missing a Javadoc comment. | 62 |
![]() | 'static' modifier out of order with the JLS suggestions. | 62 |
![]() | Name 'minimalH' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 62 |
![]() | Missing a Javadoc comment. | 63 |
![]() | 'static' modifier out of order with the JLS suggestions. | 63 |
![]() | Name 'maxBeta' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 63 |
![]() | Missing a Javadoc comment. | 65 |
![]() | 'static' modifier out of order with the JLS suggestions. | 65 |
![]() | Name 'goldCustomerDiscount' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 65 |
![]() | Missing a Javadoc comment. | 66 |
![]() | 'static' modifier out of order with the JLS suggestions. | 66 |
![]() | Name 'silverCustomerDiscount' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 66 |
![]() | Missing a Javadoc comment. | 67 |
![]() | 'static' modifier out of order with the JLS suggestions. | 67 |
![]() | Name 'bronzeCustomerDiscount' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 67 |
![]() | Missing a Javadoc comment. | 69 |
![]() | 'static' modifier out of order with the JLS suggestions. | 69 |
![]() | Name 'CPU_1GHz_1Gb_Name' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 69 |
![]() | Missing a Javadoc comment. | 70 |
![]() | 'static' modifier out of order with the JLS suggestions. | 70 |
![]() | Name 'CPU_1GHz_2Gb_Name' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 70 |
![]() | Missing a Javadoc comment. | 71 |
![]() | 'static' modifier out of order with the JLS suggestions. | 71 |
![]() | Name 'CPU_2GHz_1Gb_Name' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 71 |
![]() | Missing a Javadoc comment. | 72 |
![]() | 'static' modifier out of order with the JLS suggestions. | 72 |
![]() | Name 'CPU_2GHz_2Gb_Name' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 72 |
![]() | Missing a Javadoc comment. | 78 |
![]() | 'static' modifier out of order with the JLS suggestions. | 78 |
![]() | Name 'Main_Provider' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 78 |
![]() | Missing a Javadoc comment. | 80 |
![]() | 'static' modifier out of order with the JLS suggestions. | 80 |
![]() | Name 'Main_FailureRate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 80 |
![]() | Missing a Javadoc comment. | 82 |
![]() | 'static' modifier out of order with the JLS suggestions. | 82 |
![]() | Name 'Main_CPU_1GHz_1Gb_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 82 |
![]() | Missing a Javadoc comment. | 83 |
![]() | 'static' modifier out of order with the JLS suggestions. | 83 |
![]() | Name 'Main_CPU_1GHz_2Gb_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 83 |
![]() | Missing a Javadoc comment. | 84 |
![]() | 'static' modifier out of order with the JLS suggestions. | 84 |
![]() | Name 'Main_CPU_2GHz_1Gb_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 84 |
![]() | Missing a Javadoc comment. | 85 |
![]() | 'static' modifier out of order with the JLS suggestions. | 85 |
![]() | Name 'Main_CPU_2GHz_2Gb_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 85 |
![]() | Missing a Javadoc comment. | 86 |
![]() | 'static' modifier out of order with the JLS suggestions. | 86 |
![]() | Name 'Main_Memory_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 86 |
![]() | Missing a Javadoc comment. | 88 |
![]() | 'static' modifier out of order with the JLS suggestions. | 88 |
![]() | Name 'Main_CPU_1GHz_1Gb_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 88 |
![]() | Missing a Javadoc comment. | 89 |
![]() | 'static' modifier out of order with the JLS suggestions. | 89 |
![]() | Name 'Main_CPU_1GHz_2Gb_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 89 |
![]() | Missing a Javadoc comment. | 90 |
![]() | 'static' modifier out of order with the JLS suggestions. | 90 |
![]() | Name 'Main_CPU_2GHz_1Gb_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 90 |
![]() | Missing a Javadoc comment. | 91 |
![]() | 'static' modifier out of order with the JLS suggestions. | 91 |
![]() | Name 'Main_CPU_2GHz_2Gb_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 91 |
![]() | Missing a Javadoc comment. | 92 |
![]() | 'static' modifier out of order with the JLS suggestions. | 92 |
![]() | Name 'Main_Memory_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 92 |
![]() | Missing a Javadoc comment. | 95 |
![]() | 'static' modifier out of order with the JLS suggestions. | 95 |
![]() | Name 'Sub_Provider_1' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 95 |
![]() | Missing a Javadoc comment. | 97 |
![]() | 'static' modifier out of order with the JLS suggestions. | 97 |
![]() | Name 'Sub_Provider_1_FailureRate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 97 |
![]() | Missing a Javadoc comment. | 99 |
![]() | 'static' modifier out of order with the JLS suggestions. | 99 |
![]() | Name 'Sub1_CPU_1GHz_1Gb_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 99 |
![]() | Missing a Javadoc comment. | 100 |
![]() | 'static' modifier out of order with the JLS suggestions. | 100 |
![]() | Name 'Sub1_CPU_1GHz_2Gb_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 100 |
![]() | Missing a Javadoc comment. | 101 |
![]() | 'static' modifier out of order with the JLS suggestions. | 101 |
![]() | Name 'Sub1_CPU_2GHz_1Gb_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 101 |
![]() | Missing a Javadoc comment. | 102 |
![]() | 'static' modifier out of order with the JLS suggestions. | 102 |
![]() | Name 'Sub1_CPU_2GHz_2Gb_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 102 |
![]() | Missing a Javadoc comment. | 103 |
![]() | 'static' modifier out of order with the JLS suggestions. | 103 |
![]() | Name 'Sub1_Memory_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 103 |
![]() | Missing a Javadoc comment. | 105 |
![]() | 'static' modifier out of order with the JLS suggestions. | 105 |
![]() | Name 'Sub1_CPU_1GHz_1Gb_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 105 |
![]() | Missing a Javadoc comment. | 106 |
![]() | 'static' modifier out of order with the JLS suggestions. | 106 |
![]() | Name 'Sub1_CPU_1GHz_2Gb_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 106 |
![]() | Missing a Javadoc comment. | 107 |
![]() | 'static' modifier out of order with the JLS suggestions. | 107 |
![]() | Name 'Sub1_CPU_2GHz_1Gb_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 107 |
![]() | Missing a Javadoc comment. | 108 |
![]() | 'static' modifier out of order with the JLS suggestions. | 108 |
![]() | Name 'Sub1_CPU_2GHz_2Gb_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 108 |
![]() | Missing a Javadoc comment. | 109 |
![]() | 'static' modifier out of order with the JLS suggestions. | 109 |
![]() | Name 'Sub1_Memory_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 109 |
![]() | Missing a Javadoc comment. | 112 |
![]() | 'static' modifier out of order with the JLS suggestions. | 112 |
![]() | Name 'Sub_Provider_2' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 112 |
![]() | Missing a Javadoc comment. | 114 |
![]() | 'static' modifier out of order with the JLS suggestions. | 114 |
![]() | Name 'Sub_Provider_2_FailureRate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 114 |
![]() | Missing a Javadoc comment. | 116 |
![]() | 'static' modifier out of order with the JLS suggestions. | 116 |
![]() | Name 'Sub2_CPU_1GHz_1Gb_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 116 |
![]() | Missing a Javadoc comment. | 117 |
![]() | 'static' modifier out of order with the JLS suggestions. | 117 |
![]() | Name 'Sub2_CPU_1GHz_2Gb_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 117 |
![]() | Missing a Javadoc comment. | 118 |
![]() | 'static' modifier out of order with the JLS suggestions. | 118 |
![]() | Name 'Sub2_CPU_2GHz_1Gb_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 118 |
![]() | Missing a Javadoc comment. | 119 |
![]() | 'static' modifier out of order with the JLS suggestions. | 119 |
![]() | Name 'Sub2_CPU_2GHz_2Gb_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 119 |
![]() | Missing a Javadoc comment. | 120 |
![]() | 'static' modifier out of order with the JLS suggestions. | 120 |
![]() | Name 'Sub2_Memory_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 120 |
![]() | Missing a Javadoc comment. | 122 |
![]() | 'static' modifier out of order with the JLS suggestions. | 122 |
![]() | Name 'Sub2_CPU_1GHz_1Gb_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 122 |
![]() | Missing a Javadoc comment. | 123 |
![]() | 'static' modifier out of order with the JLS suggestions. | 123 |
![]() | Name 'Sub2_CPU_1GHz_2Gb_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 123 |
![]() | Missing a Javadoc comment. | 124 |
![]() | 'static' modifier out of order with the JLS suggestions. | 124 |
![]() | Name 'Sub2_CPU_2GHz_1Gb_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 124 |
![]() | Missing a Javadoc comment. | 125 |
![]() | 'static' modifier out of order with the JLS suggestions. | 125 |
![]() | Name 'Sub2_CPU_2GHz_2Gb_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 125 |
![]() | Missing a Javadoc comment. | 126 |
![]() | 'static' modifier out of order with the JLS suggestions. | 126 |
![]() | Name 'Sub2_Memory_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 126 |
![]() | Missing a Javadoc comment. | 129 |
![]() | 'static' modifier out of order with the JLS suggestions. | 129 |
![]() | Name 'Sub_Provider_3' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 129 |
![]() | Missing a Javadoc comment. | 131 |
![]() | 'static' modifier out of order with the JLS suggestions. | 131 |
![]() | Name 'Sub_Provider_3_FailureRate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 131 |
![]() | Missing a Javadoc comment. | 133 |
![]() | 'static' modifier out of order with the JLS suggestions. | 133 |
![]() | Name 'Sub3_CPU_1GHz_1Gb_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 133 |
![]() | Missing a Javadoc comment. | 134 |
![]() | 'static' modifier out of order with the JLS suggestions. | 134 |
![]() | Name 'Sub3_CPU_1GHz_2Gb_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 134 |
![]() | Missing a Javadoc comment. | 135 |
![]() | 'static' modifier out of order with the JLS suggestions. | 135 |
![]() | Name 'Sub3_CPU_2GHz_1Gb_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 135 |
![]() | Missing a Javadoc comment. | 136 |
![]() | 'static' modifier out of order with the JLS suggestions. | 136 |
![]() | Name 'Sub3_CPU_2GHz_2Gb_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 136 |
![]() | Missing a Javadoc comment. | 137 |
![]() | 'static' modifier out of order with the JLS suggestions. | 137 |
![]() | Name 'Sub3_Memory_Price' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 137 |
![]() | Missing a Javadoc comment. | 139 |
![]() | 'static' modifier out of order with the JLS suggestions. | 139 |
![]() | Name 'Sub3_CPU_1GHz_1Gb_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 139 |
![]() | Missing a Javadoc comment. | 140 |
![]() | 'static' modifier out of order with the JLS suggestions. | 140 |
![]() | Name 'Sub3_CPU_1GHz_2Gb_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 140 |
![]() | Missing a Javadoc comment. | 141 |
![]() | 'static' modifier out of order with the JLS suggestions. | 141 |
![]() | Name 'Sub3_CPU_2GHz_1Gb_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 141 |
![]() | Missing a Javadoc comment. | 142 |
![]() | 'static' modifier out of order with the JLS suggestions. | 142 |
![]() | Name 'Sub3_CPU_2GHz_2Gb_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 142 |
![]() | Missing a Javadoc comment. | 143 |
![]() | 'static' modifier out of order with the JLS suggestions. | 143 |
![]() | Name 'Sub3_Memory_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 143 |
![]() | Missing a Javadoc comment. | 146 |
![]() | 'static' modifier out of order with the JLS suggestions. | 146 |
![]() | Name 'Client_Type_Gold' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 146 |
![]() | Missing a Javadoc comment. | 147 |
![]() | 'static' modifier out of order with the JLS suggestions. | 147 |
![]() | Name 'Client_Type_Silver' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 147 |
![]() | Missing a Javadoc comment. | 148 |
![]() | 'static' modifier out of order with the JLS suggestions. | 148 |
![]() | Name 'Client_Type_Bronze' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 148 |
![]() | Missing a Javadoc comment. | 151 |
![]() | 'static' modifier out of order with the JLS suggestions. | 151 |
![]() | Name 'Client_Request_CPU_1GHz_1Gb_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 151 |
![]() | Missing a Javadoc comment. | 152 |
![]() | 'static' modifier out of order with the JLS suggestions. | 152 |
![]() | Name 'Client_Request_CPU_1GHz_2Gb_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 152 |
![]() | Missing a Javadoc comment. | 153 |
![]() | 'static' modifier out of order with the JLS suggestions. | 153 |
![]() | Name 'Client_Request_CPU_2GHz_1Gb_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 153 |
![]() | Missing a Javadoc comment. | 154 |
![]() | 'static' modifier out of order with the JLS suggestions. | 154 |
![]() | Name 'Client_Request_CPU_2GHz_2Gb_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 154 |
![]() | Missing a Javadoc comment. | 156 |
![]() | 'static' modifier out of order with the JLS suggestions. | 156 |
![]() | Name 'Client_Request_Memory_Nr' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 156 |
![]() | Missing a Javadoc comment. | 158 |
![]() | 'static' modifier out of order with the JLS suggestions. | 158 |
![]() | Name 'Client_Request_QoS_Availability' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 158 |
![]() | Missing a Javadoc comment. | 159 |
![]() | 'static' modifier out of order with the JLS suggestions. | 159 |
![]() | Name 'Client_Request_QoS_Isolation' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 159 |