Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
2 0 0 110

Rules

Rules Violations Severity
PackageHtml 1 Errors Error
NewlineAtEndOfFile 0 Errors Error
Translation 0 Errors Error
JavadocMethod 6 Errors Error
JavadocType 1 Errors Error
JavadocVariable 9 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 22 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 4 Errors Error
ParenPad 0 Errors Error
TypecastParenPad 0 Errors Error
TabCharacter 4 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 5 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 0 Errors Error
LeftCurly 23 Errors Error
NeedBraces 0 Errors Error
RightCurly 8 Errors Error
AvoidInlineConditionals 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField 7 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 1 Errors Error
FinalClass 0 Errors Error
HideUtilityClassConstructor 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 0 Errors Error
ArrayTypeStyle 0 Errors Error
FinalParameters 17 Errors Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
2 Errors Error
TodoComment 0 Errors Error
UpperEll 0 Errors Error

Details

com/atlassian/gadgets/refimpl/ui/DashboardFilter.java

Violation Message Line
Errors Missing a Javadoc comment. 37
Errors '{' should be on the previous line. 38
Errors Missing a Javadoc comment. 39
Errors Missing a Javadoc comment. 40
Errors Missing a Javadoc comment. 42
Errors Missing a Javadoc comment. 43
Errors Missing a Javadoc comment. 44
Errors Missing a Javadoc comment. 45
Errors Missing a Javadoc comment. 46
Errors Missing a Javadoc comment. 47
Errors Missing a Javadoc comment. 48
Errors Missing a Javadoc comment. 50
Errors Parameter dashboardService should be final. 50
Errors 'dashboardService' hides a field. 50
Errors Parameter dashboardViewFactory should be final. 51
Errors 'dashboardViewFactory' hides a field. 51
Errors Parameter userManager should be final. 52
Errors 'userManager' hides a field. 52
Errors Line is longer than 80 characters. 53
Errors Parameter gadgetRequestContextFactory should be final. 53
Errors 'gadgetRequestContextFactory' hides a field. 53
Errors Parameter gadgetViewFactory should be final. 54
Errors 'gadgetViewFactory' hides a field. 54
Errors Parameter gadgetStateFactory should be final. 55
Errors 'gadgetStateFactory' hides a field. 55
Errors Parameter webResourceManager should be final. 56
Errors 'webResourceManager' hides a field. 56
Errors '{' should be on the previous line. 57
Errors Line is longer than 80 characters. 67
Errors Method 'doFilter' is not designed for extension - needs to be abstract, final or empty. 67
Errors Missing a Javadoc comment. 67
Errors Parameter servletRequest should be final. 67
Errors Parameter servletResponse should be final. 67
Errors Parameter chain should be final. 67
Errors '{' should be on the previous line. 73
Errors Line is longer than 80 characters. 77
Errors Line is longer than 80 characters. 79
Errors Line is longer than 80 characters. 80
Errors '{' should be on the previous line. 82
Errors Line is longer than 80 characters. 86
Errors '{' should be on the previous line. 89
Errors Line is longer than 80 characters. 90
Errors Line is longer than 80 characters. 91
Errors Line is longer than 80 characters. 92
Errors Line is longer than 80 characters. 93
Errors '}' should be on the same line. 96
Errors '{' should be on the previous line. 98
Errors Line is longer than 80 characters. 99
Errors Line is longer than 80 characters. 100
Errors '}' should be on the same line. 102
Errors '{' should be on the previous line. 104
Errors '{' should be on the previous line. 107
Errors '{' should be on the previous line. 109
Errors '}' should be on the same line. 111
Errors '{' should be on the previous line. 113
Errors Line is longer than 80 characters. 114
Errors '{' should be on the previous line. 122
Errors '{' should be on the previous line. 124
Errors Line is longer than 80 characters. 125
Errors '}' should be on the same line. 126
Errors '{' should be on the previous line. 128
Errors '{' should be on the previous line. 135
Errors Line is longer than 80 characters. 137
Errors Line is longer than 80 characters. 144
Errors Missing a Javadoc comment. 144
Errors Parameter gadgetUriParam should be final. 144
Errors Parameter viewName should be final. 144
Errors Parameter response should be final. 144
Errors Parameter gadgetRequestContext should be final. 144
Errors Parameter writable should be final. 144
Errors '{' should be on the previous line. 148
Errors '}' should be on the same line. 150
Errors '{' should be on the previous line. 152
Errors Line is longer than 80 characters. 153
Errors '{' should be on the previous line. 158
Errors '{' should be on the previous line. 160
Errors '}' should be on the same line. 162
Errors '{' should be on the previous line. 164
Errors '}' should be on the same line. 167
Errors '{' should be on the previous line. 169
Errors Line is longer than 80 characters. 170
Errors Line is longer than 80 characters. 177
Errors Line has trailing spaces. 179
Errors '+' should be on a new line. 182
Errors Line contains a tab character. 183
Errors '+' should be on a new line. 183
Errors Line contains a tab character. 184
Errors '+' should be on a new line. 184
Errors Line contains a tab character. 185
Errors '+' should be on a new line. 185
Errors Line is longer than 80 characters. 186
Errors Line contains a tab character. 186
Errors Line is longer than 80 characters. 187
Errors Line has trailing spaces. 193
Errors Line is longer than 80 characters. 194
Errors Missing a Javadoc comment. 195
Errors Parameter uriComponent should be final. 195
Errors '{' should be on the previous line. 196
Errors '{' should be on the previous line. 198
Errors '}' should be on the same line. 200
Errors '{' should be on the previous line. 202
Errors Missing a Javadoc comment. 207
Errors Parameter filterConfig should be final. 207
Errors '{' is not preceded with whitespace. 207
Errors '{' is not followed by whitespace. 207
Errors '}' is not preceded with whitespace. 207
Errors Missing a Javadoc comment. 208
Errors '{' is not followed by whitespace. 208
Errors '}' is not preceded with whitespace. 208

com/atlassian/gadgets/refimpl/ui/package.html

Violation Message Line
Errors Missing package documentation file. 0