Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
801512

Rules

RulesViolationsSeverity
FileLength0Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
0Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
LeftCurly
  • option: "nl"
0Errors Error
RightCurly
  • option: "alone"
0Errors Error
LineLength
  • ignorePattern: "@version|@see|@todo|TODO"
  • max: "120"
4Errors Error
MemberName0Errors Error
JavadocMethod
  • scope: "protected"
15Warnings Warning
JavadocType
  • scope: "protected"
0Errors Error
JavadocVariable
  • scope: "protected"
0Infos Info
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MethodName6Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad
  • option: "space"
0Errors Error
OperatorWrap0Errors Error
ParenPad
  • option: "space"
1Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround1Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock
  • option: "text"
0Errors Error
NeedBraces0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0Warnings Warning
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber
  • ignoreNumbers: "-4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 32, 64, 100, 128, 256, 512, 1000, 1024"
0Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0Errors Error
UpperEll0Errors Error

Details

org/apache/maven/doxia/siterenderer/DefaultSiteRenderer.java

ViolationMessageLine
ErrorsLine is longer than 120 characters.505
Errors'catch' is not followed by whitespace.517
ErrorsLine is longer than 120 characters.519
ErrorsLine is longer than 120 characters.620
ErrorsLine is longer than 120 characters.711

org/apache/maven/doxia/siterenderer/Renderer.java

ViolationMessageLine
WarningsExpected @param tag for 'skinFile'.84
WarningsExpected @param tag for 'attributes'.84
WarningsExpected @param tag for 'decoration'.84
WarningsExpected @param tag for 'defaultWindowTitle'.85
WarningsExpected @param tag for 'locale'.85
WarningsExpected @param tag for 'templateFile'.100
WarningsExpected @param tag for 'skinFile'.100
WarningsExpected @param tag for 'attributes'.100
WarningsExpected @param tag for 'decoration'.101
WarningsExpected @param tag for 'defaultWindowTitle'.101
WarningsExpected @param tag for 'locale'.102
WarningsExpected @param tag for 'siteRenderingContext'.113
WarningsExpected @param tag for 'resourcesDirectory'.113
WarningsExpected @param tag for 'outputDirectory'.113
WarningsExpected @param tag for 'siteRenderingContext'.124

org/apache/maven/doxia/siterenderer/sink/SiteRendererSink.java

ViolationMessageLine
ErrorsName 'title_' must match pattern '^[a-z][a-zA-Z0-9]*$'.96
ErrorsName 'author_' must match pattern '^[a-z][a-zA-Z0-9]*$'.130
ErrorsName 'date_' must match pattern '^[a-z][a-zA-Z0-9]*$'.154
ErrorsName 'body_' must match pattern '^[a-z][a-zA-Z0-9]*$'.181
ErrorsName 'head_' must match pattern '^[a-z][a-zA-Z0-9]*$'.222
ErrorsName 'onSectionTitle_' must match pattern '^[a-z][a-zA-Z0-9]*$'.262
Errors'(' is not followed by whitespace.270