The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocMethod | 218 | ![]() |
JavadocType | 3 | ![]() |
JavadocVariable | 134 | ![]() |
JavadocStyle | 37 | ![]() |
ConstantName | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 3 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 1 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 2 | ![]() |
LineLength
| 5 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 1 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad | 1 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 1 | ![]() |
WhitespaceAround | 0 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 19 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 0 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 44 | ![]() |
RightCurly | 0 | ![]() |
AvoidInlineConditionals | 12 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField
| 3 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 0 | Ignore |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 1 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 0 | Ignore |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 0 | ![]() |
InterfaceIsType | 2 | ![]() |
VisibilityModifier | 0 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 83 | ![]() |
TodoComment | 2 | ![]() |
UpperEll | 0 | ![]() |
JavadocPackage | 0 | ![]() |
NewlineAtEndOfFile | 31 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 0 | ![]() |
RegexpSingleline
| 3 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 12 |
![]() | Expected @param tag for 'type'. | 21 |
![]() | Expected @param tag for 'memory'. | 21 |
![]() | Expected @param tag for 'cores'. | 21 |
![]() | Expected @param tag for 'speed'. | 21 |
![]() | Expected @param tag for 'avail'. | 22 |
![]() | Avoid inline conditionals. | 40 |
![]() | 'if' construct must use '{}'s. | 51 |
![]() | 'if' construct must use '{}'s. | 53 |
![]() | 'if' construct must use '{}'s. | 55 |
![]() | 'if' construct must use '{}'s. | 58 |
![]() | 'if' construct must use '{}'s. | 61 |
![]() | 'if' construct must use '{}'s. | 63 |
![]() | Missing a Javadoc comment. | 80 |
![]() | Missing a Javadoc comment. | 84 |
![]() | Missing a Javadoc comment. | 88 |
![]() | Missing a Javadoc comment. | 92 |
![]() | Missing a Javadoc comment. | 96 |
![]() | Missing a Javadoc comment. | 98 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 12 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Avoid inline conditionals. | 43 |
![]() | Avoid inline conditionals. | 45 |
![]() | Avoid inline conditionals. | 46 |
![]() | Avoid inline conditionals. | 47 |
![]() | Parameter obj should be final. | 58 |
![]() | 'if' construct must use '{}'s. | 59 |
![]() | 'if' construct must use '{}'s. | 61 |
![]() | 'if' construct must use '{}'s. | 63 |
![]() | 'if' construct must use '{}'s. | 67 |
![]() | 'if' construct must use '{}'s. | 69 |
![]() | 'if' construct must use '{}'s. | 71 |
![]() | 'if' construct must use '{}'s. | 74 |
![]() | 'if' construct must use '{}'s. | 76 |
![]() | 'if' construct must use '{}'s. | 79 |
![]() | 'if' construct must use '{}'s. | 81 |
![]() | 'if' construct must use '{}'s. | 84 |
![]() | 'if' construct must use '{}'s. | 86 |
![]() | 'if' construct must use '{}'s. | 88 |
![]() | Missing a Javadoc comment. | 93 |
![]() | Missing a Javadoc comment. | 97 |
![]() | Parameter id should be final. | 97 |
![]() | Missing a Javadoc comment. | 101 |
![]() | Missing a Javadoc comment. | 105 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Missing a Javadoc comment. | 113 |
![]() | Missing a Javadoc comment. | 117 |
![]() | Missing a Javadoc comment. | 121 |
![]() | Missing a Javadoc comment. | 131 |
![]() | Missing a Javadoc comment. | 135 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 11 |
![]() | Redundant 'public' modifier. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Redundant 'public' modifier. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Redundant 'public' modifier. | 15 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Redundant 'public' modifier. | 17 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Redundant 'public' modifier. | 19 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Redundant 'public' modifier. | 21 |
Violation | Message | Line |
---|---|---|
![]() | Expected @param tag for 'categories'. | 47 |
![]() | Parameter hostname should be final. | 66 |
Violation | Message | Line |
---|---|---|
![]() | 'if' construct must use '{}'s. | 34 |
![]() | 'if' construct must use '{}'s. | 36 |
![]() | 'if' construct must use '{}'s. | 38 |
![]() | 'if' construct must use '{}'s. | 41 |
![]() | 'if' construct must use '{}'s. | 43 |
![]() | 'if' construct must use '{}'s. | 45 |
![]() | Missing a Javadoc comment. | 50 |
![]() | Parameter memory should be final. | 50 |
![]() | Parameter cores should be final. | 50 |
![]() | Parameter speed should be final. | 50 |
![]() | Missing a Javadoc comment. | 73 |
![]() | Missing a Javadoc comment. | 82 |
![]() | Missing a Javadoc comment. | 91 |
![]() | Missing a Javadoc comment. | 100 |
![]() | Missing a Javadoc comment. | 109 |
![]() | Missing a Javadoc comment. | 118 |
![]() | Missing a Javadoc comment. | 122 |
![]() | Missing a Javadoc comment. | 123 |
![]() | Missing a Javadoc comment. | 124 |
![]() | 'if' construct must use '{}'s. | 132 |
![]() | 'if' construct must use '{}'s. | 134 |
![]() | 'if' construct must use '{}'s. | 136 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 45 |
![]() | Comment matches to-do format 'TODO:'. | 54 |
![]() | Missing a Javadoc comment. | 120 |
![]() | Parameter categories should be final. | 127 |
![]() | First sentence should end with a period. | 140 |
![]() | Parameter id should be final. | 145 |
![]() | Expected @param tag for 'id'. | 145 |
![]() | Comment matches to-do format 'TODO:'. | 165 |
![]() | Parameter kinds should be final. | 166 |
![]() | First sentence should end with a period. | 179 |
![]() | First sentence should end with a period. | 236 |
![]() | Expected @throws tag for 'IOException'. | 280 |
![]() | Unused @param tag for 'The'. | 291 |
![]() | Expected @param tag for 'path'. | 298 |
![]() | Expected @throws tag for 'FileNotFoundException'. | 298 |
![]() | Expected @param tag for 'description'. | 310 |
![]() | Missing a Javadoc comment. | 314 |
![]() | Missing a Javadoc comment. | 318 |
![]() | Missing a Javadoc comment. | 322 |
![]() | Missing a Javadoc comment. | 326 |
![]() | Missing a Javadoc comment. | 330 |
Violation | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 8 |
![]() | Missing a Javadoc comment. | 15 |
![]() | 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. | 40 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 42 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Missing a Javadoc comment. | 44 |
![]() | Parameter extras should be final. | 57 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Missing a Javadoc comment. | 65 |
![]() | Missing a Javadoc comment. | 174 |
![]() | Missing a Javadoc comment. | 178 |
![]() | Parameter id should be final. | 178 |
![]() | Missing a Javadoc comment. | 182 |
![]() | Missing a Javadoc comment. | 186 |
![]() | Missing a Javadoc comment. | 190 |
![]() | Missing a Javadoc comment. | 194 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 22 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Unused import - java.util.concurrent.ExecutionException. | 7 |
![]() | Unused import - org.jclouds.occi.v1.V1Client. | 9 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Redundant 'public' modifier. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Redundant 'public' modifier. | 35 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Redundant 'public' modifier. | 36 |
![]() | Expected an @return tag. | 41 |
![]() | Redundant 'public' modifier. | 41 |
![]() | First sentence should end with a period. | 43 |
![]() | Expected an @return tag. | 48 |
![]() | Redundant 'public' modifier. | 48 |
![]() | First sentence should end with a period. | 50 |
![]() | Expected an @return tag. | 55 |
![]() | Redundant 'public' modifier. | 55 |
![]() | First sentence should end with a period. | 57 |
![]() | Expected an @return tag. | 60 |
![]() | Redundant 'public' modifier. | 60 |
![]() | First sentence should end with a period. | 62 |
![]() | Unused @param tag for 'String'. | 65 |
![]() | Expected an @return tag. | 70 |
![]() | Redundant 'public' modifier. | 70 |
![]() | Expected @param tag for 'path'. | 70 |
![]() | Unused @param tag for 'imageID'. | 225 |
![]() | Unused @param tag for 'slaTypeID'. | 228 |
![]() | Unused @param tag for 'locationID'. | 231 |
![]() | Unused @param tag for 'cores'. | 234 |
![]() | Unused @param tag for 'speed'. | 237 |
![]() | Unused @param tag for 'memory'. | 240 |
![]() | Unused @param tag for 'monitoringSystemConfiguration'. | 243 |
![]() | Unused @param tag for 'slaResourceID'. | 246 |
![]() | Unused @param tag for 'notificationURI'. | 249 |
![]() | Unused @param tag for 'categories'. | 252 |
![]() | Redundant 'public' modifier. | 261 |
![]() | Expected @param tag for 'id'. | 261 |
![]() | Expected @param tag for 'metricName'. | 261 |
![]() | Expected @param tag for 'minutes'. | 261 |
![]() | Expected @throws tag for 'UnknownIdException'. | 261 |
![]() | Missing a Javadoc comment. | 263 |
![]() | Missing a Javadoc comment. | 283 |
![]() | Redundant 'public' modifier. | 283 |
![]() | Name 'MonitoringRequest' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 283 |
![]() | Missing a Javadoc comment. | 313 |
![]() | Redundant 'public' modifier. | 313 |
![]() | Missing a Javadoc comment. | 347 |
![]() | Redundant 'public' modifier. | 347 |
![]() | Missing a Javadoc comment. | 354 |
![]() | Redundant 'public' modifier. | 354 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 20 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 54 |
![]() | Missing a Javadoc comment. | 55 |
![]() | Missing a Javadoc comment. | 56 |
![]() | Missing a Javadoc comment. | 57 |
![]() | Missing a Javadoc comment. | 59 |
![]() | Missing a Javadoc comment. | 60 |
![]() | Missing a Javadoc comment. | 61 |
![]() | Missing a Javadoc comment. | 62 |
![]() | Parameter metricregistry should be final. | 93 |
![]() | '(' is followed by whitespace. | 94 |
![]() | Missing a Javadoc comment. | 104 |
![]() | Missing a Javadoc comment. | 107 |
![]() | Parameter imageregistry should be final. | 107 |
![]() | Missing a Javadoc comment. | 112 |
![]() | First sentence should end with a period. | 117 |
![]() | Missing a Javadoc comment. | 131 |
![]() | Parameter osregistry should be final. | 131 |
![]() | Missing a Javadoc comment. | 136 |
![]() | Missing a Javadoc comment. | 141 |
![]() | Parameter locationregistry should be final. | 141 |
![]() | Missing a Javadoc comment. | 146 |
![]() | Parameter predictionQuery should be final. | 166 |
![]() | Missing a Javadoc comment. | 171 |
![]() | Parameter pubSubManager should be final. | 184 |
![]() | Parameter restFileName should be final. | 203 |
![]() | Missing a Javadoc comment. | 213 |
![]() | Parameter id should be final. | 213 |
![]() | Parameter metricName should be final. | 213 |
![]() | Parameter minutes should be final. | 213 |
![]() | Missing a Javadoc comment. | 223 |
![]() | Parameter infrastructureID should be final. | 223 |
![]() | Missing a Javadoc comment. | 240 |
![]() | Parameter path should be final. | 240 |
![]() | Missing a Javadoc comment. | 262 |
![]() | Parameter id should be final. | 262 |
![]() | Missing a Javadoc comment. | 277 |
![]() | Parameter id should be final. | 277 |
![]() | Missing a Javadoc comment. | 291 |
![]() | Parameter id should be final. | 291 |
![]() | Parameter provisioningRequestType should be final. | 291 |
![]() | Missing a Javadoc comment. | 306 |
![]() | Parameter provisionRequest should be final. | 306 |
![]() | Avoid inline conditionals. | 314 |
![]() | Missing a Javadoc comment. | 332 |
![]() | Parameter sleep should be final. | 332 |
![]() | 'groupings' hides a field. | 371 |
![]() | Expected @param tag for 'groupings'. | 371 |
![]() | Missing a Javadoc comment. | 389 |
![]() | Parameter infrastructureID should be final. | 389 |
![]() | Missing a Javadoc comment. | 413 |
![]() | Missing a Javadoc comment. | 426 |
![]() | Expected @param tag for 'infrastructureID'. | 444 |
![]() | Expected @throws tag for 'UnknownIdException'. | 444 |
![]() | Expected @throws tag for 'StopException'. | 444 |
![]() | Missing a Javadoc comment. | 458 |
![]() | Expected @param tag for 'resourceID'. | 474 |
![]() | Expected @throws tag for 'UnknownIdException'. | 474 |
![]() | Missing a Javadoc comment. | 488 |
![]() | Expected an @return tag. | 506 |
![]() | Expected @param tag for 'controller'. | 506 |
![]() | Expected @param tag for 'provisioningRequestType'. | 507 |
![]() | Expected @throws tag for 'DescriptorException'. | 507 |
![]() | Expected @throws tag for 'ProvisionException'. | 507 |
![]() | Expected @param tag for 'key'. | 546 |
![]() | Expected @param tag for 'controller'. | 546 |
![]() | Expected @param tag for 'provisioningRequestType'. | 547 |
![]() | Expected @throws tag for 'DescriptorException'. | 547 |
![]() | Expected @throws tag for 'ProvisionException'. | 547 |
![]() | First sentence should end with a period. | 584 |
![]() | Expected an @return tag. | 592 |
![]() | Expected @param tag for 'name'. | 592 |
![]() | Expected @param tag for 'value'. | 592 |
![]() | Expected @param tag for 'groupings'. | 593 |
![]() | First sentence should end with a period. | 606 |
![]() | Expected an @return tag. | 614 |
![]() | Expected @param tag for 'name'. | 614 |
![]() | Expected @param tag for 'catPayLoad'. | 614 |
![]() | Expected @param tag for 'groupings'. | 615 |
![]() | Parameter extras should be final. | 659 |
![]() | Missing a Javadoc comment. | 689 |
![]() | Parameter osID should be final. | 691 |
![]() | Parameter metricID should be final. | 691 |
![]() | Parameter locTemplateID should be final. | 691 |
![]() | Parameter monitoringRequest should be final. | 691 |
![]() | Parameter notificationURI should be final. | 691 |
![]() | Missing a Javadoc comment. | 704 |
![]() | Parameter monitoringRequest should be final. | 704 |
![]() | Parameter computeResources should be final. | 704 |
Violation | Message | Line |
---|---|---|
![]() | Line has trailing spaces. | 22 |
![]() | Missing a Javadoc comment. | 38 |
![]() | Parameter resources should be final. | 38 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 43 |
![]() | Parameter memory should be final. | 43 |
![]() | Parameter cores should be final. | 43 |
![]() | Parameter speed should be final. | 43 |
![]() | First sentence should end with a period. | 68 |
![]() | Parameter resources should be final. | 75 |
![]() | Expected @param tag for 'resources'. | 75 |
![]() | 'capacityList' hides a field. | 77 |
![]() | Missing a Javadoc comment. | 132 |
![]() | Parameter type should be final. | 132 |
![]() | Parameter key should be final. | 132 |
![]() | Parameter value should be final. | 132 |
![]() | Parameter capType should be final. | 132 |
![]() | Unused @param tag for 'defaultType'. | 167 |
![]() | Parameter newType should be final. | 170 |
![]() | Expected @param tag for 'newType'. | 170 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 64 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 28 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 63 |
![]() | Missing a Javadoc comment. | 71 |
![]() | Missing a Javadoc comment. | 79 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Line has trailing spaces. | 26 |
![]() | Missing a Javadoc comment. | 32 |
![]() | 'if' construct must use '{}'s. | 33 |
![]() | Missing a Javadoc comment. | 71 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
![]() | interfaces should describe a type and hence have methods. | 9 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 20 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 30 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |
![]() | 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. | 40 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 5 |
![]() | Missing a Javadoc comment. | 6 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 28 |
![]() | Missing a Javadoc comment. | 32 |
![]() | Missing a Javadoc comment. | 36 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Missing a Javadoc comment. | 125 |
![]() | Missing a Javadoc comment. | 130 |
![]() | Missing a Javadoc comment. | 134 |
![]() | Missing a Javadoc comment. | 138 |
![]() | Missing a Javadoc comment. | 142 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 13 |
Violation | Message | Line |
---|---|---|
![]() | Unused @param tag for 'filter'. | 41 |
![]() | Missing a Javadoc comment. | 47 |
![]() | Missing a Javadoc comment. | 49 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 22 |
![]() | Missing a Javadoc comment. | 26 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | First sentence should end with a period. | 7 |
![]() | Line is longer than 120 characters. | 14 |
![]() | Missing a Javadoc comment. | 14 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 45 |
![]() | Missing a Javadoc comment. | 49 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 8 |
![]() | Missing a Javadoc comment. | 9 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 25 |
![]() | Parameter timestamp should be final. | 25 |
![]() | Missing a Javadoc comment. | 29 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Parameter address should be final. | 33 |
![]() | Missing a Javadoc comment. | 37 |
![]() | Missing a Javadoc comment. | 41 |
![]() | Missing a Javadoc comment. | 46 |
![]() | Parameter state should be final. | 46 |
![]() | Missing a Javadoc comment. | 51 |
![]() | Parameter id should be final. | 51 |
![]() | Missing a Javadoc comment. | 55 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 10 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Missing a Javadoc comment. | 18 |
![]() | First sentence should end with a period. | 20 |
![]() | Expected @param tag for 'endPoints'. | 45 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | First sentence should end with a period. | 3 |
![]() | First sentence should end with a period. | 11 |
![]() | First sentence should end with a period. | 16 |
![]() | First sentence should end with a period. | 21 |
![]() | Parameter timeStamp should be final. | 35 |
![]() | Expected @param tag for 'timeStamp'. | 35 |
![]() | First sentence should end with a period. | 39 |
![]() | First sentence should end with a period. | 48 |
![]() | Parameter infrastructureID should be final. | 53 |
![]() | Expected @param tag for 'infrastructureID'. | 53 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 3 |
![]() | interfaces should describe a type and hence have methods. | 3 |
![]() | Missing a Javadoc comment. | 5 |
![]() | Missing a Javadoc comment. | 6 |
![]() | Missing a Javadoc comment. | 8 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 17 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Missing a Javadoc comment. | 19 |
![]() | Missing a Javadoc comment. | 21 |
![]() | Missing a Javadoc comment. | 23 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | First sentence should end with a period. | 19 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 33 |
![]() | Missing a Javadoc comment. | 34 |
![]() | Missing a Javadoc comment. | 35 |
![]() | Missing a Javadoc comment. | 37 |
![]() | '{' is followed by whitespace. | 39 |
![]() | Missing a Javadoc comment. | 78 |
![]() | 'pubSubManager' hides a field. | 78 |
![]() | Missing a Javadoc comment. | 139 |
![]() | Parameter pubSubManager should be final. | 139 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 12 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Missing a Javadoc comment. | 16 |
![]() | Missing a Javadoc comment. | 48 |
![]() | Parameter type should be final. | 61 |
![]() | Avoid inline conditionals. | 96 |
![]() | Avoid inline conditionals. | 97 |
![]() | Avoid inline conditionals. | 98 |
![]() | Avoid inline conditionals. | 99 |
![]() | Avoid inline conditionals. | 100 |
![]() | Avoid inline conditionals. | 101 |
![]() | Parameter obj should be final. | 111 |
![]() | 'if' construct must use '{}'s. | 112 |
![]() | 'if' construct must use '{}'s. | 114 |
![]() | 'if' construct must use '{}'s. | 116 |
![]() | 'if' construct must use '{}'s. | 120 |
![]() | 'if' construct must use '{}'s. | 122 |
![]() | 'if' construct must use '{}'s. | 125 |
![]() | 'if' construct must use '{}'s. | 127 |
![]() | 'if' construct must use '{}'s. | 130 |
![]() | 'if' construct must use '{}'s. | 132 |
![]() | 'if' construct must use '{}'s. | 135 |
![]() | 'if' construct must use '{}'s. | 137 |
![]() | 'if' construct must use '{}'s. | 140 |
![]() | 'if' construct must use '{}'s. | 142 |
![]() | 'if' construct must use '{}'s. | 145 |
![]() | 'if' construct must use '{}'s. | 147 |
Violation | Message | Line |
---|---|---|
![]() | File does not end with a newline. | 0 |
![]() | Parameter serviceActions should be final. | 59 |
![]() | Parameter resourceActions should be final. | 73 |
![]() | Parameter metricReg should be final. | 115 |
![]() | Parameter imageReg should be final. | 129 |
![]() | Missing a Javadoc comment. | 140 |
![]() | Missing a Javadoc comment. | 142 |
![]() | Missing a Javadoc comment. | 143 |
![]() | Missing a Javadoc comment. | 144 |
![]() | Missing a Javadoc comment. | 145 |
![]() | Missing a Javadoc comment. | 146 |
![]() | Missing a Javadoc comment. | 147 |
![]() | Missing a Javadoc comment. | 148 |
![]() | Missing a Javadoc comment. | 150 |
![]() | Missing a Javadoc comment. | 151 |
![]() | Missing a Javadoc comment. | 152 |
![]() | Missing a Javadoc comment. | 153 |
![]() | Missing a Javadoc comment. | 155 |
![]() | Missing a Javadoc comment. | 156 |
![]() | Missing a Javadoc comment. | 157 |
![]() | Missing a Javadoc comment. | 158 |
![]() | Missing a Javadoc comment. | 159 |
![]() | Missing a Javadoc comment. | 160 |
![]() | First sentence should end with a period. | 171 |
![]() | Line is longer than 120 characters. | 179 |
![]() | Expected @param tag for 'status'. | 179 |
![]() | Expected @param tag for 'id'. | 179 |
![]() | Expected @throws tag for 'UnknownIdException'. | 179 |
![]() | Line has trailing spaces. | 199 |
![]() | Line is longer than 120 characters. | 204 |
![]() | Line is longer than 120 characters. | 280 |
![]() | Expected @throws tag for 'UnknownIdException'. | 280 |
![]() | First sentence should end with a period. | 286 |
![]() | Expected @throws tag for 'ProvisionException'. | 294 |
![]() | First sentence should end with a period. | 303 |
![]() | Parameter groupingResponse should be final. | 310 |
![]() | Expected @param tag for 'groupingResponse'. | 310 |
![]() | Parameter provisionRequestType should be final. | 310 |
![]() | Expected @param tag for 'provisionRequestType'. | 310 |
![]() | Expected @throws tag for 'ProvisionException'. | 311 |
![]() | First sentence should end with a period. | 320 |
![]() | Expected an @return tag. | 326 |
![]() | Parameter randId should be final. | 326 |
![]() | Expected @param tag for 'randId'. | 326 |
![]() | First sentence should end with a period. | 338 |
![]() | Expected an @return tag. | 345 |
![]() | Parameter provisionRequestType should be final. | 345 |
![]() | Expected @param tag for 'provisionRequestType'. | 345 |
![]() | Name 'occi_categorys' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 353 |
![]() | Expression can be simplified. | 366 |
![]() | First sentence should end with a period. | 401 |
![]() | Expected an @return tag. | 409 |
![]() | Parameter randId should be final. | 409 |
![]() | Expected @param tag for 'randId'. | 409 |
![]() | Parameter monitoringConfig should be final. | 409 |
![]() | Expected @param tag for 'monitoringConfig'. | 409 |
![]() | Parameter serviceName should be final. | 409 |
![]() | Expected @param tag for 'serviceName'. | 409 |
![]() | Line is longer than 120 characters. | 411 |
![]() | First sentence should end with a period. | 442 |
![]() | Expected an @return tag. | 448 |
![]() | Parameter cat should be final. | 448 |
![]() | Expected @param tag for 'cat'. | 448 |
![]() | First sentence should end with a period. | 487 |
![]() | Expected an @return tag. | 494 |
![]() | Parameter computeKind should be final. | 494 |
![]() | Expected @param tag for 'computeKind'. | 494 |
![]() | Parameter randId should be final. | 494 |
![]() | Expected @param tag for 'randId'. | 494 |
![]() | Name 'occi_attribs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 495 |
![]() | Name 'core_title' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 499 |
![]() | Parameter predictionQuery should be final. | 544 |
![]() | First sentence should end with a period. | 548 |
![]() | Expected an @return tag. | 549 |
![]() | Parameter fileName should be final. | 549 |
![]() | Expected @param tag for 'fileName'. | 549 |
![]() | First sentence should end with a period. | 563 |
![]() | Expected an @return tag. | 569 |
![]() | Parameter groupings should be final. | 569 |
![]() | Expected @param tag for 'groupings'. | 569 |
![]() | First sentence should end with a period. | 575 |
![]() | Parameter resources should be final. | 580 |
![]() | Expected @param tag for 'resources'. | 580 |
![]() | First sentence should end with a period. | 608 |
![]() | Expected an @return tag. | 615 |
![]() | Parameter monitoringRequest should be final. | 615 |
![]() | Expected @param tag for 'monitoringRequest'. | 615 |
![]() | Parameter computeConfigurations should be final. | 616 |
![]() | Expected @param tag for 'computeConfigurations'. | 616 |
![]() | First sentence should end with a period. | 636 |
![]() | Expected an @return tag. | 647 |
![]() | Parameter resourceAvailRegistry should be final. | 647 |
![]() | Expected @param tag for 'resourceAvailRegistry'. | 647 |
![]() | Parameter osID should be final. | 647 |
![]() | Expected @param tag for 'osID'. | 647 |
![]() | Parameter sizeTemplateID should be final. | 648 |
![]() | Expected @param tag for 'sizeTemplateID'. | 648 |
![]() | Parameter locTemplateID should be final. | 648 |
![]() | Expected @param tag for 'locTemplateID'. | 648 |
![]() | Parameter monitoringRequest should be final. | 648 |
![]() | Expected @param tag for 'monitoringRequest'. | 648 |
![]() | Parameter notificationURI should be final. | 648 |
![]() | Expected @param tag for 'notificationURI'. | 648 |