Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
18 4 95 4

Rules

Rules Violations Severity
LeftCurly
  • option: "nl"
1 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"
89 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 1 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 1 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"
6 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/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. 167
Warnings 'reports' hides a field. 167
Warnings Missing a Javadoc comment. 196
Warnings 'reports' hides a field. 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. 63
Warnings Missing a Javadoc comment. 69
Warnings Missing a Javadoc comment. 81
Warnings Missing a Javadoc comment. 181
Warnings Missing a Javadoc comment. 186
Warnings Missing a Javadoc comment. 191

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

Violation Message Line
Warnings Missing a Javadoc comment. 61
Warnings Missing a Javadoc comment. 142
Warnings Missing a Javadoc comment. 217
Warnings Missing a Javadoc comment. 222
Warnings Missing a Javadoc comment. 227

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

Violation Message Line
Errors ')' is not preceded with whitespace. 169
Warnings Missing a Javadoc comment. 389

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. 79

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/SiteMap.java

Violation Message Line
Warnings Missing a Javadoc comment. 50

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

Violation Message Line
Warnings Expected @throws tag for 'MojoExecutionException'. 79
Warnings Expected @throws tag for 'MojoFailureException'. 79
Errors Line contains a tab character. 151
Warnings Missing a Javadoc comment. 229
Warnings Missing a Javadoc comment. 234

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

Violation Message Line
Warnings Missing a Javadoc comment. 240

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/wagon/PathUtils.java

Violation Message Line
Warnings Expected @param tag for 'path'. 48
Warnings Expected @param tag for 'path'. 60
Warnings Missing a Javadoc comment. 66
Warnings Expected @param tag for 'url'. 234
Errors 'if' is not followed by whitespace. 376
Errors '{' should be on a new line. 376
Warnings Missing a Javadoc comment. 435
Warnings Missing a Javadoc comment. 455
Warnings Missing a Javadoc comment. 472

org/apache/maven/plugins/site/wagon/repository/Repository.java

Violation Message Line
Warnings Missing a Javadoc comment. 81
Warnings Missing a Javadoc comment. 98
Warnings Missing a Javadoc comment. 103
Warnings Missing a Javadoc comment. 119
Warnings Missing a Javadoc comment. 124
Warnings Missing a Javadoc comment. 129
Warnings Missing a Javadoc comment. 134
Warnings Missing a Javadoc comment. 139
Warnings 'username' hides a field. 155
Warnings 'password' hides a field. 160
Warnings Missing a Javadoc comment. 176
Warnings Missing a Javadoc comment. 203
Warnings Missing a Javadoc comment. 212
Warnings Missing a Javadoc comment. 221
Warnings Missing a Javadoc comment. 238
Warnings Missing a Javadoc comment. 243
Warnings Missing a Javadoc comment. 248
Warnings Missing a Javadoc comment. 253
Warnings Missing a Javadoc comment. 258
Warnings Missing a Javadoc comment. 263
Warnings Missing a Javadoc comment. 271
Warnings Missing a Javadoc comment. 300
Warnings Missing a Javadoc comment. 305
Warnings Missing a Javadoc comment. 310

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. 43