The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 2 | Error |
NewlineAtEndOfFile | 2 | Error |
Translation | 0 | Error |
FileLength | 0 | Error |
FileTabCharacter
| 55 | Error |
RegexpSingleline
| 11 | Error |
JavadocMethod | 25 | Error |
JavadocType | 3 | Error |
JavadocVariable | 23 | Error |
JavadocStyle | 2 | Error |
ConstantName | 1 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MemberName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 0 | Error |
LineLength | 10 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 1 | Error |
NoWhitespaceAfter | 0 | Error |
NoWhitespaceBefore | 0 | Error |
OperatorWrap | 0 | Error |
ParenPad | 0 | Error |
TypecastParenPad | 0 | Error |
WhitespaceAfter | 1 | Error |
WhitespaceAround | 10 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 1 | Error |
LeftCurly | 7 | Error |
NeedBraces | 0 | Error |
RightCurly | 0 | Error |
AvoidInlineConditionals | 0 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 8 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 0 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 3 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 19 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 0 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 22 | Error |
TodoComment | 0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 12 | |
Missing a Javadoc comment. | 17 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 23 | |
Parameter bayeuxServer should be final. | 24 | |
'bayeuxServer' hides a field. | 24 | |
'{' should be on the previous line. | 25 | |
Missing a Javadoc comment. | 29 | |
'{' should be on the previous line. | 31 | |
Missing a Javadoc comment. | 35 | |
'{' should be on the previous line. | 37 | |
Line is longer than 80 characters. | 40 | |
Method 'postProcessBeforeInitialization' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Parameter bean should be final. | 40 | |
Parameter name should be final. | 40 | |
Redundant throws: 'BeansException' is unchecked exception. | 40 | |
Line is longer than 80 characters. | 48 | |
Method 'postProcessAfterInitialization' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter bean should be final. | 48 | |
Parameter name should be final. | 48 | |
Redundant throws: 'BeansException' is unchecked exception. | 48 | |
Line is longer than 80 characters. | 53 | |
Method 'postProcessBeforeDestruction' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter bean should be final. | 53 | |
Parameter name should be final. | 53 | |
Redundant throws: 'BeansException' is unchecked exception. | 53 | |
Method 'bayeuxServer' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
'{' should be on the previous line. | 60 | |
Method 'setServletContext' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Missing a Javadoc comment. | 66 | |
Parameter servletContext should be final. | 66 | |
'{' should be on the previous line. | 67 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 11 | |
Missing a Javadoc comment. | 12 | |
Missing a Javadoc comment. | 13 | |
Method 'join' is not designed for extension - needs to be abstract, final or empty. | 15 | |
Missing a Javadoc comment. | 15 | |
Method 'getGameFacade' is not designed for extension - needs to be abstract, final or empty. | 19 | |
Missing a Javadoc comment. | 19 | |
Method 'setGameFacade' is not designed for extension - needs to be abstract, final or empty. | 23 | |
Missing a Javadoc comment. | 23 | |
Parameter gameFacade should be final. | 23 | |
'gameFacade' hides a field. | 23 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 25 | |
Line has trailing spaces. | 33 | |
Missing a Javadoc comment. | 34 | |
Line has trailing spaces. | 36 | |
Missing a Javadoc comment. | 37 | |
Line contains a tab character. | 38 | |
Line has trailing spaces. | 40 | |
Missing a Javadoc comment. | 41 | |
Line has trailing spaces. | 43 | |
Missing a Javadoc comment. | 44 | |
Line has trailing spaces. | 45 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
'{' is not followed by whitespace. | 51 | |
'}' is not preceded with whitespace. | 51 | |
Line has trailing spaces. | 52 | |
Method 'subscribe' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Line is longer than 80 characters. | 59 | |
Parameter remoteSession should be final. | 59 | |
'remoteSession' hides a field. | 59 | |
Expected @param tag for 'remoteSession'. | 59 | |
Parameter message should be final. | 59 | |
'message' hides a field. | 59 | |
Expected @param tag for 'message'. | 59 | |
Line contains a tab character. | 66 | |
Method 'receiveEvent' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Line is longer than 80 characters. | 67 | |
Line contains a tab character. | 67 | |
Parameter event should be final. | 67 | |
Line contains a tab character. | 68 | |
Line contains a tab character. | 69 | |
Line contains a tab character. | 70 | |
Line contains a tab character. | 71 | |
Line contains a tab character. | 72 | |
Line contains a tab character. | 73 | |
Line contains a tab character. | 74 | |
Line contains a tab character. | 75 | |
Line contains a tab character. | 76 | |
Line has trailing spaces. | 77 | |
Line contains a tab character. | 77 | |
Line contains a tab character. | 78 | |
Line contains a tab character. | 79 | |
Line contains a tab character. | 80 | |
Line contains a tab character. | 81 | |
Line contains a tab character. | 82 | |
Line contains a tab character. | 83 | |
Line contains a tab character. | 86 | |
Line has trailing spaces. | 87 | |
Line contains a tab character. | 87 | |
Missing a Javadoc comment. | 88 | |
Line contains a tab character. | 89 | |
Line contains a tab character. | 90 | |
Line contains a tab character. | 91 | |
Line contains a tab character. | 92 | |
Line contains a tab character. | 93 | |
First sentence should end with a period. | 95 | |
Line contains a tab character. | 95 | |
Method 'setServerSession' is not designed for extension - needs to be abstract, final or empty. | 99 | |
Parameter serverSession should be final. | 99 | |
'serverSession' hides a field. | 99 | |
Expected @param tag for 'serverSession'. | 99 | |
First sentence should end with a period. | 102 | |
Line contains a tab character. | 106 | |
Method 'setGameService' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Parameter gameService should be final. | 106 | |
'gameService' hides a field. | 106 | |
Expected @param tag for 'gameService'. | 106 | |
Line contains a tab character. | 107 | |
Line contains a tab character. | 108 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 19 | |
'{' should be on the previous line. | 23 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 26 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
'{' should be on the previous line. | 31 | |
Method 'processHello' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Line is longer than 80 characters. | 36 | |
Parameter remote should be final. | 36 | |
Parameter message should be final. | 36 | |
'cast' is not followed by whitespace. | 40 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 17 | |
Parameter name should be final. | 17 | |
'name' hides a field. | 17 | |
Parameter date should be final. | 17 | |
'date' hides a field. | 17 | |
Method 'getDate' is not designed for extension - needs to be abstract, final or empty. | 22 | |
Missing a Javadoc comment. | 22 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 26 | |
Missing a Javadoc comment. | 26 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 32 | |
Method 'init' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Line is longer than 80 characters. | 37 | |
Method 'processGame' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Line is longer than 80 characters. | 41 | |
'(' is preceded with whitespace. | 41 | |
Parameter remote should be final. | 41 | |
Parameter message should be final. | 41 | |
'+' is not preceded with whitespace. | 50 | |
'+' is not followed by whitespace. | 50 | |
'+' is not preceded with whitespace. | 50 | |
'+' is not followed by whitespace. | 50 | |
'+' is not preceded with whitespace. | 52 | |
'+' is not followed by whitespace. | 52 | |
'+' is not preceded with whitespace. | 52 | |
'+' is not followed by whitespace. | 52 | |
Missing a Javadoc comment. | 59 | |
Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Missing package-info.java file. | 0 | |
Line contains a tab character. | 23 | |
Missing a Javadoc comment. | 23 | |
Line contains a tab character. | 24 | |
Line has trailing spaces. | 25 | |
Line contains a tab character. | 25 | |
Line contains a tab character. | 26 | |
Method 'onMessage' is not designed for extension - needs to be abstract, final or empty. | 26 | |
Line contains a tab character. | 27 | |
Parameter message should be final. | 27 | |
Line contains a tab character. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 30 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line contains a tab character. | 33 | |
Line contains a tab character. | 34 | |
Line contains a tab character. | 35 | |
Line contains a tab character. | 36 | |
Must have at least one statement. | 36 | |
Line has trailing spaces. | 37 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter event should be final. | 41 | |
Line contains a tab character. | 42 | |
Line contains a tab character. | 43 | |
Line contains a tab character. | 44 | |
Line contains a tab character. | 45 | |
Line contains a tab character. | 46 | |
Line contains a tab character. | 47 | |
Line contains a tab character. | 48 |