Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
70054

Rules

RulesViolationsSeverity
PackageHtml1error Error
NewlineAtEndOfFile5error Error
Translation0error Error
JavadocMethod14error Error
JavadocType0error Error
JavadocVariable4error 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/gshell-prefs/target/checkstyle-header.txt"
6error 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
WhitespaceAfter0error Error
WhitespaceAround7error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock2error Error
LeftCurly5error Error
NeedBraces0error Error
RightCurly0error Error
AvoidInlineConditionals0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber0error Error
MissingSwitchDefault0error Error
RedundantThrows1error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier0error Error
ArrayTypeStyle0error Error
FinalParameters8error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
1error Error
TodoComment0error Error
UpperEll0error Error

Details

org/apache/geronimo/gshell/prefs/Preference.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
error'}' is not preceded with whitespace.33
error'{' should be on the previous line.35
errorMissing a Javadoc comment.36

org/apache/geronimo/gshell/prefs/ProcessingException.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.29
errorMissing a Javadoc comment.30
errorMissing a Javadoc comment.32
errorParameter message should be final.32
errorMissing a Javadoc comment.36
errorParameter message should be final.36
errorParameter cause should be final.36
errorMissing a Javadoc comment.40
errorParameter cause should be final.40

org/apache/geronimo/gshell/prefs/PreferencesProcessor.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.32
errorMissing a Javadoc comment.33
errorMissing a Javadoc comment.35
errorRedundant throws: 'IllegalAnnotationError' is unchecked exception.35
errorMissing a Javadoc comment.43
errorMissing a Javadoc comment.51
error'=' is not preceded with whitespace.53
error'=' is not followed by whitespace.53
error'!=' is not preceded with whitespace.53
error'!=' is not followed by whitespace.53
error'=' is not preceded with whitespace.53
error'=' is not followed by whitespace.53
errorMust have at least one statement.57
errorMust have at least one statement.65
errorMissing a Javadoc comment.76

org/apache/geronimo/gshell/prefs/PreferenceDescriptor.java

ViolationMessageLine
errorFile does not end with a newline.0
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
errorMissing a Javadoc comment.35
errorLine has trailing spaces.37
errorMissing a Javadoc comment.41

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

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

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

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/gshell/prefs/IllegalAnnotationError.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.29
errorMissing a Javadoc comment.30
errorMissing a Javadoc comment.32
errorParameter message should be final.32
errorMissing a Javadoc comment.36
errorParameter message should be final.36
errorParameter cause should be final.36
errorMissing a Javadoc comment.40
errorParameter cause should be final.40