Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
50027

Rules

RulesViolationsSeverity
PackageHtml1error Error
NewlineAtEndOfFile1error Error
Translation0error Error
JavadocMethod4error Error
JavadocType3error Error
JavadocVariable0error Error
JavadocStyle1error Error
ConstantName0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports0error Error
FileLength0error Error
LineLength5error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
MethodParamPad0error Error
NoWhitespaceAfter0error Error
NoWhitespaceBefore0error Error
OperatorWrap0error Error
ParenPad0error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter0error Error
WhitespaceAround0error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
LeftCurly8error Error
NeedBraces0error Error
RightCurly0error Error
AvoidInlineConditionals0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField0error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber0error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
DesignForExtension0error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier0error Error
ArrayTypeStyle0error Error
FinalParameters0error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
4error Error
TodoComment0error Error
UpperEll0error Error

Details

com/atlassian/cache/CacheManager.java

ViolationMessageLine
errorMissing a Javadoc comment.5
error'{' should be on the previous line.6
errorLine is longer than 80 characters.8
errorFirst sentence should end with a period.13

com/atlassian/cache/Cache.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a Javadoc comment.5
error'{' should be on the previous line.6
errorLine has trailing spaces.9
errorLine is longer than 80 characters.15
errorLine has trailing spaces.22
errorLine is longer than 80 characters.24
errorLine is longer than 80 characters.29
errorLine has trailing spaces.31
errorLine is longer than 80 characters.38
errorLine has trailing spaces.40

com/atlassian/cache/package.html

ViolationMessageLine
errorMissing package documentation file.0

com/atlassian/cache/CacheFactory.java

ViolationMessageLine
error'{' should be on the previous line.10

com/atlassian/cache/CacheException.java

ViolationMessageLine
errorMissing a Javadoc comment.3
error'{' should be on the previous line.4
errorMissing a Javadoc comment.5
error'{' should be on the previous line.6
errorMissing a Javadoc comment.10
error'{' should be on the previous line.11
errorMissing a Javadoc comment.15
error'{' should be on the previous line.16
errorMissing a Javadoc comment.20
error'{' should be on the previous line.21