Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
222040

Rules

RulesViolationsSeverity
JavadocMethod
  • scope: "package"
  • allowMissingPropertyJavadoc: "true"
  • allowMissingJavadoc: "true"
0error Error
JavadocType
  • authorFormat: "Tom Gibara"
8info 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
NoWhitespaceAfter0error 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
MagicNumber1info Info
MissingSwitchDefault0error Error
RedundantThrows
  • allowSubclasses: "true"
  • allowUnchecked: "true"
0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier0error Error
ArrayTypeStyle0error Error
FinalParameters2error 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/state/impl/StateTransitionImpl.java

ViolationMessageLine
infoMissing a Javadoc comment.24
info'7' is a magic number.51

com/tomgibara/pronto/state/impl/StateGraphImpl.java

ViolationMessageLine
infoMissing a Javadoc comment.33
info'states' hides a field.81
info'states' hides a field.97

com/tomgibara/pronto/state/impl/StateEngineImpl.java

ViolationMessageLine
infoMissing a Javadoc comment.44
warningParameter policy should be final.84
info'state' hides a field.129
info'state' hides a field.146
info'graph' hides a field.153
warningLine is longer than 120 characters.161
info'transition' hides a field.162
info'transition' hides a field.220

com/tomgibara/pronto/state/impl/StateGraphEditorImpl.java

ViolationMessageLine
infoMissing a Javadoc comment.33
info'graph' hides a field.173
info'graph' hides a field.180
info'states' hides a field.344
info'transitions' hides a field.345
warningParameter changed should be final.368
warningLine has trailing spaces.372

com/tomgibara/pronto/state/impl/TransitionFilter.java

ViolationMessageLine
infoMissing a Javadoc comment.21

com/tomgibara/pronto/state/impl/StateFactoryImpl.java

ViolationMessageLine
infoMissing a Javadoc comment.26

com/tomgibara/pronto/state/impl/TransitionReplacer.java

ViolationMessageLine
infoMissing a Javadoc comment.21

com/tomgibara/pronto/state/impl/PathFinder.java

ViolationMessageLine
infoMissing a Javadoc comment.19