Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
13 0 0 257

Rules

Rules Violations Severity
PackageHtml 3 error Error
NewlineAtEndOfFile 0 error Error
Translation 0 error Error
JavadocMethod 31 error Error
JavadocType 4 error Error
JavadocVariable 14 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 4 error Error
IllegalImport 0 error Error
RedundantImport 0 error Error
UnusedImports 1 error Error
FileLength 0 error Error
LineLength 49 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 3 error Error
WhitespaceAround 53 error Error
ModifierOrder 0 error Error
RedundantModifier 0 error Error
AvoidNestedBlocks 0 error Error
EmptyBlock 0 error Error
LeftCurly 41 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 0 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 21 error Error
FinalClass 0 error Error
HideUtilityClassConstructor 1 error Error
InterfaceIsType 0 error Error
VisibilityModifier 0 error Error
ArrayTypeStyle 0 error Error
FinalParameters 10 error Error
GenericIllegalRegexp
  • message : "Line has trailing spaces."
  • format : "\s+$"
17 error Error
TodoComment 0 error Error
UpperEll 0 error Error

Details

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

Violation Message Line
error Line has trailing spaces. 8
error Line is longer than 80 characters. 8
error Line has trailing spaces. 9
error Line is longer than 80 characters. 9
error Line has trailing spaces. 10
error Line is longer than 80 characters. 10
error '{' should be on the previous line. 13
error Method 'getServletModuleManager' is not designed for extension - needs to be abstract, final or empty. 14
error Missing a Javadoc comment. 14
error '{' should be on the previous line. 16

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 Missing a Javadoc comment. 32
error '{' should be on the previous line. 33
error '{' should be on the previous line. 37
error Line is longer than 80 characters. 38
error '}' should be on the same line. 41
error 'catch' is not followed by whitespace. 42
error '{' should be on the previous line. 43

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 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 Line has trailing spaces. 17
error Missing a Javadoc comment. 18
error Parameter servletContext should be final. 18
error '{' should be on the previous line. 19
error Line has trailing spaces. 20
error Line is longer than 80 characters. 20
error '<' is not preceded with whitespace. 24
error '<' is not followed by whitespace. 24
error '>' is not preceded with whitespace. 24
error '>' is not followed by whitespace. 24
error Method 'getBaseUrl' is not designed for extension - needs to be abstract, final or empty. 27
error Missing a Javadoc comment. 27
error '{' should be on the previous line. 28
error Method 'getPluginAccessor' is not designed for extension - needs to be abstract, final or empty. 32
error Missing a Javadoc comment. 32
error '{' should be on the previous line. 33
error Method 'getRequestCache' is not designed for extension - needs to be abstract, final or empty. 37
error Missing a Javadoc comment. 37
error '{' should be on the previous line. 38
error Line is longer than 80 characters. 39
error Line is longer than 80 characters. 40
error 'if' construct must use '{}'s. 42
error Line has trailing spaces. 44
error Method 'getSystemBuildNumber' is not designed for extension - needs to be abstract, final or empty. 48
error Missing a Javadoc comment. 48
error '{' should be on the previous line. 49
error Method 'getSystemCounter' is not designed for extension - needs to be abstract, final or empty. 53
error Missing a Javadoc comment. 53
error '{' should be on the previous line. 54

com/atlassian/plugin/refimpl/package.html

Violation Message Line
error Missing package documentation file. 0

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

Violation Message Line
error Line has trailing spaces. 8
error Line is longer than 80 characters. 8
error Line has trailing spaces. 9
error Line is longer than 80 characters. 9
error Line has trailing spaces. 10
error Line is longer than 80 characters. 10
error Line has trailing spaces. 13
error '{' should be on the previous line. 13
error Method 'getServletModuleManager' is not designed for extension - needs to be abstract, final or empty. 14
error Missing a Javadoc comment. 14
error '{' should be on the previous line. 15

com/atlassian/plugin/refimpl/servlet/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/SimpleFilterModuleDescriptor.java

Violation Message Line
error Line is longer than 80 characters. 8
error Line is longer than 80 characters. 9
error Line has trailing spaces. 10
error Line is longer than 80 characters. 12
error Line is longer than 80 characters. 13
error Line has trailing spaces. 14
error Line has trailing spaces. 18
error Method 'autowireObject' is not designed for extension - needs to be abstract, final or empty. 18
error Missing a Javadoc comment. 18
error Parameter o should be final. 18
error '{' should be on the previous line. 19
error Line is longer than 80 characters. 20
error Method 'getServletModuleManager' is not designed for extension - needs to be abstract, final or empty. 23
error Missing a Javadoc comment. 23
error '{' should be on the previous line. 24

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

Violation Message Line
error Missing package documentation file. 0

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/servlet/SimpleServletModuleDescriptor.java

Violation Message Line
error Line is longer than 80 characters. 8
error Line is longer than 80 characters. 9
error Line has trailing spaces. 10
error Line is longer than 80 characters. 12
error Line is longer than 80 characters. 13
error Line has trailing spaces. 14
error '{' should be on the previous line. 17
error Method 'autowireObject' is not designed for extension - needs to be abstract, final or empty. 18
error Missing a Javadoc comment. 18
error Parameter o should be final. 18
error '{' should be on the previous line. 19
error Line is longer than 80 characters. 20
error Method 'getServletModuleManager' is not designed for extension - needs to be abstract, final or empty. 23
error Missing a Javadoc comment. 23
error '{' should be on the previous line. 24

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

Violation Message Line
error Line is longer than 80 characters. 3
error Line is longer than 80 characters. 6
error Line is longer than 80 characters. 7
error Line has trailing spaces. 8
error Line is longer than 80 characters. 10
error Method 'autowireObject' is not designed for extension - needs to be abstract, final or empty. 12
error Missing a Javadoc comment. 12
error Parameter obj should be final. 13
error '{' should be on the previous line. 14
error Line is longer than 80 characters. 15

com/atlassian/plugin/refimpl/ContainerManager.java

Violation Message Line
error Using the '.*' form of import should be avoided - com.atlassian.plugin.*. 3
error Unused import - com.atlassian.plugin.osgi.container.PackageScannerConfiguration. 9
error Line is longer than 80 characters. 11
error Using the '.*' form of import should be avoided - com.atlassian.plugin.refimpl.servlet.*. 16
error Using the '.*' form of import should be avoided - com.atlassian.plugin.servlet.*. 19
error Line is longer than 80 characters. 20
error Using the '.*' form of import should be avoided - java.util.*. 28
error '{' should be on the previous line. 34
error Missing a Javadoc comment. 35
error Missing a Javadoc comment. 36
error Missing a Javadoc comment. 37
error Missing a Javadoc comment. 38
error Missing a Javadoc comment. 39
error Missing a Javadoc comment. 40
error Missing a Javadoc comment. 41
error Missing a Javadoc comment. 42
error '<' is not preceded with whitespace. 42
error '<' is not followed by whitespace. 42
error ',' is not followed by whitespace. 42
error '>' is not preceded with whitespace. 42
error Missing a Javadoc comment. 44
error Missing a Javadoc comment. 45
error '<' is not preceded with whitespace. 45
error '<' is not followed by whitespace. 45
error '>' is not preceded with whitespace. 45
error Missing a Javadoc comment. 47
error Parameter servletContext should be final. 47
error '{' should be on the previous line. 48
error Line is longer than 80 characters. 51
error Line is longer than 80 characters. 52
error Line is longer than 80 characters. 54
error Line is longer than 80 characters. 55
error '<' is not preceded with whitespace. 55
error '<' is not followed by whitespace. 55
error '>' is not preceded with whitespace. 55
error '<' is not preceded with whitespace. 55
error '<' is not followed by whitespace. 55
error '>' is not preceded with whitespace. 55
error '>' is not followed by whitespace. 55
error Line has trailing spaces. 58
error '<' is not preceded with whitespace. 59
error '<' is not followed by whitespace. 59
error ',' is not followed by whitespace. 59
error '>' is not preceded with whitespace. 59
error '>' is not followed by whitespace. 59
error Line is longer than 80 characters. 65
error Line is longer than 80 characters. 67
error Line is longer than 80 characters. 82
error Line is longer than 80 characters. 83
error Line is longer than 80 characters. 84
error Line is longer than 80 characters. 85
error Line is longer than 80 characters. 86
error Line is longer than 80 characters. 87
error '<' is not preceded with whitespace. 87
error '<' is not followed by whitespace. 87
error '>' is not preceded with whitespace. 87
error '>' is not followed by whitespace. 87
error Line is longer than 80 characters. 89
error '{' should be on the previous line. 91
error '}' should be on the same line. 104
error '{' should be on the previous line. 106
error '<' is not preceded with whitespace. 110
error '<' is not followed by whitespace. 110
error '>' is not preceded with whitespace. 110
error '>' is not followed by whitespace. 110
error Line is longer than 80 characters. 111
error Line is longer than 80 characters. 113
error Missing a Javadoc comment. 118
error Parameter mgr should be final. 118
error '{' should be on the previous line. 119
error Missing a Javadoc comment. 123
error '{' should be on the previous line. 124
error Method 'getServletModuleManager' is not designed for extension - needs to be abstract, final or empty. 128
error Missing a Javadoc comment. 128
error '{' should be on the previous line. 129
error Method 'getOsgiContainerManager' is not designed for extension - needs to be abstract, final or empty. 133
error Missing a Javadoc comment. 133
error '{' should be on the previous line. 134
error Method 'getPluginManager' is not designed for extension - needs to be abstract, final or empty. 138
error Missing a Javadoc comment. 138
error '{' should be on the previous line. 139
error Method 'getHostComponentProvider' is not designed for extension - needs to be abstract, final or empty. 143
error Missing a Javadoc comment. 143
error '{' should be on the previous line. 144
error Method 'getModuleDescriptorFactory' is not designed for extension - needs to be abstract, final or empty. 148
error Missing a Javadoc comment. 148
error '{' should be on the previous line. 149
error Method 'getDownloadStrategies' is not designed for extension - needs to be abstract, final or empty. 153
error Missing a Javadoc comment. 153
error '<' is not preceded with whitespace. 153
error '<' is not followed by whitespace. 153
error '>' is not preceded with whitespace. 153
error '{' should be on the previous line. 154
error '{' should be on the previous line. 162
error Missing a Javadoc comment. 163
error '<' is not preceded with whitespace. 163
error '<' is not followed by whitespace. 163
error '>' is not preceded with whitespace. 163
error Missing a Javadoc comment. 165
error '{' should be on the previous line. 166
error '<' is not preceded with whitespace. 167
error '<' is not followed by whitespace. 167
error '>' is not preceded with whitespace. 167
error '<' is not preceded with whitespace. 167
error '<' is not followed by whitespace. 167
error '>' is not preceded with whitespace. 167
error '>' is not followed by whitespace. 167
error Missing a Javadoc comment. 173
error Parameter requestUrl should be final. 173
error '{' should be on the previous line. 174
error Line is longer than 80 characters. 175
error Missing a Javadoc comment. 180
error '{' should be on the previous line. 181
error Missing a Javadoc comment. 182
error Parameter componentRegistrar should be final. 182
error '<' is not preceded with whitespace. 183
error '<' is not followed by whitespace. 183
error ',' is not followed by whitespace. 183
error '>' is not preceded with whitespace. 183
error '{' should be on the previous line. 184
error Line is longer than 80 characters. 186
error Line is longer than 80 characters. 187
error Line is longer than 80 characters. 189