Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
7 0 48 9

Rules

Rules Violations Severity
FileLength 0 Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
2 Errors Error
FileTabCharacter
  • eachLine: "true"
0 Errors Error
LeftCurly
  • option: "nl"
0 Errors Error
RightCurly
  • option: "alone"
0 Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
4 Errors Error
MemberName 0 Errors Error
JavadocMethod
  • scope: "protected"
44 Warnings Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
0 Errors Error
JavadocVariable
  • scope: "protected"
0 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
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad
  • option: "space"
0 Errors Error
OperatorWrap 0 Errors Error
ParenPad
  • option: "space"
2 Errors Error
WhitespaceAfter 1 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"
4 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/plugin/jxr/AbstractJxrReport.java

Violation Message Line
Errors Line is longer than 120 characters. 109
Warnings Expected an @return tag. 408
Warnings Expected an @return tag. 416
Warnings Expected an @return tag. 424
Warnings Expected @param tag for 'sourceDirs'. 444
Errors Line is longer than 120 characters. 456
Errors Line is longer than 120 characters. 457
Warnings Missing a Javadoc comment. 460
Warnings Expected @param tag for 'locale'. 484
Warnings Expected @throws tag for 'MavenReportException'. 485
Warnings 'project' hides a field. 525
Warnings Expected an @return tag. 541
Warnings Expected an @return tag. 549
Warnings 'outputDirectory' hides a field. 585
Warnings 'outputDirectory' hides a field. 600
Warnings 'project' hides a field. 649
Warnings Expected an @return tag. 663

org/apache/maven/plugin/jxr/AggregatorJxrReport.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Missing a Javadoc comment. 34

org/apache/maven/plugin/jxr/AggregatorJxrTestReport.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Missing a Javadoc comment. 32

org/apache/maven/plugin/jxr/JxrReport.java

Violation Message Line
Warnings Expected an @return tag. 75
Warnings Expected an @return tag. 83
Warnings Expected an @return tag. 115
Warnings Expected @param tag for 'project'. 115
Warnings Expected an @return tag. 138
Warnings Expected @param tag for 'locale'. 138
Warnings Expected an @return tag. 146
Warnings Expected @param tag for 'locale'. 146
Warnings Expected an @return tag. 154
Warnings Expected an @return tag. 162
Warnings Expected @param tag for 'reportOutputDirectory'. 170

org/apache/maven/plugin/jxr/JxrReportUtil.java

Violation Message Line
Warnings Expected an @return tag. 66
Warnings Expected @param tag for 'project'. 66
Warnings Expected @throws tag for 'IOException'. 67
Errors 'cast' is not followed by whitespace. 85
Errors '(' is not followed by whitespace. 96
Errors ')' is not preceded with whitespace. 96
Warnings Expected an @return tag. 209
Warnings Expected @param tag for 'project'. 271
Warnings Expected @param tag for 'ignoreMissingSiteUrl'. 271
Errors Line is longer than 120 characters. 294

org/apache/maven/plugin/jxr/JxrTestReport.java

Violation Message Line
Warnings Expected an @return tag. 67
Warnings Expected an @return tag. 90
Warnings Expected @param tag for 'project'. 90
Warnings Expected an @return tag. 108
Warnings Expected an @return tag. 116
Warnings Expected @param tag for 'locale'. 116
Warnings Expected an @return tag. 124
Warnings Expected @param tag for 'locale'. 124
Warnings Expected an @return tag. 132
Warnings Expected an @return tag. 140
Warnings Expected @param tag for 'reportOutputDirectory'. 148

org/apache/maven/plugin/jxr/PluginLogAdapter.java

Violation Message Line
Warnings Expected @param tag for 'string'. 48
Warnings Expected @param tag for 'string'. 56
Warnings Expected @param tag for 'string'. 64
Warnings Expected @param tag for 'string'. 72