Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
3 0 0 79

Rules

Rules Violations Severity
PackageHtml 1 error Error
NewlineAtEndOfFile 0 error Error
Translation 0 error Error
JavadocMethod 9 error Error
JavadocType 0 error Error
JavadocVariable 7 error Error
JavadocStyle 4 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 16 error Error
MethodLength 0 error Error
ParameterNumber 0 error Error
EmptyForIteratorPad 1 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 6 error Error
ModifierOrder 0 error Error
RedundantModifier 0 error Error
AvoidNestedBlocks 0 error Error
EmptyBlock 0 error Error
LeftCurly 5 error Error
NeedBraces 2 error Error
RightCurly 0 error Error
AvoidInlineConditionals 0 error Error
DoubleCheckedLocking 0 error Error
EmptyStatement 0 error Error
EqualsHashCode 0 error Error
HiddenField 3 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 7 error Error
FinalClass 0 error Error
HideUtilityClassConstructor 1 error Error
InterfaceIsType 0 error Error
VisibilityModifier 0 error Error
ArrayTypeStyle 0 error Error
FinalParameters 15 error Error
GenericIllegalRegexp
  • message : "Line has trailing spaces."
  • format : "\s+$"
0 error Error
TodoComment 0 error Error
UpperEll 0 error Error

Details

com/atlassian/plugin/test/PluginTestUtils.java

Violation Message Line
error Utility classes should not have a public or default constructor. 10
error '{' should be on the previous line. 11
error Missing a Javadoc comment. 12
error Missing a Javadoc comment. 13
error Missing a Javadoc comment. 14
error Missing a Javadoc comment. 15
error Line is longer than 80 characters. 20
error Line is longer than 80 characters. 21
error Line is longer than 80 characters. 22
error Line is longer than 80 characters. 25
error Missing a Javadoc comment. 25
error Line is longer than 80 characters. 27

com/atlassian/plugin/test/PluginBuilder.java

Violation Message Line
error Using the '.*' form of import should be avoided - java.io.*. 12
error First sentence should end with a period. 15
error Missing a Javadoc comment. 19
error Missing a Javadoc comment. 20
error Missing a Javadoc comment. 21
error First sentence should end with a period. 23
error Parameter name should be final. 27
error 'name' hides a field. 27
error Method 'addJava' is not designed for extension - needs to be abstract, final or empty. 40
error Parameter className should be final. 40
error Parameter code should be final. 40
error Expected @throws tag for 'Exception'. 40
error Line is longer than 80 characters. 48
error Line is longer than 80 characters. 53
error ',' is not followed by whitespace. 53
error '+' is not preceded with whitespace. 53
error '+' is not followed by whitespace. 53
error First sentence should end with a period. 57
error Expected an @return tag. 63
error Method 'addResource' is not designed for extension - needs to be abstract, final or empty. 63
error Parameter path should be final. 63
error Parameter contents should be final. 63
error '{' should be on the previous line. 64
error Line is longer than 80 characters. 69
error Method 'addPluginInformation' is not designed for extension - needs to be abstract, final or empty. 69
error Missing a Javadoc comment. 69
error Parameter key should be final. 69
error Parameter name should be final. 69
error 'name' hides a field. 69
error Parameter version should be final. 69
error Line is longer than 80 characters. 74
error Method 'addPluginInformation' is not designed for extension - needs to be abstract, final or empty. 74
error Missing a Javadoc comment. 74
error Parameter key should be final. 74
error Parameter name should be final. 74
error 'name' hides a field. 74
error Parameter version should be final. 74
error Parameter pluginsVersion should be final. 74
error Line is longer than 80 characters. 77
error '+' is not preceded with whitespace. 77
error '+' is not followed by whitespace. 77
error '+' is not preceded with whitespace. 77
error '+' is not followed by whitespace. 77
error Line is longer than 80 characters. 79
error Line is longer than 80 characters. 81
error First sentence should end with a period. 88
error Expected an @return tag. 95
error Method 'addFile' is not designed for extension - needs to be abstract, final or empty. 95
error Parameter path should be final. 95
error Parameter file should be final. 95
error Expected @throws tag for 'IOException'. 95
error Line is longer than 80 characters. 101
error Method 'build' is not designed for extension - needs to be abstract, final or empty. 106
error Expected @throws tag for 'IOException'. 106
error 'if' construct must use '{}'s. 108
error '{' should be on the previous line. 111
error 'if' construct must use '{}'s. 113
error Line is longer than 80 characters. 120
error Method 'build' is not designed for extension - needs to be abstract, final or empty. 126
error Parameter baseDir should be final. 126
error Expected @throws tag for 'IOException'. 126
error '{' should be on the previous line. 130
error Line is longer than 80 characters. 131
error Line is longer than 80 characters. 135
error ';' is followed by whitespace. 136
error '{' should be on the previous line. 137

com/atlassian/plugin/test/package.html

Violation Message Line
error Missing package documentation file. 0