Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
6 0 0 69

Rules

Rules Violations Severity
PackageHtml 2 error Error
NewlineAtEndOfFile 0 error Error
Translation 0 error Error
JavadocMethod 16 error Error
JavadocType 1 error Error
JavadocVariable 7 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 1 error Error
IllegalImport 0 error Error
RedundantImport 0 error Error
UnusedImports 0 error Error
FileLength 0 error Error
LineLength 15 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 0 error Error
WhitespaceAround 5 error Error
ModifierOrder 0 error Error
RedundantModifier 0 error Error
AvoidNestedBlocks 0 error Error
EmptyBlock 0 error Error
LeftCurly 3 error Error
NeedBraces 0 error Error
RightCurly 1 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 10 error Error
FinalClass 0 error Error
HideUtilityClassConstructor 0 error Error
InterfaceIsType 0 error Error
VisibilityModifier 0 error Error
ArrayTypeStyle 0 error Error
FinalParameters 6 error Error
GenericIllegalRegexp
  • message : "Line has trailing spaces."
  • format : "\s+$"
1 error Error
TodoComment 0 error Error
UpperEll 0 error Error

Details

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

Violation Message Line
error Method 'autowireObject' is not designed for extension - needs to be abstract, final or empty. 15
error Missing a Javadoc comment. 15
error Parameter o should be final. 15
error Line is longer than 80 characters. 16
error Method 'getServletModuleManager' is not designed for extension - needs to be abstract, final or empty. 19
error Missing a Javadoc comment. 19

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/ContainerManager.java

Violation Message Line
error Line is longer than 80 characters. 6
error Using the '.*' form of import should be avoided - com.atlassian.plugin.*. 12
error Missing a Javadoc comment. 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. 41
error Missing a Javadoc comment. 43
error Parameter servletContext should be final. 43
error Line is longer than 80 characters. 47
error Line is longer than 80 characters. 50
error Line is longer than 80 characters. 51
error Line is longer than 80 characters. 53
error Line is longer than 80 characters. 54
error Line is longer than 80 characters. 63
error Line is longer than 80 characters. 68
error Line is longer than 80 characters. 69
error '<' is not preceded with whitespace. 69
error '<' is not followed by whitespace. 69
error '>' is not preceded with whitespace. 69
error '>' is not followed by whitespace. 69
error Line is longer than 80 characters. 74
error Missing a Javadoc comment. 79
error Parameter mgr should be final. 79
error Missing a Javadoc comment. 83
error Method 'getServletModuleManager' is not designed for extension - needs to be abstract, final or empty. 87
error Missing a Javadoc comment. 87
error Method 'getOsgiContainerManager' is not designed for extension - needs to be abstract, final or empty. 91
error Missing a Javadoc comment. 91
error Method 'getPluginManager' is not designed for extension - needs to be abstract, final or empty. 95
error Missing a Javadoc comment. 95
error Method 'getHostComponentProvider' is not designed for extension - needs to be abstract, final or empty. 99
error Missing a Javadoc comment. 99
error Method 'getModuleDescriptorFactory' is not designed for extension - needs to be abstract, final or empty. 103
error Missing a Javadoc comment. 103
error Missing a Javadoc comment. 107
error Missing a Javadoc comment. 109
error Parameter componentRegistrar should be final. 109
error Line is longer than 80 characters. 110
error Line is longer than 80 characters. 111

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. 15
error Method 'getServletModuleManager' is not designed for extension - needs to be abstract, final or empty. 16
error Missing a Javadoc comment. 16

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

Violation Message Line
error Missing package documentation file. 0