Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
173160

Rules

RulesViolationsSeverity
JavadocMethod
  • scope: "package"
  • allowMissingPropertyJavadoc: "true"
  • allowMissingJavadoc: "true"
0error Error
JavadocType
  • authorFormat: "Tom Gibara"
3info 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
NoWhitespaceAfter2error 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"
10error 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"
0info 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
VisibilityModifier2error Error
ArrayTypeStyle0error Error
FinalParameters0error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "^((\s+)|(\s*+[^*].*\s+)|(\s*\*\s\s+))$"
1error Error
TodoComment0error Error
UpperEll0error Error
PackageHtml0 Ignore
NewlineAtEndOfFile0error Error
Translation0error Error

Details

com/tomgibara/pronto/control/EngineControlAdapter.java

ViolationMessageLine
infoType Javadoc comment is missing an @param <L> tag.44
infoType Javadoc comment is missing an @param <P> tag.44
infoType Javadoc comment is missing an @param <S> tag.44

com/tomgibara/pronto/control/impl/SignalControllerPart.java

ViolationMessageLine
warningLine has trailing spaces.176

com/tomgibara/pronto/control/impl/ControllerImpl.java

ViolationMessageLine
warningVariable 'engine' must be private and have accessor methods.56
warningVariable 'adapter' must be private and have accessor methods.63

com/tomgibara/pronto/control/impl/StdinControllerPart.java

ViolationMessageLine
warning'?' is not preceded with whitespace.133
warning'?' is not followed by whitespace.133

com/tomgibara/pronto/control/ControlFactory.java

ViolationMessageLine
warningLine is longer than 120 characters.51
warning'?' is not preceded with whitespace.89

com/tomgibara/pronto/control/impl/FileControllerPart.java

ViolationMessageLine
warning'?' is not preceded with whitespace.94
warning'?' is not followed by whitespace.94
warning'{' is followed by whitespace.231
warning'{' is followed by whitespace.240

com/tomgibara/pronto/control/impl/ControlFactoryImpl.java

ViolationMessageLine
warning'?' is not preceded with whitespace.66
warning'?' is not preceded with whitespace.78
warning'?' is not preceded with whitespace.90
warning'?' is not preceded with whitespace.104
warning'?' is not preceded with whitespace.150