The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocMethod
| 19 | ![]() |
JavadocType | 9 | ![]() |
JavadocVariable | 23 | ![]() |
JavadocStyle | 0 | ![]() |
ConstantName | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 0 | ![]() |
FallThrough | 0 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 0 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad | 0 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 0 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 0 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 0 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 0 | ![]() |
RightCurly | 0 | ![]() |
AvoidInlineConditionals | 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField
| 0 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 4 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 1 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 0 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 21 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
ImportOrder
| 2 | ![]() |
WhitespaceAround
| 0 | ![]() |
ModifiedControlVariable | 0 | ![]() |
MultipleStringLiterals | 1 | ![]() |
RequireThis | 5 | ![]() |
PackageDeclaration | 0 | ![]() |
FinalLocalVariable
| 22 | ![]() |
UnnecessaryParentheses | 0 | ![]() |
MissingOverride | 0 | ![]() |
MemberName | 0 | ![]() |
LineLength
| 0 | ![]() |
Indentation
| 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter | 0 | ![]() |
NewlineAtEndOfFile | 0 | ![]() |
Translation | 0 | ![]() |
Violation | Message | Line |
---|---|---|
![]() | Wrong order for 'java.io.InputStream' import. | 15 |
![]() | Wrong order for 'eu.scape_project.watch.adaptor.c3po.client.C3POClient' import. | 26 |
![]() | Missing a Javadoc comment. | 192 |
![]() | Missing a Javadoc comment. | 203 |
![]() | Parameter id should be final. | 203 |
![]() | Variable 'id' should be declared final. | 203 |
![]() | '10' is a magic number. | 209 |
![]() | '5000' is a magic number. | 213 |
![]() | Missing a Javadoc comment. | 222 |
![]() | Missing a Javadoc comment. | 239 |
![]() | Missing a Javadoc comment. | 263 |
![]() | Missing a Javadoc comment. | 269 |
![]() | Parameter property should be final. | 269 |
![]() | Variable 'property' should be declared final. | 269 |
Violation | Message | Line |
---|---|---|
![]() | Variable 'size' should be declared final. | 94 |
![]() | Missing a Javadoc comment. | 128 |
![]() | Parameter name should be final. | 128 |
![]() | Variable 'name' should be declared final. | 128 |
![]() | The String "//properties/property[@id='" appears 2 times in the file. | 134 |
![]() | Reference to instance variable 'doc' needs "this.". | 160 |
![]() | Missing a Javadoc comment. | 175 |
![]() | Parameter name should be final. | 175 |
![]() | Variable 'name' should be declared final. | 175 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 8 |
![]() | Missing a Javadoc comment. | 10 |
![]() | Missing a Javadoc comment. | 12 |
![]() | Missing a Javadoc comment. | 14 |
![]() | Parameter url should be final. | 14 |
![]() | Variable 'url' should be declared final. | 14 |
![]() | Missing a Javadoc comment. | 18 |
![]() | Parameter url should be final. | 18 |
![]() | Variable 'url' should be declared final. | 18 |
![]() | Parameter port should be final. | 18 |
![]() | Variable 'port' should be declared final. | 18 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Parameter identifier should be final. | 27 |
![]() | Variable 'identifier' should be declared final. | 27 |
![]() | Parameter properties should be final. | 27 |
![]() | Variable 'properties' should be declared final. | 27 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Parameter uuid should be final. | 31 |
![]() | Variable 'uuid' should be declared final. | 31 |
![]() | Reference to instance variable 'apiEndpoint' needs "this.". | 36 |
![]() | Parameter apiEndpoint should be final. | 39 |
![]() | Variable 'apiEndpoint' should be declared final. | 39 |
![]() | Reference to instance variable 'port' needs "this.". | 44 |
![]() | Parameter port should be final. | 47 |
![]() | Variable 'port' should be declared final. | 47 |
Violation | Message | Line |
---|---|---|
![]() | '42' is a magic number. | 53 |
![]() | '3' is a magic number. | 53 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 6 |
![]() | Missing a Javadoc comment. | 8 |
![]() | Parameter p should be final. | 8 |
![]() | Variable 'p' should be declared final. | 8 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 7 |
![]() | Missing a Javadoc comment. | 9 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Parameter reader should be final. | 13 |
![]() | Variable 'reader' should be declared final. | 13 |
![]() | Reference to instance variable 'reader' needs "this.". | 18 |
![]() | Reference to instance variable 'property' needs "this.". | 22 |
![]() | Parameter property should be final. | 25 |
![]() | Variable 'property' should be declared final. | 25 |
![]() | Missing a Javadoc comment. | 29 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 13 |
![]() | Missing a Javadoc comment. | 15 |
![]() | Parameter p should be final. | 15 |
![]() | Variable 'p' should be declared final. | 15 |
![]() | Parameter name should be final. | 15 |
![]() | Variable 'name' should be declared final. | 15 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 6 |
![]() | Missing a Javadoc comment. | 8 |
![]() | Parameter p should be final. | 8 |
![]() | Variable 'p' should be declared final. | 8 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 6 |
![]() | Missing a Javadoc comment. | 8 |
![]() | Parameter p should be final. | 8 |
![]() | Variable 'p' should be declared final. | 8 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 6 |
![]() | Missing a Javadoc comment. | 8 |
![]() | Parameter p should be final. | 8 |
![]() | Variable 'p' should be declared final. | 8 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 6 |
![]() | Missing a Javadoc comment. | 8 |
![]() | Parameter p should be final. | 8 |
![]() | Variable 'p' should be declared final. | 8 |
Violation | Message | Line |
---|---|---|
![]() | Missing a Javadoc comment. | 3 |
![]() | Utility classes should not have a public or default constructor. | 3 |
![]() | Missing a Javadoc comment. | 6 |
![]() | Missing a Javadoc comment. | 7 |
![]() | Missing a Javadoc comment. | 8 |
![]() | Missing a Javadoc comment. | 11 |
![]() | Missing a Javadoc comment. | 12 |
![]() | 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. | 21 |
![]() | Missing a Javadoc comment. | 23 |
![]() | Missing a Javadoc comment. | 24 |
![]() | Missing a Javadoc comment. | 26 |
![]() | Missing a Javadoc comment. | 27 |
![]() | Missing a Javadoc comment. | 31 |
![]() | Missing a Javadoc comment. | 32 |