Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
1841760

Rules

RulesViolationsSeverity
AbstractClassName0Infos Info
ConstantName3Warnings Warning
LocalFinalVariableName0Warnings Warning
LocalVariableName
  • tokens: "PARAMETER_DEF,VARIABLE_DEF"
0Warnings Warning
MemberName1Warnings Warning
MethodName0Warnings Warning
PackageName
  • format: "^org\.jage(\.[a-z][a-z0-9]*)*$"
0Warnings Warning
ParameterName0Warnings Warning
StaticVariableName0Warnings Warning
TypeName0Warnings Warning
AvoidStarImport0Warnings Warning
IllegalImport0Warnings Warning
RedundantImport0Warnings Warning
UnusedImports2Warnings Warning
ImportOrder
  • separated: "true"
  • groups: "java,javax,org,org.jage"
3Warnings Warning
LineLength
  • max: "140"
  • tabWidth: "4"
1Warnings Warning
MethodLength
  • tokens: "CTOR_DEF,METHOD_DEF"
0Warnings Warning
AnonInnerLength
  • max: "50"
0Warnings Warning
ParameterNumber
  • tokens: "CTOR_DEF,METHOD_DEF"
0Warnings Warning
MethodParamPad2Warnings Warning
NoWhitespaceAfter
  • tokens: "LNOT,DOT,BNOT,DEC,UNARY_MINUS,UNARY_PLUS,INC,TYPECAST"
2Warnings Warning
NoWhitespaceBefore
  • allowLineBreaks: "true"
  • tokens: "SEMI,DOT,POST_DEC,POST_INC"
0Warnings Warning
OperatorWrap
  • tokens: "COLON,NOT_EQUAL,QUESTION,DIV,BXOR,MINUS,STAR,BAND,LAND,MOD,PLUS,LT,SL,LE,EQUAL,GT,GE,SR,BSR,BOR,LOR,LITERAL_INSTANCEOF"
0Warnings Warning
ParenPad
  • tokens: "LPAREN,RPAREN,CTOR_CALL,METHOD_CALL,SUPER_CTOR_CALL"
2Warnings Warning
TypecastParenPad
  • tokens: "RPAREN,TYPECAST"
0Warnings Warning
WhitespaceAfter
  • tokens: "COMMA,SEMI"
9Warnings Warning
ModifierOrder5Warnings Warning
AvoidNestedBlocks
  • allowInSwitchCase: "true"
0Warnings Warning
EmptyBlock
  • tokens: "LITERAL_DO,LITERAL_ELSE,LITERAL_FINALLY,LITERAL_FOR,LITERAL_IF,STATIC_INIT,LITERAL_TRY,LITERAL_WHILE"
0Warnings Warning
LeftCurly
  • maxLineLength: "120"
  • tokens: "LITERAL_CATCH,CLASS_DEF,CTOR_DEF,LITERAL_DO,LITERAL_ELSE,LITERAL_FINALLY,LITERAL_FOR,LITERAL_IF,INTERFACE_DEF,METHOD_DEF,LITERAL_SWITCH,LITERAL_SYNCHRONIZED,LITERAL_TRY,LITERAL_WHILE"
0Warnings Warning
NeedBraces
  • tokens: "LITERAL_DO,LITERAL_ELSE,LITERAL_FOR,LITERAL_IF,LITERAL_WHILE"
8Warnings Warning
RightCurly
  • tokens: "LITERAL_CATCH,LITERAL_ELSE,LITERAL_FINALLY,LITERAL_IF,LITERAL_TRY"
0Warnings Warning
AvoidInlineConditionals0 Ignore
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField
  • ignoreAbstractMethods: "true"
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
2Warnings Warning
InnerAssignment
  • tokens: "DIV_ASSIGN,BXOR_ASSIGN,STAR_ASSIGN,BAND_ASSIGN,MOD_ASSIGN,PLUS_ASSIGN,SL_ASSIGN,ASSIGN,MINUS_ASSIGN,SR_ASSIGN,BSR_ASSIGN,BOR_ASSIGN"
0Warnings Warning
MagicNumber0 Ignore
MissingSwitchDefault0Warnings Warning
ModifiedControlVariable0Warnings Warning
RedundantThrows
  • allowUnchecked: "true"
0Warnings Warning
SimplifyBooleanExpression0Warnings Warning
SimplifyBooleanReturn0Warnings Warning
StringLiteralEquality0Errors Error
NestedIfDepth
  • max: "3"
0Warnings Warning
NestedTryDepth
  • max: "2"
0Warnings Warning
SuperClone0 Ignore
SuperFinalize0Warnings Warning
IllegalCatch4Infos Info
IllegalThrows0Infos Info
PackageDeclaration0Warnings Warning
DefaultComesLast0Warnings Warning
FallThrough
  • checkLastCaseGroup: "true"
0Warnings Warning
MultipleStringLiterals6Warnings Warning
UnnecessaryParentheses0Warnings Warning
DeclarationOrder0 Ignore
FinalClass0Warnings Warning
HideUtilityClassConstructor0 Ignore
VisibilityModifier0 Ignore
ThrowsCount
  • max: "3"
0Infos Info
ArrayTypeStyle0Warnings Warning
RegexpSinglelineJava
  • message: "Line has trailing spaces."
  • ignoreComments: "true"
  • format: "\s+$"
30Warnings Warning
TodoComment0 Ignore
UncommentedMain0Warnings Warning
UpperEll0Warnings Warning
Indentation0Warnings Warning
JavadocType
  • scope: "package"
0Errors Error
JavadocType21Warnings Warning
JavadocMethod
  • allowMissingPropertyJavadoc: "true"
  • allowThrowsTagsForSubclasses: "true"
  • scope: "public"
  • allowUndeclaredRTE: "true"
  • tokens: "CTOR_DEF,METHOD_DEF"
  • allowMissingThrowsTags: "true"
44Warnings Warning
JavadocVariable
  • scope: "package"
13Warnings Warning
JavadocStyle
  • scope: "public"
  • checkEmptyJavadoc: "true"
2Warnings Warning
JavadocType
  • authorFormat: "AGH AgE Team"
21Warnings Warning
EmptyForInitializerPad
  • option: "space"
0Infos Info
EmptyForIteratorPad0Infos Info
MethodParamPad
  • tokens: "CTOR_DEF,METHOD_CALL,METHOD_DEF,LITERAL_NEW,SUPER_CTOR_CALL"
2Warnings Warning
CovariantEquals0Warnings Warning
IllegalType
  • tokens: "METHOD_DEF,PARAMETER_DEF,VARIABLE_DEF"
0 Ignore
MultipleVariableDeclarations0Warnings Warning
ParameterAssignment0Warnings Warning
ReturnCount
  • max: "3"
  • format: "^equals$"
0Warnings Warning
TrailingComment0 Ignore
JavadocMethod
  • allowMissingParamTags: "true"
  • allowMissingPropertyJavadoc: "true"
  • allowThrowsTagsForSubclasses: "true"
  • excludeScope: "protected"
  • scope: "package"
  • allowUndeclaredRTE: "true"
  • tokens: "CTOR_DEF,METHOD_DEF"
  • allowMissingReturnTag: "true"
  • allowMissingThrowsTags: "true"
0Infos Info
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
18Warnings Warning
NewlineAtEndOfFile
  • lineSeparator: "lf"
  • fileExtensions: "java,properties,xml"
0Warnings Warning
Translation0Errors Error
JavadocPackage
  • allowLegacy: "true"
4Warnings Warning
FileLength0Warnings Warning

Details

org/jage/platform/communication/rmi/inner/IBuffer.java

ViolationMessageLine
WarningsLine does not match expected header line of '^/\*$'.26
WarningsMissing a Javadoc comment.29
WarningsMissing a Javadoc comment.30
Warnings')' is preceded with whitespace.30
WarningsMissing a Javadoc comment.31
WarningsMissing a Javadoc comment.32
WarningsMissing a Javadoc comment.33

org/jage/platform/communication/rmi/inner/IInnerMsg.java

ViolationMessageLine
WarningsLine does not match expected header line of '^/\*$'.26
WarningsMissing a Javadoc comment.29
WarningsMissing a Javadoc comment.30
WarningsMissing a Javadoc comment.31
WarningsMissing a Javadoc comment.32

org/jage/platform/communication/rmi/inner/Package.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsLine does not match expected header line of '^/\*$'.26
WarningsMissing a Javadoc comment.30
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.48

org/jage/platform/communication/rmi/inner/impl/Buffer.java

ViolationMessageLine
WarningsLine does not match expected header line of '^/\*$'.26
WarningsMissing a Javadoc comment.36
WarningsLine has trailing spaces.38
WarningsLine has trailing spaces.40
WarningsLine has trailing spaces.41
WarningsMissing a Javadoc comment.42
WarningsLine has trailing spaces.46
WarningsLine has trailing spaces.51
WarningsLine has trailing spaces.52
Warnings',' is not followed by whitespace.59
Warnings',' is not followed by whitespace.59
Warnings'if' construct must use '{}'s.70
Warnings',' is not followed by whitespace.71
Warnings',' is not followed by whitespace.71

org/jage/platform/communication/rmi/inner/impl/InnerMsg.java

ViolationMessageLine
WarningsLine does not match expected header line of '^/\*$'.26
WarningsMissing a Javadoc comment.31
WarningsLine has trailing spaces.36
WarningsMissing a Javadoc comment.37
Warnings')' is preceded with whitespace.37
WarningsLine has trailing spaces.42
WarningsLine has trailing spaces.43

org/jage/platform/communication/rmi/inner/impl/Queue.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsLine does not match expected header line of '^/\*$'.26
WarningsMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.35
WarningsLine has trailing spaces.37
WarningsLine has trailing spaces.38
WarningsLine has trailing spaces.39
WarningsLine has trailing spaces.40
WarningsMissing a Javadoc comment.41
WarningsLine has trailing spaces.45
WarningsLine has trailing spaces.46
WarningsLine has trailing spaces.50
WarningsLine has trailing spaces.51
WarningsMissing a Javadoc comment.52
Warnings'(' is preceded with whitespace.52
WarningsLine has trailing spaces.57
WarningsMissing a Javadoc comment.58
Warnings'(' is preceded with whitespace.58
Warnings'if' construct must use '{}'s.60
WarningsLine has trailing spaces.63
WarningsLine has trailing spaces.64
WarningsMissing a Javadoc comment.65

org/jage/platform/communication/rmi/service/IAddressMapper.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsLine does not match expected header line of '^/\*$'.26
WarningsMissing a Javadoc comment.33
WarningsMissing a Javadoc comment.34
Warnings'static' modifier out of order with the JLS suggestions.34
WarningsMissing a Javadoc comment.35
Warnings'static' modifier out of order with the JLS suggestions.35
WarningsMissing a Javadoc comment.36
Warnings'static' modifier out of order with the JLS suggestions.36
WarningsMissing a Javadoc comment.37
Warnings'static' modifier out of order with the JLS suggestions.37
WarningsMissing a Javadoc comment.38
Warnings'static' modifier out of order with the JLS suggestions.38
WarningsMissing a Javadoc comment.56
WarningsFirst sentence should end with a period.58
WarningsMissing a Javadoc comment.66
WarningsMissing a Javadoc comment.68
WarningsMissing a Javadoc comment.70
WarningsMissing a Javadoc comment.72
WarningsLine has trailing spaces.73
WarningsMissing a Javadoc comment.74

org/jage/platform/communication/rmi/service/IClientBuffer.java

ViolationMessageLine
WarningsLine does not match expected header line of '^/\*$'.26
WarningsMissing a Javadoc comment.31
WarningsMissing a Javadoc comment.32
WarningsMissing a Javadoc comment.34

org/jage/platform/communication/rmi/service/INodeConnector.java

ViolationMessageLine
WarningsLine does not match expected header line of '^/\*$'.26
WarningsMissing a Javadoc comment.33
WarningsMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.38

org/jage/platform/communication/rmi/service/NodeRegister.java

ViolationMessageLine
WarningsLine does not match expected header line of '^/\*$'.26
WarningsMissing a Javadoc comment.30
WarningsMissing a Javadoc comment.33
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.50
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.52

org/jage/platform/communication/rmi/service/impl/AddressMapper.java

ViolationMessageLine
WarningsLine does not match expected header line of '^/\*$'.26
WarningsWrong order for 'org.jage.address.node.ComponentAddress' import.53
WarningsUnused import - org.jage.address.node.ComponentAddress.53
WarningsUnused import - org.jage.address.node.NodeAddress.55
WarningsMissing a Javadoc comment.61
WarningsName '_log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.62
WarningsMissing a Javadoc comment.82
WarningsMissing a Javadoc comment.90
WarningsFirst sentence should end with a period.107
WarningsThe String "Can't sent broadcast " appears 2 times in the file.141
WarningsThe String ":" appears 3 times in the file.177
WarningsThe String "Node :" appears 2 times in the file.232
WarningsMissing a Javadoc comment.247
Warnings'if' construct must use '{}'s.249
Warnings'if' construct must use '{}'s.254
WarningsMissing a Javadoc comment.263
Warnings';' is not followed by whitespace.266
WarningsThe String "New node added :" appears 2 times in the file.269
Warnings';' is not followed by whitespace.282
Warnings'socket' hides a field.289
WarningsMissing a Javadoc comment.322
WarningsMissing a Javadoc comment.364
InfosCatching 'Exception' is not allowed.381

org/jage/platform/communication/rmi/service/impl/BroadcastHeader.java

ViolationMessageLine
WarningsLine does not match expected header line of '^/\*$'.26
WarningsMissing a Javadoc comment.35
WarningsLine has trailing spaces.38
WarningsLine has trailing spaces.39
WarningsMissing a Javadoc comment.40
WarningsLine has trailing spaces.44

org/jage/platform/communication/rmi/service/impl/ClientBuffer.java

ViolationMessageLine
WarningsLine does not match expected header line of '^/\*$'.26
WarningsWrong order for 'org.jage.address.node.IComponentAddress' import.35
WarningsMissing a Javadoc comment.41
WarningsLine has trailing spaces.42
WarningsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.43
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.60
WarningsThe String "Client [" appears 7 times in the file.80

org/jage/platform/communication/rmi/service/impl/CommunicationService.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsLine does not match expected header line of '^/\*$'.26
WarningsWrong order for 'org.jage.address.node.ComponentAddress' import.50
WarningsMissing a Javadoc comment.77
WarningsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.83
WarningsMissing a Javadoc comment.124
Warnings'connector' hides a field.188
WarningsMissing a Javadoc comment.206
Warnings'if' construct must use '{}'s.208
Warnings'if' construct must use '{}'s.210
InfosCatching 'Exception' is not allowed.237
WarningsThe String " port:" appears 2 times in the file.291
WarningsMissing a Javadoc comment.299
InfosCatching 'Exception' is not allowed.316
InfosCatching 'Exception' is not allowed.341
Warnings'if' construct must use '{}'s.382
WarningsMissing a Javadoc comment.397
Warnings'if' construct must use '{}'s.400
WarningsMissing a Javadoc comment.405
WarningsLine is longer than 140 characters.537

org/jage/platform/communication/rmi/service/impl/InnerPackage.java

ViolationMessageLine
WarningsLine does not match expected header line of '^/\*$'.26
WarningsMissing a Javadoc comment.31
WarningsLine has trailing spaces.35
WarningsMissing a Javadoc comment.36
Warnings',' is not followed by whitespace.36
WarningsLine has trailing spaces.40
WarningsLine has trailing spaces.41

org/jage/platform/communication/rmi/service/impl/NodeConnector.java

ViolationMessageLine
WarningsLine does not match expected header line of '^/\*$'.26
WarningsMissing a Javadoc comment.34
WarningsName '_commService' must match pattern '^[a-z][a-zA-Z0-9]*$'.36
WarningsMissing a Javadoc comment.38

org/jage/platform/communication/rmi/service/impl/NodeStatus.java

ViolationMessageLine
WarningsLine does not match expected header line of '^/\*$'.26
WarningsMissing a Javadoc comment.28
WarningsMissing a Javadoc comment.29
WarningsMissing a Javadoc comment.30
WarningsMissing a Javadoc comment.31

org/jage/platform/communication/rmi/service/impl/UnicastHeader.java

ViolationMessageLine
WarningsLine does not match expected header line of '^/\*$'.26
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.40
Warnings')' is followed by whitespace.41
WarningsLine has trailing spaces.45
WarningsMissing a Javadoc comment.46
Warnings')' is followed by whitespace.47
WarningsLine has trailing spaces.51