Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
7260

Rules

RulesViolationsSeverity
JavadocMethod
  • scope: "package"
  • allowMissingPropertyJavadoc: "true"
  • allowMissingJavadoc: "true"
0error Error
JavadocType
  • authorFormat: "Tom Gibara"
1info Info
JavadocVariable
  • scope: "package"
0error Error
JavadocStyle0error 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
LineLength
  • max: "120"
0error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
MethodParamPad0error Error
NoWhitespaceAfter1error Error
NoWhitespaceBefore0error Error
OperatorWrap0error Error
ParenPad0error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter0error Error
WhitespaceAround
  • tokens: "ASSIGN,BAND,BAND_ASSIGN,BOR,BOR_ASSIGN,BSR,BSR_ASSIGN,BXOR,BXOR_ASSIGN,COLON,DIV,DIV_ASSIGN,EQUAL,GE,GT,LAND,LCURLY,LE,LITERAL_ASSERT,LITERAL_CATCH,LITERAL_DO,LITERAL_ELSE,LITERAL_FINALLY,LITERAL_FOR,LITERAL_IF,LITERAL_RETURN,LITERAL_SYNCHRONIZED,LITERAL_TRY,LITERAL_WHILE,LOR,LT,MINUS,MINUS_ASSIGN,MOD,MOD_ASSIGN,NOT_EQUAL,PLUS,PLUS_ASSIGN,QUESTION,RCURLY,SL,SLIST,SL_ASSIGN,SR,SR_ASSIGN,STAR,STAR_ASSIGN,LITERAL_ASSERT,TYPE_EXTENSION_AND,WILDCARD_TYPE"
2error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
LeftCurly0error Error
NeedBraces
  • tokens: "LITERAL_DO,LITERAL_FOR,LITERAL_WHILE"
0error Error
RightCurly0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
1info Info
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber0info Info
MissingSwitchDefault0error Error
RedundantThrows
  • allowSubclasses: "true"
  • allowUnchecked: "true"
0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier0error Error
ArrayTypeStyle0error Error
FinalParameters1error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "^((\s+)|(\s*+[^*].*\s+)|(\s*\*\s\s+))$"
2error Error
TodoComment0error Error
UpperEll0error Error
PackageHtml0 Ignore
NewlineAtEndOfFile0error Error
Translation0error Error

Details

com/tomgibara/pronto/logging/impl/LoggingConfigImpl.java

ViolationMessageLine
warning'?' is not preceded with whitespace.149
warning'?' is not followed by whitespace.149
warningLine has trailing spaces.155
warningLine has trailing spaces.157
warningParameter settings should be final.171
info'lastModified' hides a field.216
warning'{' is followed by whitespace.432

com/tomgibara/pronto/logging/LoggingConfig.java

ViolationMessageLine
infoType Javadoc comment is missing an @author tag.105