Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
2 0 0 46

Rules

Rules Violations Severity
PackageHtml 1 error Error
NewlineAtEndOfFile 0 error Error
Translation 0 error Error
JavadocMethod 4 error Error
JavadocType 1 error Error
JavadocVariable 4 error Error
JavadocStyle 0 error Error
ConstantName 1 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 3 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 15 error Error
ModifierOrder 0 error Error
RedundantModifier 0 error Error
AvoidNestedBlocks 0 error Error
EmptyBlock 0 error Error
LeftCurly 7 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 2 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 3 error Error
FinalClass 0 error Error
HideUtilityClassConstructor 0 error Error
InterfaceIsType 0 error Error
VisibilityModifier 0 error Error
ArrayTypeStyle 0 error Error
FinalParameters 4 error Error
GenericIllegalRegexp
  • message : "Line has trailing spaces."
  • format : "\s+$"
0 error Error
TodoComment 0 error Error
UpperEll 0 error Error

Details

com/atlassian/security/auth/trustedapps/test/TestResource.java

Violation Message Line
error Missing a Javadoc comment. 15
error '{' should be on the previous line. 18
error Missing a Javadoc comment. 19
error Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 19
error Missing a Javadoc comment. 20
error '<' is not preceded with whitespace. 20
error '<' is not followed by whitespace. 20
error '?' is not preceded with whitespace. 20
error '>' is not preceded with whitespace. 20
error '?' is not followed by whitespace. 20
error Missing a Javadoc comment. 21
error Missing a Javadoc comment. 22
error Line is longer than 80 characters. 24
error Missing a Javadoc comment. 24
error Parameter requestFactory should be final. 24
error '<' is not preceded with whitespace. 24
error '<' is not followed by whitespace. 24
error '?' is not preceded with whitespace. 24
error '>' is not preceded with whitespace. 24
error '?' is not followed by whitespace. 24
error 'requestFactory' hides a field. 24
error Parameter userManager should be final. 24
error 'userManager' hides a field. 24
error Method 'get' is not designed for extension - needs to be abstract, final or empty. 30
error Missing a Javadoc comment. 30
error Line is longer than 80 characters. 32
error Parameter url should be final. 32
error Parameter addTrust should be final. 32
error '{' should be on the previous line. 35
error '{' should be on the previous line. 37
error Line is longer than 80 characters. 38
error '<' is not preceded with whitespace. 38
error '<' is not followed by whitespace. 38
error '?' is not preceded with whitespace. 38
error '>' is not preceded with whitespace. 38
error '?' is not followed by whitespace. 38
error '{' should be on the previous line. 40
error '}' should be on the same line. 44
error '{' should be on the previous line. 46
error Method 'get' 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. 57
error Method 'getResult' is not designed for extension - needs to be abstract, final or empty. 61
error Missing a Javadoc comment. 61
error '{' should be on the previous line. 62

com/atlassian/security/auth/trustedapps/test/package.html

Violation Message Line
error Missing package documentation file. 0