Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
7 0 0 173

Rules

Rules Violations Severity
PackageHtml 2 Errors Error
NewlineAtEndOfFile 4 Errors Error
Translation 0 Errors Error
JavadocMethod 14 Errors Error
JavadocType 1 Errors Error
JavadocVariable 2 Errors Error
JavadocStyle 0 Errors Error
ConstantName 0 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MemberName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
FileLength 0 Errors Error
LineLength 8 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad 0 Errors Error
MethodParamPad 0 Errors Error
NoWhitespaceAfter 0 Errors Error
NoWhitespaceBefore 0 Errors Error
OperatorWrap 0 Errors Error
ParenPad 0 Errors Error
TypecastParenPad 0 Errors Error
TabCharacter 22 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 10 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 1 Errors Error
LeftCurly 10 Errors Error
NeedBraces 2 Errors Error
RightCurly 1 Errors Error
AvoidInlineConditionals 4 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField 1 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber 0 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
DesignForExtension 11 Errors Error
FinalClass 0 Errors Error
HideUtilityClassConstructor 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 0 Errors Error
ArrayTypeStyle 0 Errors Error
FinalParameters 19 Errors Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
61 Errors Error
TodoComment 0 Errors Error
UpperEll 0 Errors Error

Details

net/sf/tacos/javascript/jquery/JqueryDelegateFactory.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line has trailing spaces. 3
Errors Line has trailing spaces. 7
Errors Line has trailing spaces. 9
Errors Missing a Javadoc comment. 29
Errors Method 'setJavascriptManager' is not designed for extension - needs to be abstract, final or empty. 31
Errors Missing a Javadoc comment. 31
Errors Parameter javascriptManager should be final. 31
Errors 'javascriptManager' hides a field. 31
Errors Line has trailing spaces. 33
Errors Line is longer than 80 characters. 35
Errors Method 'createCoreServiceImplementation' is not designed for extension - needs to be abstract, final or empty. 35
Errors Missing a Javadoc comment. 35
Errors Parameter factoryParameters should be final. 35
Errors Line has trailing spaces. 36

net/sf/tacos/javascript/jquery/JqueryJavascriptManagerImpl.java

Violation Message Line
Errors Line has trailing spaces. 12
Errors Line contains a tab character. 16
Errors Missing a Javadoc comment. 16
Errors Line has trailing spaces. 17
Errors Line contains a tab character. 17
Errors Method 'setCssFiles' is not designed for extension - needs to be abstract, final or empty. 18
Errors Missing a Javadoc comment. 18
Errors Parameter cssFiles should be final. 18
Errors '{' should be on the previous line. 19
Errors Line contains a tab character. 20
Errors Line has trailing spaces. 22
Errors Method 'getCssAssets' is not designed for extension - needs to be abstract, final or empty. 23
Errors Missing a Javadoc comment. 23
Errors Line contains a tab character. 24
Errors Line has trailing spaces. 27
Errors Line is longer than 80 characters. 27
Errors Line contains a tab character. 27
Errors Method 'renderLibraryResources' is not designed for extension - needs to be abstract, final or empty. 27
Errors Missing a Javadoc comment. 27
Errors Parameter writer should be final. 27
Errors Parameter cycle should be final. 27
Errors Line contains a tab character. 28
Errors Parameter hasForm should be final. 28
Errors Parameter hasWidget should be final. 28
Errors Line contains a tab character. 29
Errors Line contains a tab character. 31
Errors Line contains a tab character. 32
Errors Line has trailing spaces. 33
Errors Line contains a tab character. 33
Errors Line has trailing spaces. 34
Errors Line is longer than 80 characters. 35
Errors Method 'appendAssetsAsCss' is not designed for extension - needs to be abstract, final or empty. 35
Errors Missing a Javadoc comment. 35
Errors Parameter writer should be final. 35
Errors Parameter cycle should be final. 35
Errors Parameter assets should be final. 35
Errors Line contains a tab character. 36
Errors '==' is not preceded with whitespace. 36
Errors '==' is not followed by whitespace. 36
Errors Line contains a tab character. 37
Errors Line contains a tab character. 38
Errors Line has trailing spaces. 39
Errors Line contains a tab character. 39
Errors Line contains a tab character. 41
Errors Line has trailing spaces. 42
Errors Line contains a tab character. 42
Errors Line has trailing spaces. 43
Errors Line has trailing spaces. 44
Errors Line has trailing spaces. 46
Errors Line is longer than 80 characters. 51
Errors Method 'appendAssetAsCss' is not designed for extension - needs to be abstract, final or empty. 51
Errors Parameter writer should be final. 51
Errors Expected @param tag for 'writer'. 51
Errors Parameter cycle should be final. 51
Errors Expected @param tag for 'cycle'. 51
Errors Parameter asset should be final. 51
Errors Expected @param tag for 'asset'. 51
Errors Line has trailing spaces. 54
Errors Line has trailing spaces. 60
Errors Line has trailing spaces. 61
Errors Line contains a tab character. 61
Errors Line has trailing spaces. 62

net/sf/tacos/javascript/jquery/JqueryOneShellDelegate.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line has trailing spaces. 3
Errors Line has trailing spaces. 7
Errors Line has trailing spaces. 9
Errors Line has trailing spaces. 25
Errors Missing a Javadoc comment. 30
Errors Parameter javascriptManager should be final. 30

net/sf/tacos/javascript/jquery/components/JqueryAutocompleter.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line has trailing spaces. 18
Errors Missing a Javadoc comment. 18
Errors Line has trailing spaces. 19
Errors Method 'renderFormWidget' is not designed for extension - needs to be abstract, final or empty. 20
Errors Missing a Javadoc comment. 20
Errors Parameter writer should be final. 20
Errors Parameter cycle should be final. 20
Errors '{' should be on the previous line. 21
Errors 'if' construct must use '{}'s. 23
Errors Line has trailing spaces. 25
Errors Line is longer than 80 characters. 27
Errors Avoid inline conditionals. 27
Errors Line has trailing spaces. 28
Errors Line has trailing spaces. 30
Errors Line is longer than 80 characters. 33
Errors Line has trailing spaces. 34
Errors 'if' construct must use '{}'s. 35
Errors Line has trailing spaces. 37
Errors Line has trailing spaces. 39
Errors Line has trailing spaces. 41
Errors Line has trailing spaces. 43
Errors Line has trailing spaces. 46
Errors Line has trailing spaces. 48
Errors Line has trailing spaces. 49
Errors '{' should be on the previous line. 50
Errors Line has trailing spaces. 52
Errors '=' is not preceded with whitespace. 52
Errors '=' is not followed by whitespace. 52
Errors '<' is not preceded with whitespace. 52
Errors '<' is not followed by whitespace. 52
Errors '{' should be on the previous line. 53
Errors Must have at least one statement. 53
Errors Line has trailing spaces. 61
Errors Line has trailing spaces. 66
Errors Line has trailing spaces. 69
Errors Line has trailing spaces. 72
Errors '{' should be on the previous line. 75
Errors Line is longer than 80 characters. 76
Errors Line has trailing spaces. 79
Errors Avoid inline conditionals. 80
Errors Line has trailing spaces. 89
Errors Avoid inline conditionals. 90
Errors Avoid inline conditionals. 91
Errors Line has trailing spaces. 92
Errors Line has trailing spaces. 96
Errors Line has trailing spaces. 99
Errors Line has trailing spaces. 100
Errors Method 'rewindFormWidget' is not designed for extension - needs to be abstract, final or empty. 101
Errors Missing a Javadoc comment. 101
Errors Parameter writer should be final. 101
Errors Parameter cycle should be final. 101
Errors '{' should be on the previous line. 102
Errors Line has trailing spaces. 104
Errors Line has trailing spaces. 106
Errors '{' should be on the previous line. 108
Errors Line is longer than 80 characters. 110
Errors Line contains a tab character. 111
Errors Line contains a tab character. 112
Errors '!=' is not preceded with whitespace. 112
Errors '!=' is not followed by whitespace. 112
Errors '>' is not preceded with whitespace. 112
Errors '>' is not followed by whitespace. 112
Errors Line contains a tab character. 113
Errors Line contains a tab character. 114
Errors Line contains a tab character. 115
Errors Line has trailing spaces. 116
Errors Line has trailing spaces. 118
Errors '}' should be on the same line. 120
Errors '{' should be on the previous line. 122
Errors Line has trailing spaces. 125
Errors Line has trailing spaces. 126
Errors Method 'trigger' is not designed for extension - needs to be abstract, final or empty. 127
Errors Missing a Javadoc comment. 127
Errors Parameter cycle should be final. 127
Errors '{' should be on the previous line. 128
Errors Line has trailing spaces. 130
Errors Line has trailing spaces. 131
Errors Method 'isJson' is not designed for extension - needs to be abstract, final or empty. 132
Errors Missing a Javadoc comment. 132
Errors '{' should be on the previous line. 133
Errors Line has trailing spaces. 135
Errors Line has trailing spaces. 136

net/sf/tacos/javascript/jquery/components/JqueryDialog.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line has trailing spaces. 3
Errors Line has trailing spaces. 7
Errors Line has trailing spaces. 9

net/sf/tacos/javascript/jquery/components/package.html

Violation Message Line
Errors Missing package documentation file. 0

net/sf/tacos/javascript/jquery/package.html

Violation Message Line
Errors Missing package documentation file. 0