The following document contains the results of Checkstyle.
Files | Infos | Warnings | Errors |
---|---|---|---|
7 | 0 | 0 | 173 |
Rules | Violations | Severity |
---|---|---|
PackageHtml | 2 | Error |
NewlineAtEndOfFile | 4 | Error |
Translation | 0 | Error |
JavadocMethod | 14 | Error |
JavadocType | 1 | Error |
JavadocVariable | 2 | Error |
JavadocStyle | 0 | Error |
ConstantName | 0 | 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 |
FileLength | 0 | Error |
LineLength | 8 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 0 | Error |
NoWhitespaceAfter | 0 | Error |
NoWhitespaceBefore | 0 | Error |
OperatorWrap | 0 | Error |
ParenPad | 0 | Error |
TypecastParenPad | 0 | Error |
TabCharacter | 22 | Error |
WhitespaceAfter | 0 | Error |
WhitespaceAround | 10 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 1 | Error |
LeftCurly | 10 | Error |
NeedBraces | 2 | Error |
RightCurly | 1 | Error |
AvoidInlineConditionals | 4 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 1 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 0 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 11 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 0 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 0 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 19 | Error |
GenericIllegalRegexp
|
61 | Error |
TodoComment | 0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 3 | |
Line has trailing spaces. | 7 | |
Line has trailing spaces. | 9 | |
Missing a Javadoc comment. | 29 | |
Method 'setJavascriptManager' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
Parameter javascriptManager should be final. | 31 | |
'javascriptManager' hides a field. | 31 | |
Line has trailing spaces. | 33 | |
Line is longer than 80 characters. | 35 | |
Method 'createCoreServiceImplementation' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Parameter factoryParameters should be final. | 35 | |
Line has trailing spaces. | 36 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 12 | |
Line contains a tab character. | 16 | |
Missing a Javadoc comment. | 16 | |
Line has trailing spaces. | 17 | |
Line contains a tab character. | 17 | |
Method 'setCssFiles' is not designed for extension - needs to be abstract, final or empty. | 18 | |
Missing a Javadoc comment. | 18 | |
Parameter cssFiles should be final. | 18 | |
'{' should be on the previous line. | 19 | |
Line contains a tab character. | 20 | |
Line has trailing spaces. | 22 | |
Method 'getCssAssets' is not designed for extension - needs to be abstract, final or empty. | 23 | |
Missing a Javadoc comment. | 23 | |
Line contains a tab character. | 24 | |
Line has trailing spaces. | 27 | |
Line is longer than 80 characters. | 27 | |
Line contains a tab character. | 27 | |
Method 'renderLibraryResources' is not designed for extension - needs to be abstract, final or empty. | 27 | |
Missing a Javadoc comment. | 27 | |
Parameter writer should be final. | 27 | |
Parameter cycle should be final. | 27 | |
Line contains a tab character. | 28 | |
Parameter hasForm should be final. | 28 | |
Parameter hasWidget should be final. | 28 | |
Line contains a tab character. | 29 | |
Line contains a tab character. | 31 | |
Line contains a tab character. | 32 | |
Line has trailing spaces. | 33 | |
Line contains a tab character. | 33 | |
Line has trailing spaces. | 34 | |
Line is longer than 80 characters. | 35 | |
Method 'appendAssetsAsCss' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Parameter writer should be final. | 35 | |
Parameter cycle should be final. | 35 | |
Parameter assets should be final. | 35 | |
Line contains a tab character. | 36 | |
'==' is not preceded with whitespace. | 36 | |
'==' is not followed by whitespace. | 36 | |
Line contains a tab character. | 37 | |
Line contains a tab character. | 38 | |
Line has trailing spaces. | 39 | |
Line contains a tab character. | 39 | |
Line contains a tab character. | 41 | |
Line has trailing spaces. | 42 | |
Line contains a tab character. | 42 | |
Line has trailing spaces. | 43 | |
Line has trailing spaces. | 44 | |
Line has trailing spaces. | 46 | |
Line is longer than 80 characters. | 51 | |
Method 'appendAssetAsCss' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Parameter writer should be final. | 51 | |
Expected @param tag for 'writer'. | 51 | |
Parameter cycle should be final. | 51 | |
Expected @param tag for 'cycle'. | 51 | |
Parameter asset should be final. | 51 | |
Expected @param tag for 'asset'. | 51 | |
Line has trailing spaces. | 54 | |
Line has trailing spaces. | 60 | |
Line has trailing spaces. | 61 | |
Line contains a tab character. | 61 | |
Line has trailing spaces. | 62 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 3 | |
Line has trailing spaces. | 7 | |
Line has trailing spaces. | 9 | |
Line has trailing spaces. | 25 | |
Missing a Javadoc comment. | 30 | |
Parameter javascriptManager should be final. | 30 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 18 | |
Missing a Javadoc comment. | 18 | |
Line has trailing spaces. | 19 | |
Method 'renderFormWidget' is not designed for extension - needs to be abstract, final or empty. | 20 | |
Missing a Javadoc comment. | 20 | |
Parameter writer should be final. | 20 | |
Parameter cycle should be final. | 20 | |
'{' should be on the previous line. | 21 | |
'if' construct must use '{}'s. | 23 | |
Line has trailing spaces. | 25 | |
Line is longer than 80 characters. | 27 | |
Avoid inline conditionals. | 27 | |
Line has trailing spaces. | 28 | |
Line has trailing spaces. | 30 | |
Line is longer than 80 characters. | 33 | |
Line has trailing spaces. | 34 | |
'if' construct must use '{}'s. | 35 | |
Line has trailing spaces. | 37 | |
Line has trailing spaces. | 39 | |
Line has trailing spaces. | 41 | |
Line has trailing spaces. | 43 | |
Line has trailing spaces. | 46 | |
Line has trailing spaces. | 48 | |
Line has trailing spaces. | 49 | |
'{' should be on the previous line. | 50 | |
Line has trailing spaces. | 52 | |
'=' is not preceded with whitespace. | 52 | |
'=' is not followed by whitespace. | 52 | |
'<' is not preceded with whitespace. | 52 | |
'<' is not followed by whitespace. | 52 | |
'{' should be on the previous line. | 53 | |
Must have at least one statement. | 53 | |
Line has trailing spaces. | 61 | |
Line has trailing spaces. | 66 | |
Line has trailing spaces. | 69 | |
Line has trailing spaces. | 72 | |
'{' should be on the previous line. | 75 | |
Line is longer than 80 characters. | 76 | |
Line has trailing spaces. | 79 | |
Avoid inline conditionals. | 80 | |
Line has trailing spaces. | 89 | |
Avoid inline conditionals. | 90 | |
Avoid inline conditionals. | 91 | |
Line has trailing spaces. | 92 | |
Line has trailing spaces. | 96 | |
Line has trailing spaces. | 99 | |
Line has trailing spaces. | 100 | |
Method 'rewindFormWidget' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Missing a Javadoc comment. | 101 | |
Parameter writer should be final. | 101 | |
Parameter cycle should be final. | 101 | |
'{' should be on the previous line. | 102 | |
Line has trailing spaces. | 104 | |
Line has trailing spaces. | 106 | |
'{' should be on the previous line. | 108 | |
Line is longer than 80 characters. | 110 | |
Line contains a tab character. | 111 | |
Line contains a tab character. | 112 | |
'!=' is not preceded with whitespace. | 112 | |
'!=' is not followed by whitespace. | 112 | |
'>' is not preceded with whitespace. | 112 | |
'>' is not followed by whitespace. | 112 | |
Line contains a tab character. | 113 | |
Line contains a tab character. | 114 | |
Line contains a tab character. | 115 | |
Line has trailing spaces. | 116 | |
Line has trailing spaces. | 118 | |
'}' should be on the same line. | 120 | |
'{' should be on the previous line. | 122 | |
Line has trailing spaces. | 125 | |
Line has trailing spaces. | 126 | |
Method 'trigger' is not designed for extension - needs to be abstract, final or empty. | 127 | |
Missing a Javadoc comment. | 127 | |
Parameter cycle should be final. | 127 | |
'{' should be on the previous line. | 128 | |
Line has trailing spaces. | 130 | |
Line has trailing spaces. | 131 | |
Method 'isJson' is not designed for extension - needs to be abstract, final or empty. | 132 | |
Missing a Javadoc comment. | 132 | |
'{' should be on the previous line. | 133 | |
Line has trailing spaces. | 135 | |
Line has trailing spaces. | 136 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 3 | |
Line has trailing spaces. | 7 | |
Line has trailing spaces. | 9 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |
Violation | Message | Line |
---|---|---|
Missing package documentation file. | 0 |