Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
16 4 72 1

Rules

Rules Violations Severity
LeftCurly
  • option: "nl"
0 Errors Error
RightCurly
  • option: "alone"
0 Errors Error
LineLength
  • ignorePattern: "@version|@see|@todo|TODO"
  • max: "120"
0 Errors Error
MemberName 0 Errors Error
JavadocMethod
  • scope: "protected"
67 Warnings Warning
JavadocType
  • scope: "protected"
0 Errors Error
JavadocVariable
  • scope: "protected"
4 Infos Info
ConstantName 0 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
FileLength 0 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad
  • option: "space"
0 Errors Error
OperatorWrap 0 Errors Error
ParenPad
  • option: "space"
1 Errors Error
TabCharacter 0 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 0 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock
  • option: "text"
0 Errors Error
NeedBraces 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
5 Warnings Warning
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors 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"
0 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0 Errors Error
UpperEll 0 Errors Error

Details

org/apache/maven/doxia/sink/SinkFactory.java

Violation Message Line
Warnings Missing a Javadoc comment. 33

org/apache/maven/plugins/site/AbstractSiteMojo.java

Violation Message Line
Warnings Missing a Javadoc comment. 136
Warnings Expected an @return tag. 185
Warnings Expected @param tag for 'basedir'. 185
Warnings Expected @param tag for 'absolutePath'. 185

org/apache/maven/plugins/site/AbstractSiteRenderingMojo.java

Violation Message Line
Warnings Missing a Javadoc comment. 168
Warnings 'reports' hides a field. 168
Warnings Missing a Javadoc comment. 197
Warnings 'reports' hides a field. 307
Warnings Expected @param tag for 'locale'. 307
Warnings 'reports' hides a field. 344
Warnings Missing a Javadoc comment. 361
Warnings 'reports' hides a field. 361

org/apache/maven/plugins/site/CategorySummaryDocumentRenderer.java

Violation Message Line
Warnings Missing a Javadoc comment. 58
Warnings Missing a Javadoc comment. 69
Warnings Missing a Javadoc comment. 160
Warnings Missing a Javadoc comment. 165
Warnings Missing a Javadoc comment. 170

org/apache/maven/plugins/site/ReportDocumentRenderer.java

Violation Message Line
Warnings Missing a Javadoc comment. 59
Warnings Missing a Javadoc comment. 118
Warnings Missing a Javadoc comment. 180
Warnings Missing a Javadoc comment. 185
Warnings Missing a Javadoc comment. 190

org/apache/maven/plugins/site/SiteDeployMojo.java

Violation Message Line
Warnings Missing a Javadoc comment. 110
Errors ')' is not preceded with whitespace. 141
Warnings Expected @param tag for 'repository'. 250
Warnings Expected @param tag for 'wagonManager'. 250
Warnings Missing a Javadoc comment. 361

org/apache/maven/plugins/site/SiteDescriptorArtifactMetadata.java

Violation Message Line
Warnings Missing a Javadoc comment. 49
Warnings Missing a Javadoc comment. 57
Warnings Missing a Javadoc comment. 62
Warnings Missing a Javadoc comment. 72
Warnings Missing a Javadoc comment. 96
Warnings Missing a Javadoc comment. 101
Warnings Missing a Javadoc comment. 106
Warnings Missing a Javadoc comment. 111
Warnings Missing a Javadoc comment. 116

org/apache/maven/plugins/site/SiteDescriptorAttachMojo.java

Violation Message Line
Warnings Missing a Javadoc comment. 66

org/apache/maven/plugins/site/SiteJarMojo.java

Violation Message Line
Warnings Expected @throws tag for 'MojoExecutionException'. 78
Warnings Expected @throws tag for 'MojoFailureException'. 78
Warnings Missing a Javadoc comment. 109
Warnings Missing a Javadoc comment. 114

org/apache/maven/plugins/site/SiteMojo.java

Violation Message Line
Warnings Expected @throws tag for 'MojoExecutionException'. 76
Warnings Expected @throws tag for 'MojoFailureException'. 76
Warnings 'outputDirectory' hides a field. 124

org/apache/maven/plugins/site/SiteRunMojo.java

Violation Message Line
Warnings Expected @throws tag for 'MojoExecutionException'. 79
Warnings Expected @throws tag for 'MojoFailureException'. 79
Warnings Missing a Javadoc comment. 225
Warnings Missing a Javadoc comment. 230

org/apache/maven/plugins/site/SiteStageDeployMojo.java

Violation Message Line
Warnings Expected @throws tag for 'MojoExecutionException'. 106
Warnings Expected @throws tag for 'MojoFailureException'. 106
Warnings Missing a Javadoc comment. 215

org/apache/maven/plugins/site/SiteStageMojo.java

Violation Message Line
Infos Missing a Javadoc comment. 51
Warnings Expected @throws tag for 'MojoExecutionException'. 66
Warnings Expected @throws tag for 'MojoFailureException'. 66
Warnings Expected @param tag for 'project'. 190
Warnings Expected @param tag for 'ignoreMissingSiteUrl'. 190

org/apache/maven/plugins/site/webapp/DoxiaBean.java

Violation Message Line
Warnings Expected @param tag for 'context'. 46
Warnings Expected @param tag for 'documents'. 46
Warnings Expected @param tag for 'generatedSiteDirectory'. 47
Warnings Missing a Javadoc comment. 54
Warnings Missing a Javadoc comment. 59
Warnings Missing a Javadoc comment. 64
Warnings Missing a Javadoc comment. 69
Warnings Missing a Javadoc comment. 74
Warnings Missing a Javadoc comment. 79

org/apache/maven/plugins/site/webapp/DoxiaFilter.java

Violation Message Line
Infos Missing a Javadoc comment. 52
Infos Missing a Javadoc comment. 54
Infos Missing a Javadoc comment. 56
Warnings Expected @param tag for 'filterConfig'. 67
Warnings Expected @throws tag for 'ServletException'. 68
Warnings Expected @param tag for 'servletRequest'. 82
Warnings Expected @param tag for 'servletResponse'. 82
Warnings Expected @param tag for 'filterChain'. 82
Warnings Expected @throws tag for 'IOException'. 83
Warnings Expected @throws tag for 'ServletException'. 83

org/apache/maven/reporting/MavenMultiPageReport.java

Violation Message Line
Warnings Missing a Javadoc comment. 42