Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
100092

Rules

RulesViolationsSeverity
PackageHtml2error Error
NewlineAtEndOfFile0error Error
Translation0error Error
JavadocMethod31error Error
JavadocType7error Error
JavadocVariable3error Error
JavadocStyle2error Error
ConstantName0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName1error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
Header
  • headerFile: "/Users/jason/ws/geronimo/xbean/xbean-classpath/target/checkstyle-header.txt"
8error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports0error Error
FileLength0error Error
LineLength
  • max: "120"
1error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
NoWhitespaceAfter0error Error
NoWhitespaceBefore0error Error
OperatorWrap0error Error
ParenPad0error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter0error Error
WhitespaceAround4error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock2error Error
LeftCurly0error Error
NeedBraces3error Error
RightCurly0error Error
AvoidInlineConditionals0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber2error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor1error Error
InterfaceIsType0error Error
VisibilityModifier0error Error
ArrayTypeStyle0error Error
FinalParameters24error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
1error Error
TodoComment0error Error
UpperEll0error Error

Details

org/apache/xbean/classpath/ClassPathFactory.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.19
errorUtility classes should not have a public or default constructor.19
errorMissing a Javadoc comment.20
errorParameter name should be final.20
error'{' is not preceded with whitespace.20

org/apache/xbean/classpath/TomcatWebAppClassPath.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.19
errorMissing a Javadoc comment.21
errorMissing a Javadoc comment.25
errorParameter classLoader should be final.25
error'{' is not preceded with whitespace.25
errorMissing a Javadoc comment.29

org/apache/xbean/classpath/SunURLClassPath.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.25
errorMissing a Javadoc comment.26
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.40
error'if' construct must use '{}'s.41
errorParameter dir should be final.45
errorParameter name should be final.45
errorMissing a Javadoc comment.64
errorParameter loader should be final.64
errorMissing a Javadoc comment.68

org/apache/xbean/classpath/SystemClassPath.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.23
errorMissing a Javadoc comment.25
errorMissing a Javadoc comment.27
errorParameter dir should be final.27
errorMissing a Javadoc comment.32
errorParameter jar should be final.32
errorMissing a Javadoc comment.38
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.53
error'if' construct must use '{}'s.59
error'32' is a magic number.62
errorMust have at least one statement.77

org/apache/xbean/classpath/maven/MavenResolver.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorParameter groupId should be final.45
errorParameter artifactId should be final.45
errorParameter version should be final.45
errorParameter groupId should be final.56
errorParameter artifactId should be final.56
errorParameter version should be final.56
errorParameter type should be final.56

org/apache/xbean/classpath/maven/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/xbean/classpath/ClassPath.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.22
errorMissing a Javadoc comment.24
errorMissing a Javadoc comment.26
errorMissing a Javadoc comment.28

org/apache/xbean/classpath/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/xbean/classpath/ContextClassPath.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.23
errorMissing a Javadoc comment.25
errorMissing a Javadoc comment.29
errorParameter dir should be final.29
errorMissing a Javadoc comment.37
errorParameter jar should be final.37

org/apache/xbean/classpath/TomcatClassPath.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.26
errorFirst sentence should end with a period.28
errorFirst sentence should end with a period.33
errorMissing a Javadoc comment.37
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.44
errorParameter classLoader should be final.44
error'{' is not preceded with whitespace.44
errorMissing a Javadoc comment.58
errorParameter loader should be final.58
errorLine has trailing spaces.65
errorMissing a Javadoc comment.66
errorMissing a Javadoc comment.70
errorParameter dir should be final.70
errorParameter dir should be final.72
errorParameter name should be final.72
errorMissing a Javadoc comment.87
errorParameter jar should be final.87
errorMissing a Javadoc comment.92
errorName '_addJarToPath' must match pattern '^[a-z][a-zA-Z0-9]*$'.92
errorParameter jar should be final.92
errorMissing a Javadoc comment.97
errorParameter path should be final.97
error'{' is not preceded with whitespace.98
errorMissing a Javadoc comment.105
error'if' construct must use '{}'s.112
error'32' is a magic number.115
errorMust have at least one statement.129
errorExpected @throws tag for 'Exception'.142
errorMissing a Javadoc comment.159
errorLine is longer than 120 characters.169