Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
5 0 41 12

Rules

Rules Violations Severity
LeftCurly
  • option: "nl"
0 Errors Error
RightCurly
  • option: "alone"
0 Errors Error
LineLength
  • ignorePattern: "@version|@see|@todo|TODO"
  • max: "120"
1 Errors Error
MemberName 0 Errors Error
JavadocMethod
  • scope: "protected"
39 Warnings Warning
JavadocType
  • 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
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 1 Errors Error
ParenPad
  • option: "space"
9 Errors Error
TabCharacter 1 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"
2 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/jar/AbstractJarMojo.java

Violation Message Line
Warnings Expected an @return tag. 137
Warnings Missing a Javadoc comment. 139
Warnings Expected an @return tag. 147
Warnings Expected an @return tag. 152
Warnings Missing a Javadoc comment. 154
Warnings Expected an @return tag. 172
Warnings Expected an @return tag. 183
Warnings Expected @throws tag for 'MojoExecutionException'. 184
Warnings Expected @throws tag for 'MojoExecutionException'. 233

org/apache/maven/plugin/jar/JarMojo.java

Violation Message Line
Warnings Missing a Javadoc comment. 53
Warnings Expected an @return tag. 69

org/apache/maven/plugin/jar/JarSignMojo.java

Violation Message Line
Errors Line is longer than 120 characters. 93
Warnings Missing a Javadoc comment. 197
Warnings Missing a Javadoc comment. 251
Errors '+' should be on a new line. 345
Warnings Missing a Javadoc comment. 510
Warnings Missing a Javadoc comment. 517
Warnings Missing a Javadoc comment. 522
Warnings Missing a Javadoc comment. 527
Warnings Missing a Javadoc comment. 532
Warnings Missing a Javadoc comment. 537
Warnings 'signedjar' hides a field. 537
Warnings Missing a Javadoc comment. 542
Warnings Missing a Javadoc comment. 555
Warnings Missing a Javadoc comment. 560
Warnings Missing a Javadoc comment. 565
Warnings 'sigfile' hides a field. 565
Warnings Missing a Javadoc comment. 570
Warnings Missing a Javadoc comment. 575
Warnings Missing a Javadoc comment. 580
Warnings Missing a Javadoc comment. 585
Warnings Missing a Javadoc comment. 590

org/apache/maven/plugin/jar/JarSignVerifyMojo.java

Violation Message Line
Errors ')' is not preceded with whitespace. 125
Warnings Missing a Javadoc comment. 129
Errors '(' is not followed by whitespace. 152
Errors '(' is not followed by whitespace. 159
Errors ')' is not preceded with whitespace. 159
Errors '(' is not followed by whitespace. 173
Errors '(' is not followed by whitespace. 204
Errors ')' is not preceded with whitespace. 204
Errors '(' is not followed by whitespace. 231
Errors ')' is not preceded with whitespace. 231
Warnings Missing a Javadoc comment. 333
Warnings Missing a Javadoc comment. 340
Warnings Missing a Javadoc comment. 345
Warnings Missing a Javadoc comment. 358
Warnings Missing a Javadoc comment. 363
Warnings Missing a Javadoc comment. 368
Warnings Expected @param tag for 'errorWhenNotSigned'. 389

org/apache/maven/plugin/jar/TestJarMojo.java

Violation Message Line
Warnings Missing a Javadoc comment. 56
Warnings Expected an @return tag. 72
Errors Line contains a tab character. 77
Warnings Missing a Javadoc comment. 77