Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
800147

Rules

RulesViolationsSeverity
PackageHtml1error Error
NewlineAtEndOfFile0error Error
Translation0error Error
JavadocMethod35error Error
JavadocType1error Error
JavadocVariable44error Error
JavadocStyle4error Error
ConstantName0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
Header
  • headerFile: "/Users/jason/ws/geronimo/gshell/gshell-ansi/target/checkstyle-header.txt"
7error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports0error Error
FileLength0error Error
LineLength
  • max: "120"
0error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
NoWhitespaceAfter0error Error
NoWhitespaceBefore0error Error
OperatorWrap0error Error
ParenPad0error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter6error Error
WhitespaceAround20error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
LeftCurly7error Error
NeedBraces1error Error
RightCurly4error Error
AvoidInlineConditionals0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
1error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber0error Error
MissingSwitchDefault0error Error
RedundantThrows4error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor2error Error
InterfaceIsType0error Error
VisibilityModifier2error Error
ArrayTypeStyle0error Error
FinalParameters2error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
6error Error
TodoComment0error Error
UpperEll0error Error

Details

org/apache/geronimo/gshell/ansi/package-info.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1

org/apache/geronimo/gshell/ansi/RenderMessageSource.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.31
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.36
errorLine has trailing spaces.41
errorMissing a Javadoc comment.42
errorMissing a Javadoc comment.52
errorParameter code should be final.52
errorParameter args should be final.52

org/apache/geronimo/gshell/ansi/Code.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUtility classes should not have a public or default constructor.32
error'{' should be on the previous line.33
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.37
errorMissing a Javadoc comment.38
errorMissing a Javadoc comment.39
errorMissing a Javadoc comment.41
errorMissing a Javadoc comment.42
errorMissing a Javadoc comment.43
errorMissing a Javadoc comment.44
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.47
errorMissing a Javadoc comment.48
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.51
errorMissing a Javadoc comment.52
errorMissing a Javadoc comment.53
errorMissing a Javadoc comment.54
errorMissing a Javadoc comment.55
errorMissing a Javadoc comment.56
errorMissing a Javadoc comment.57
errorMissing a Javadoc comment.59
errorMissing a Javadoc comment.60
errorMissing a Javadoc comment.61
errorMissing a Javadoc comment.62
errorMissing a Javadoc comment.63
errorMissing a Javadoc comment.64
errorMissing a Javadoc comment.65
errorMissing a Javadoc comment.66
error'<' is not preceded with whitespace.72
error'<' is not followed by whitespace.72
error',' is not followed by whitespace.72
error'>' is not preceded with whitespace.72
error'<' is not preceded with whitespace.75
error'<' is not followed by whitespace.75
error',' is not followed by whitespace.75
error'>' is not preceded with whitespace.75
error'<' is not preceded with whitespace.79
error'<' is not followed by whitespace.79
error',' is not followed by whitespace.79
error'>' is not preceded with whitespace.79
error'<' is not preceded with whitespace.79
error'<' is not followed by whitespace.79
error',' is not followed by whitespace.79
error'>' is not preceded with whitespace.79
error'>' is not followed by whitespace.79
error'<' is not preceded with whitespace.80
error'<' is not followed by whitespace.80
error',' is not followed by whitespace.80
error'>' is not preceded with whitespace.80
error'<' is not preceded with whitespace.80
error'<' is not followed by whitespace.80
error',' is not followed by whitespace.80
error'>' is not preceded with whitespace.80
error'>' is not followed by whitespace.80
error'}' should be on the same line.96
errorExpected an @return tag.110
errorExpected @param tag for 'name'.110
errorExpected @throws tag for 'IllegalArgumentException'.110
errorRedundant throws: 'IllegalArgumentException' is unchecked exception.110
errorExpected an @return tag.127
errorExpected @param tag for 'code'.127
errorExpected @throws tag for 'IllegalArgumentException'.127
errorRedundant throws: 'IllegalArgumentException' is unchecked exception.127
errorLine has trailing spaces.129
errorMissing a Javadoc comment.139

org/apache/geronimo/gshell/ansi/Buffer.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.28
errorMissing a Javadoc comment.29
errorMissing a Javadoc comment.31
errorVariable 'ansiEnabled' must be private and have accessor methods.31
errorLine has trailing spaces.32
errorMissing a Javadoc comment.33
errorVariable 'autoClear' must be private and have accessor methods.33
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.40
errorLine has trailing spaces.43
errorMissing a Javadoc comment.44
error'}' should be on the same line.47
error'if' construct must use '{}'s.49
errorMissing a Javadoc comment.53
errorLine has trailing spaces.61
errorMissing a Javadoc comment.62
errorMissing a Javadoc comment.66
errorMissing a Javadoc comment.70
errorMissing a Javadoc comment.76
errorMissing a Javadoc comment.80
errorMissing a Javadoc comment.88
error'}' should be on the same line.93
errorMissing a Javadoc comment.101

org/apache/geronimo/gshell/ansi/ANSI.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUtility classes should not have a public or default constructor.29
error'{' should be on the previous line.30
errorExpected an @return tag.34
error'enabled' hides a field.35
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.49
errorMissing a Javadoc comment.51
errorMissing a Javadoc comment.55

org/apache/geronimo/gshell/ansi/RenderWriter.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorFirst sentence should end with a period.26
error'{' should be on the previous line.33
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.44
errorMissing a Javadoc comment.48
errorMissing a Javadoc comment.52
error'}' should be on the same line.55

org/apache/geronimo/gshell/ansi/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/gshell/ansi/Renderer.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.27
errorUnclosed HTML tag found: <code>)*<space><text>|29
errorUnclosed HTML tag found: <space><text>|29
errorUnclosed HTML tag found: <text>|29
error'{' should be on the previous line.35
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.38
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.42
errorMissing a Javadoc comment.44
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.48
errorMissing a Javadoc comment.50
errorRedundant throws: 'RenderException' is unchecked exception.50
errorMissing a Javadoc comment.79
errorRedundant throws: 'RenderException' is unchecked exception.79
errorMissing a Javadoc comment.105
error'{' should be on the previous line.107
errorMissing a Javadoc comment.108
errorMissing a Javadoc comment.117
errorMissing a Javadoc comment.121