Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
1401070

Rules

RulesViolationsSeverity
JavadocMethod
  • allowMissingPropertyJavadoc: "true"
19Warnings Warning
JavadocType9Warnings Warning
JavadocVariable23Warnings Warning
JavadocStyle0Warnings Warning
ConstantName0Warnings Warning
LocalFinalVariableName0Warnings Warning
LocalVariableName0Warnings Warning
MemberName0Warnings Warning
MethodName0Warnings Warning
PackageName0Warnings Warning
ParameterName0Warnings Warning
StaticVariableName0Warnings Warning
TypeName0Warnings Warning
AvoidStarImport0Warnings Warning
IllegalImport0Warnings Warning
RedundantImport0Warnings Warning
UnusedImports0Warnings Warning
FallThrough0Warnings Warning
MethodLength0Warnings Warning
ParameterNumber0Warnings Warning
EmptyForIteratorPad0Warnings Warning
MethodParamPad0Warnings Warning
NoWhitespaceAfter0Warnings Warning
NoWhitespaceBefore0Warnings Warning
OperatorWrap0Warnings Warning
ParenPad0Warnings Warning
TypecastParenPad0Warnings Warning
WhitespaceAfter0Warnings Warning
ModifierOrder0Warnings Warning
RedundantModifier0Warnings Warning
AvoidNestedBlocks0Warnings Warning
EmptyBlock0Warnings Warning
LeftCurly0Warnings Warning
NeedBraces0Warnings Warning
RightCurly0Warnings Warning
AvoidInlineConditionals0Warnings Warning
DoubleCheckedLocking0Warnings Warning
EmptyStatement0Warnings Warning
EqualsHashCode0Warnings Warning
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0Warnings Warning
IllegalInstantiation0Warnings Warning
InnerAssignment0Warnings Warning
MagicNumber4Warnings Warning
MissingSwitchDefault0Warnings Warning
RedundantThrows0Warnings Warning
SimplifyBooleanExpression0Warnings Warning
SimplifyBooleanReturn0Warnings Warning
FinalClass0Warnings Warning
HideUtilityClassConstructor1Warnings Warning
InterfaceIsType0Warnings Warning
VisibilityModifier0Warnings Warning
ArrayTypeStyle0Warnings Warning
FinalParameters21Warnings Warning
TodoComment0Warnings Warning
UpperEll0Warnings Warning
ImportOrder
  • separated: "true"
  • groups: "java, javax, at, com, eu, org"
2Warnings Warning
WhitespaceAround
  • tokens: "ASSIGN, BAND, BAND_ASSIGN, BOR, BOR_ASSIGN, BSR, BSR_ASSIGN, BXOR, BXOR_ASSIGN, COLON, DIV, DIV_ASSIGN, EQUAL, GE, GT, LAND, LCURLY, LE, LITERAL_ASSERT, LITERAL_CATCH, LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_FOR, LITERAL_IF, LITERAL_RETURN, LITERAL_SYNCHRONIZED, LITERAL_TRY, LITERAL_WHILE, LOR, LT, MINUS, MINUS_ASSIGN, MOD, MOD_ASSIGN, NOT_EQUAL, PLUS, PLUS_ASSIGN, QUESTION, RCURLY, SL, SLIST, SL_ASSIGN, SR, SR_ASSIGN, STAR, STAR_ASSIGN, LITERAL_ASSERT, TYPE_EXTENSION_AND, WILDCARD_TYPE"
0Warnings Warning
ModifiedControlVariable0Warnings Warning
MultipleStringLiterals1Warnings Warning
RequireThis5Warnings Warning
PackageDeclaration0Warnings Warning
FinalLocalVariable
  • tokens: "PARAMETER_DEF, VARIABLE_DEF"
22Warnings Warning
UnnecessaryParentheses0Warnings Warning
MissingOverride0Warnings Warning
MemberName0Warnings Warning
LineLength
  • max: "120"
0Warnings Warning
Indentation
  • caseIndent: "2"
  • basicOffset: "2"
0Warnings Warning
FileLength0Warnings Warning
FileTabCharacter0Warnings Warning
NewlineAtEndOfFile0Warnings Warning
Translation0Warnings Warning

Details

eu/scape_project/watch/adaptor/c3po/C3POAdaptor.java

ViolationMessageLine
WarningsWrong order for 'java.io.InputStream' import.15
WarningsWrong order for 'eu.scape_project.watch.adaptor.c3po.client.C3POClient' import.26
WarningsMissing a Javadoc comment.192
WarningsMissing a Javadoc comment.203
WarningsParameter id should be final.203
WarningsVariable 'id' should be declared final.203
Warnings'10' is a magic number.209
Warnings'5000' is a magic number.213
WarningsMissing a Javadoc comment.222
WarningsMissing a Javadoc comment.239
WarningsMissing a Javadoc comment.263
WarningsMissing a Javadoc comment.269
WarningsParameter property should be final.269
WarningsVariable 'property' should be declared final.269

eu/scape_project/watch/adaptor/c3po/C3POProfileReader.java

ViolationMessageLine
WarningsVariable 'size' should be declared final.94
WarningsMissing a Javadoc comment.128
WarningsParameter name should be final.128
WarningsVariable 'name' should be declared final.128
WarningsThe String "//properties/property[@id='" appears 2 times in the file.134
WarningsReference to instance variable 'doc' needs "this.".160
WarningsMissing a Javadoc comment.175
WarningsParameter name should be final.175
WarningsVariable 'name' should be declared final.175

eu/scape_project/watch/adaptor/c3po/client/C3POClient.java

ViolationMessageLine
WarningsMissing a Javadoc comment.8
WarningsMissing a Javadoc comment.10
WarningsMissing a Javadoc comment.12
WarningsMissing a Javadoc comment.14
WarningsParameter url should be final.14
WarningsVariable 'url' should be declared final.14
WarningsMissing a Javadoc comment.18
WarningsParameter url should be final.18
WarningsVariable 'url' should be declared final.18
WarningsParameter port should be final.18
WarningsVariable 'port' should be declared final.18
WarningsMissing a Javadoc comment.27
WarningsParameter identifier should be final.27
WarningsVariable 'identifier' should be declared final.27
WarningsParameter properties should be final.27
WarningsVariable 'properties' should be declared final.27
WarningsMissing a Javadoc comment.31
WarningsParameter uuid should be final.31
WarningsVariable 'uuid' should be declared final.31
WarningsReference to instance variable 'apiEndpoint' needs "this.".36
WarningsParameter apiEndpoint should be final.39
WarningsVariable 'apiEndpoint' should be declared final.39
WarningsReference to instance variable 'port' needs "this.".44
WarningsParameter port should be final.47
WarningsVariable 'port' should be declared final.47

eu/scape_project/watch/adaptor/c3po/client/C3PODummyClient.java

ViolationMessageLine
Warnings'42' is a magic number.53
Warnings'3' is a magic number.53

eu/scape_project/watch/adaptor/c3po/command/CollectionSizeCommand.java

ViolationMessageLine
WarningsMissing a Javadoc comment.6
WarningsMissing a Javadoc comment.8
WarningsParameter p should be final.8
WarningsVariable 'p' should be declared final.8

eu/scape_project/watch/adaptor/c3po/command/Command.java

ViolationMessageLine
WarningsMissing a Javadoc comment.7
WarningsMissing a Javadoc comment.9
WarningsMissing a Javadoc comment.11
WarningsParameter reader should be final.13
WarningsVariable 'reader' should be declared final.13
WarningsReference to instance variable 'reader' needs "this.".18
WarningsReference to instance variable 'property' needs "this.".22
WarningsParameter property should be final.25
WarningsVariable 'property' should be declared final.25
WarningsMissing a Javadoc comment.29

eu/scape_project/watch/adaptor/c3po/command/DistributionCommand.java

ViolationMessageLine
WarningsMissing a Javadoc comment.11
WarningsMissing a Javadoc comment.13
WarningsMissing a Javadoc comment.15
WarningsParameter p should be final.15
WarningsVariable 'p' should be declared final.15
WarningsParameter name should be final.15
WarningsVariable 'name' should be declared final.15

eu/scape_project/watch/adaptor/c3po/command/ObjectsAvgSizeCommand.java

ViolationMessageLine
WarningsMissing a Javadoc comment.6
WarningsMissing a Javadoc comment.8
WarningsParameter p should be final.8
WarningsVariable 'p' should be declared final.8

eu/scape_project/watch/adaptor/c3po/command/ObjectsCountCommand.java

ViolationMessageLine
WarningsMissing a Javadoc comment.6
WarningsMissing a Javadoc comment.8
WarningsParameter p should be final.8
WarningsVariable 'p' should be declared final.8

eu/scape_project/watch/adaptor/c3po/command/ObjectsMaxSizeCommand.java

ViolationMessageLine
WarningsMissing a Javadoc comment.6
WarningsMissing a Javadoc comment.8
WarningsParameter p should be final.8
WarningsVariable 'p' should be declared final.8

eu/scape_project/watch/adaptor/c3po/command/ObjectsMinSizeCommand.java

ViolationMessageLine
WarningsMissing a Javadoc comment.6
WarningsMissing a Javadoc comment.8
WarningsParameter p should be final.8
WarningsVariable 'p' should be declared final.8

eu/scape_project/watch/adaptor/c3po/common/C3POConstants.java

ViolationMessageLine
WarningsMissing a Javadoc comment.3
WarningsUtility classes should not have a public or default constructor.3
WarningsMissing a Javadoc comment.6
WarningsMissing a Javadoc comment.7
WarningsMissing a Javadoc comment.8
WarningsMissing a Javadoc comment.11
WarningsMissing a Javadoc comment.12
WarningsMissing a Javadoc comment.14
WarningsMissing a Javadoc comment.15
WarningsMissing a Javadoc comment.16
WarningsMissing a Javadoc comment.17
WarningsMissing a Javadoc comment.18
WarningsMissing a Javadoc comment.20
WarningsMissing a Javadoc comment.21
WarningsMissing a Javadoc comment.23
WarningsMissing a Javadoc comment.24
WarningsMissing a Javadoc comment.26
WarningsMissing a Javadoc comment.27
WarningsMissing a Javadoc comment.31
WarningsMissing a Javadoc comment.32