Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
40043

Rules

RulesViolationsSeverity
PackageHtml1error Error
NewlineAtEndOfFile0error Error
Translation0error Error
JavadocMethod18error Error
JavadocType1error Error
JavadocVariable2error Error
JavadocStyle0error 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-tmp/gshell-support/gshell-i18n/target/checkstyle-header.txt"
3error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports0error Error
FileLength0error Error
LineLength
  • max: "120"
0error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
NoWhitespaceAfter2error Error
NoWhitespaceBefore0error Error
OperatorWrap0error Error
ParenPad0error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter0error Error
WhitespaceAround10error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock1error Error
LeftCurly3error Error
NeedBraces0error Error
RightCurly1error Error
AvoidInlineConditionals0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber0error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier0error Error
ArrayTypeStyle0error Error
FinalParameters0error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
1error Error
TodoComment0error Error
UpperEll0error Error

Details

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

ViolationMessageLine
errorMissing package documentation file.0

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

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

org/apache/geronimo/gshell/i18n/MessageSource.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

org/apache/geronimo/gshell/i18n/ResourceBundleMessageSource.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
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.47
error'{' is followed by whitespace.48
errorMissing a Javadoc comment.51
error'=' is not preceded with whitespace.57
error'=' is not followed by whitespace.57
error'<' is not preceded with whitespace.57
error'<' is not followed by whitespace.57
errorMissing a Javadoc comment.66
errorMissing a Javadoc comment.70
error'{' is followed by whitespace.71
errorMissing a Javadoc comment.74
error'=' is not preceded with whitespace.77
error'=' is not followed by whitespace.77
error'<' is not preceded with whitespace.77
error'<' is not followed by whitespace.77
errorLine has trailing spaces.79
errorMissing a Javadoc comment.86
errorExpected an @return tag.96
errorExpected @param tag for 'code'.96
error'}' should be on the same line.102
errorMust have at least one statement.103
error'{' is not followed by whitespace.103
error'}' is not preceded with whitespace.103
errorExpected an @return tag.114
errorExpected @param tag for 'code'.114
errorExpected @param tag for 'args'.114
errorExpected an @return tag.125
errorExpected @param tag for 'name'.125
errorMissing a Javadoc comment.133
errorMissing a Javadoc comment.137
error'{' should be on the previous line.139
errorMissing a Javadoc comment.140