Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
130541

Rules

RulesViolationsSeverity
AbstractClassName0error Error
ArrayTypeStyle0error Error
AvoidInlineConditionals0error Error
AvoidNestedBlocks0error Error
AvoidStarImport
  • excludes: "java.io,java.net,java.util"
0error Error
ConstantName0warning Warning
CovariantEquals0error Error
DeclarationOrder0error Error
DoubleCheckedLocking0error Error
EmptyBlock0warning Warning
EmptyStatement0error Error
EqualsHashCode0error Error
FinalClass1error Error
FinalLocalVariable1error Error
FinalParameters1error Error
GenericIllegalRegexp
  • format: "\s$|\t$"
4error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
24error Error
HideUtilityClassConstructor0error Error
IllegalCatch1error Error
IllegalInstantiation0error Error
IllegalThrows0error Error
ImportOrder
  • groups: "groom"
7error Error
Indentation0error Error
InnerAssignment0warning Warning
InterfaceIsType0error Error
LeftCurly
  • option: "nl"
0error Error
MagicNumber1warning Warning
MissingCtor2warning Warning
ModifiedControlVariable0error Error
ModifierOrder0error Error
MultipleStringLiterals2warning Warning
MultipleVariableDeclarations0error Error
MutableException0error Error
NeedBraces0error Error
ParameterAssignment0error Error
RedundantModifier0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
StringLiteralEquality0error Error
TodoComment
  • format: "FIXME|TODO"
0info Info
TrailingComment0error Error
UnnecessaryParentheses0error Error
UnusedImports2error Error
NewlineAtEndOfFile0error Error

Details

groom/FindHelper.java

ViolationMessageLine
errorWrong order for 'java.io.*' import.23
error'root' hides a field.66
error'minDepth' hides a field.126
error'maxDepth' hides a field.136

groom/ShellHelper.java

ViolationMessageLine
errorWrong order for 'java.io.*' import.23
errorLine matches the illegal pattern '\s$|\t$'.125
errorVariable 'files' should be declared final.194
errorLine matches the illegal pattern '\s$|\t$'.211
warning'4096' is a magic number.344

groom/commands/TouchTargetCommand.java

ViolationMessageLine
warningClass should define a constructor.28

groom/ExecuteHelper.java

ViolationMessageLine
errorWrong order for 'org.apache.commons.exec.Execute' import.24
errorWrong order for 'java.io.*' import.26
error'workingDir' hides a field.52
error'silent' hides a field.98
error'commandLine' hides a field.105
warningThe String " " appears 2 times in the file.109
error'commandLine' hides a field.113
error'commandLine' hides a field.126
errorParameter delimiters should be final.167
errorCatching 'Exception' is not allowed.216
error'commandLine' hides a field.256
error'commandLine' hides a field.262
error'commandLine' hides a field.268
error'commandLine' hides a field.274
error'commandLine' hides a field.280
error'commandLine' hides a field.286
error'commandLine' hides a field.292
error'commandLine' hides a field.298
error'commandLine' hides a field.304
error'commandLine' hides a field.310
error'commandLine' hides a field.316
error'commandLine' hides a field.322
error'commandLine' hides a field.328
error'commandLine' hides a field.334
error'commandLine' hides a field.340

groom/FailSafeShellHelper.java

ViolationMessageLine
errorUnused import - junction.AbstractLogEnabled.21
errorWrong order for 'java.io.*' import.23
errorLine matches the illegal pattern '\s$|\t$'.59

groom/commands/ConcatCommand.java

ViolationMessageLine
warningClass should define a constructor.28

groom/commands/EchoTargetCommand.java

ViolationMessageLine
error'prefix' hides a field.39

groom/FailBadShellHelper.java

ViolationMessageLine
errorUnused import - junction.AbstractLogEnabled.21
errorWrong order for 'java.io.*' import.24
errorLine matches the illegal pattern '\s$|\t$'.60

groom/GroomUtil.java

ViolationMessageLine
errorClass GroomUtil should be declared as final.33

groom/commands/AbstractCommand.java

ViolationMessageLine
errorWrong order for 'java.util.List' import.23
warningThe String " -> " appears 2 times in the file.46