Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
30025

Rules

RulesViolationsSeverity
PackageHtml1error Error
NewlineAtEndOfFile0error Error
Translation0error Error
JavadocMethod4error Error
JavadocType0error Error
JavadocVariable3error Error
JavadocStyle0error Error
ConstantName1error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
Header
  • headerFile: "/Users/jason/ws/geronimo/specs/geronimo-qname_1.1_spec/target/checkstyle-header.txt"
2error 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
WhitespaceAround0error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
LeftCurly0error Error
NeedBraces0error Error
RightCurly0error Error
AvoidInlineConditionals2error 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
FinalParameters9error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
3error Error
TodoComment0error Error
UpperEll0error Error

Details

javax/xml/namespace/QName.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorName 'emptyString' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.36
errorMissing a Javadoc comment.38
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.42
errorParameter localPart should be final.49
errorParameter namespaceURI should be final.59
errorParameter localPart should be final.59
errorParameter namespaceURI should be final.70
errorParameter localPart should be final.70
errorParameter prefix should be final.70
errorAvoid inline conditionals.72
errorAvoid inline conditionals.122
errorParameter obj should be final.145
errorUnused @throws tag for 'java.lang.IllegalArgumentException'.176
errorParameter s should be final.179
errorParameter in should be final.221

javax/xml/namespace/package.html

ViolationMessageLine
errorMissing package documentation file.0

javax/xml/namespace/NamespaceContext.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.31
errorMissing a Javadoc comment.33
errorMissing a Javadoc comment.35