Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
251380

Rules

RulesViolationsSeverity
JavadocMethod
  • scope: "package"
  • allowMissingPropertyJavadoc: "true"
  • allowMissingJavadoc: "true"
0error Error
JavadocType
  • authorFormat: "Tom Gibara"
0info 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"
1error 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"
0error 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"
11info Info
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber2info Info
MissingSwitchDefault0error Error
RedundantThrows
  • allowSubclasses: "true"
  • allowUnchecked: "true"
0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier0error Error
ArrayTypeStyle0error Error
FinalParameters6error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "^((\s+)|(\s*+[^*].*\s+)|(\s*\*\s\s+))$"
0error Error
TodoComment0error Error
UpperEll0error Error
PackageHtml0 Ignore
NewlineAtEndOfFile0error Error
Translation0error Error

Details

com/tomgibara/pronto/config/source/PreferencesConfigSource.java

ViolationMessageLine
info'preferences' hides a field.231
info'properties' hides a field.232
info'preferences' hides a field.311
info'preferences' hides a field.319
info'preferences' hides a field.327
info'preferences' hides a field.338

com/tomgibara/pronto/config/source/CachingConfigSource.java

ViolationMessageLine
info'ttl' hides a field.84

com/tomgibara/pronto/config/source/CompositeConfigSource.java

ViolationMessageLine
info'4' is a magic number.113
info'3' is a magic number.113

com/tomgibara/pronto/config/source/LastModifiedCalculator.java

ViolationMessageLine
info'properties' hides a field.86
info'properties' hides a field.136
info'lastModified' hides a field.138

com/tomgibara/pronto/config/impl/ConfigImpl.java

ViolationMessageLine
warningParameter policy should be final.200
warningParameter domain should be final.219
warningParameter inherit should be final.219
warningParameter iface should be final.219
warningLine is longer than 120 characters.221
warningParameter name should be final.229
warning'{' is followed by whitespace.236
warningParameter classLoader should be final.241
info'classLoader' hides a field.241