Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
10 0 0 125

Rules

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

Details

com/atlassian/plugin/refimpl/servlet/SimpleServletContextFactory.java

Violation Message Line
error Missing a Javadoc comment. 7
error '{' should be on the previous line. 8
error Missing a Javadoc comment. 9
error Missing a Javadoc comment. 11
error Parameter servletContext should be final. 11
error 'servletContext' hides a field. 11
error '{' should be on the previous line. 12
error Method 'getServletContext' is not designed for extension - needs to be abstract, final or empty. 16
error Missing a Javadoc comment. 16
error '{' should be on the previous line. 17

com/atlassian/plugin/refimpl/servlet/FileServerServlet.java

Violation Message Line
error Missing a Javadoc comment. 9
error '{' should be on the previous line. 10
error Missing a Javadoc comment. 11
error Method 'getDownloadStrategies' is not designed for extension - needs to be abstract, final or empty. 13
error Missing a Javadoc comment. 13
error '<' is not preceded with whitespace. 13
error '<' is not followed by whitespace. 13
error '>' is not preceded with whitespace. 13
error '{' should be on the previous line. 14
error 'if' construct must use '{}'s. 15
error 'if' is not followed by whitespace. 15
error Line is longer than 80 characters. 16

com/atlassian/plugin/refimpl/webresource/package.html

Violation Message Line
error Missing package documentation file. 0

com/atlassian/plugin/refimpl/InitListener.java

Violation Message Line
error First sentence should end with a period. 11
error Missing a Javadoc comment. 16
error Method 'contextInitialized' is not designed for extension - needs to be abstract, final or empty. 19
error Missing a Javadoc comment. 19
error Parameter sce should be final. 19
error Line is longer than 80 characters. 23
error Method 'contextDestroyed' is not designed for extension - needs to be abstract, final or empty. 28
error Missing a Javadoc comment. 28
error Parameter sce should be final. 28
error 'if' construct must use '{}'s. 30
error Missing a Javadoc comment. 35
error '{' should be on the previous line. 36
error '{' should be on the previous line. 40
error Line is longer than 80 characters. 41
error '}' should be on the same line. 44
error 'catch' is not followed by whitespace. 45
error '{' should be on the previous line. 46

com/atlassian/plugin/refimpl/webresource/SimpleWebResourceIntegration.java

Violation Message Line
error Missing a Javadoc comment. 13
error '{' should be on the previous line. 14
error Missing a Javadoc comment. 15
error Line is longer than 80 characters. 16
error Missing a Javadoc comment. 16
error '<' is not preceded with whitespace. 16
error '<' is not followed by whitespace. 16
error '<' is not preceded with whitespace. 16
error '<' is not followed by whitespace. 16
error '>' is not preceded with whitespace. 16
error '>' is not followed by whitespace. 16
error '>' is not preceded with whitespace. 16
error '<' is not preceded with whitespace. 16
error '<' is not followed by whitespace. 16
error '<' is not preceded with whitespace. 16
error '<' is not followed by whitespace. 16
error ',' is not followed by whitespace. 16
error '>' is not preceded with whitespace. 16
error '>' is not followed by whitespace. 16
error '>' is not preceded with whitespace. 16
error '>' is not followed by whitespace. 16
error '<' is not preceded with whitespace. 18
error '<' is not followed by whitespace. 18
error '>' is not preceded with whitespace. 18
error '{' should be on the previous line. 19
error Line is longer than 80 characters. 20
error Line is longer than 80 characters. 21
error '<' is not preceded with whitespace. 23
error '<' is not followed by whitespace. 23
error '>' is not preceded with whitespace. 23
error '>' is not followed by whitespace. 23
error Missing a Javadoc comment. 27
error '{' should be on the previous line. 28
error Line is longer than 80 characters. 29
error Method 'getBaseUrl' is not designed for extension - needs to be abstract, final or empty. 34
error Missing a Javadoc comment. 34
error '{' should be on the previous line. 35
error Method 'getPluginAccessor' is not designed for extension - needs to be abstract, final or empty. 39
error Missing a Javadoc comment. 39
error '{' should be on the previous line. 40
error Method 'getRequestCache' is not designed for extension - needs to be abstract, final or empty. 44
error Missing a Javadoc comment. 44
error '<' is not preceded with whitespace. 44
error '<' is not followed by whitespace. 44
error '>' is not preceded with whitespace. 44
error '{' should be on the previous line. 45
error Method 'getSystemBuildNumber' is not designed for extension - needs to be abstract, final or empty. 49
error Missing a Javadoc comment. 49
error '{' should be on the previous line. 50
error Method 'getSystemCounter' is not designed for extension - needs to be abstract, final or empty. 54
error Missing a Javadoc comment. 54
error '{' should be on the previous line. 55

com/atlassian/plugin/refimpl/ContainerManager.java

Violation Message Line
error Got an exception - expecting EOF, found '}' 81

com/atlassian/plugin/refimpl/package.html

Violation Message Line
error Missing package documentation file. 0

com/atlassian/plugin/refimpl/ParameterUtils.java

Violation Message Line
error Missing a Javadoc comment. 3
error Utility classes should not have a public or default constructor. 3
error '{' should be on the previous line. 4
error Missing a Javadoc comment. 5
error '{' should be on the previous line. 6
error Line is longer than 80 characters. 8

com/atlassian/plugin/refimpl/servlet/package.html

Violation Message Line
error Missing package documentation file. 0

com/atlassian/plugin/refimpl/webresource/RequestCacheCleaner.java

Violation Message Line
error Missing a Javadoc comment. 15
error '{' should be on the previous line. 16
error Missing a Javadoc comment. 17
error Line has trailing spaces. 18
error Missing a Javadoc comment. 19
error '{' should be on the previous line. 20
error Line is longer than 80 characters. 21
error Line has trailing spaces. 23
error Line is longer than 80 characters. 24
error Method 'doFilter' is not designed for extension - needs to be abstract, final or empty. 24
error Missing a Javadoc comment. 24
error Parameter request should be final. 24
error Parameter response should be final. 24
error Parameter chain should be final. 24
error '{' should be on the previous line. 27
error '}' should be on the same line. 29
error '{' should be on the previous line. 31
error Missing a Javadoc comment. 36
error Parameter arg0 should be final. 36
error '{' is not followed by whitespace. 36
error '}' is not preceded with whitespace. 36
error Missing a Javadoc comment. 37
error '{' is not followed by whitespace. 37
error '}' is not preceded with whitespace. 37