Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
19 2 36 8

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 35 Warnings Warning
JavadocType 0 Errors Error
JavadocVariable 2 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"
2 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"
3 Errors Error
TabCharacter 0 Errors Error
WhitespaceAfter 2 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"
1 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
  • protectedAllowed: "true"
0 Errors Error
UpperEll 0 Errors Error

Details

org/apache/maven/scm/plugin/AbstractScmMojo.java

Violation Message Line
Warnings Missing a Javadoc comment. 200
Warnings Missing a Javadoc comment. 205
Warnings Missing a Javadoc comment. 226
Warnings Missing a Javadoc comment. 231
Warnings Missing a Javadoc comment. 241
Warnings Missing a Javadoc comment. 246
Warnings Missing a Javadoc comment. 251
Warnings Missing a Javadoc comment. 264
Warnings Missing a Javadoc comment. 385
Warnings Missing a Javadoc comment. 403
Warnings Missing a Javadoc comment. 408
Warnings Missing a Javadoc comment. 413
Warnings Missing a Javadoc comment. 418
Warnings Missing a Javadoc comment. 423

org/apache/maven/scm/plugin/BootstrapMojo.java

Violation Message Line
Errors ')' is not preceded with whitespace. 88
Warnings Expected an @return tag. 159
Warnings Expected @param tag for 'checkoutDirectory'. 159
Warnings Expected @param tag for 'relativePathProjectDirectory'. 159
Warnings 'goalsDirectory' hides a field. 160
Warnings Expected @param tag for 'goalsDirectory'. 160

org/apache/maven/scm/plugin/ChangeLogMojo.java

Violation Message Line
Infos Missing a Javadoc comment. 48
Warnings Expected @param tag for 'format'. 138
Warnings Expected @param tag for 'date'. 138
Warnings Expected @throws tag for 'MojoExecutionException'. 139

org/apache/maven/scm/plugin/CheckLocalModificationsMojo.java

Violation Message Line
Errors Line does not match expected header line of '^/\*\s*$'. 3
Warnings Missing a Javadoc comment. 63
Errors Line is longer than 120 characters. 87

org/apache/maven/scm/plugin/CheckoutMojo.java

Violation Message Line
Warnings Missing a Javadoc comment. 97
Warnings Missing a Javadoc comment. 102
Warnings Missing a Javadoc comment. 107
Errors ',' is not followed by whitespace. 121
Errors ',' is not followed by whitespace. 125
Warnings Missing a Javadoc comment. 138
Warnings Missing a Javadoc comment. 158

org/apache/maven/scm/plugin/DefaultLog.java

Violation Message Line
Infos Missing a Javadoc comment. 32
Warnings Missing a Javadoc comment. 34

org/apache/maven/scm/plugin/ExportMojo.java

Violation Message Line
Errors Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. 4
Warnings Missing a Javadoc comment. 83
Warnings Missing a Javadoc comment. 88
Warnings Missing a Javadoc comment. 93

org/apache/maven/scm/plugin/ListMojo.java

Violation Message Line
Warnings Missing a Javadoc comment. 98

org/apache/maven/scm/plugin/StatusMojo.java

Violation Message Line
Warnings Expected @param tag for 'baseDir'. 96
Warnings Expected @param tag for 'path'. 96

org/apache/maven/scm/plugin/TagMojo.java

Violation Message Line
Errors ')' is not preceded with whitespace. 142
Errors ')' is not preceded with whitespace. 145

org/apache/maven/scm/plugin/ValidateMojo.java

Violation Message Line
Warnings Missing a Javadoc comment. 83