Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
2003412

Rules

RulesViolationsSeverity
FileLength0Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
2Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
LeftCurly
  • option: "nl"
0Errors Error
RightCurly
  • option: "alone"
0Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
2Errors Error
MemberName0Errors Error
JavadocMethod
  • scope: "protected"
31Warnings Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
0Errors Error
JavadocVariable
  • scope: "protected"
0Infos Info
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad
  • option: "space"
0Errors Error
OperatorWrap0Errors Error
ParenPad
  • option: "space"
3Errors Error
WhitespaceAfter5Errors Error
WhitespaceAround0Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock
  • option: "text"
0Errors Error
NeedBraces0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
3Warnings Warning
IllegalInstantiation0Errors Error
InnerAssignment0Errors 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"
0Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0Errors Error
UpperEll0Errors Error

Details

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

ViolationMessageLine
Errors',' is not followed by whitespace.181
Errors',' is not followed by whitespace.215
WarningsMissing a Javadoc comment.227
WarningsMissing a Javadoc comment.232
WarningsMissing a Javadoc comment.253
WarningsMissing a Javadoc comment.258
WarningsMissing a Javadoc comment.268
WarningsMissing a Javadoc comment.273
WarningsMissing a Javadoc comment.278
WarningsMissing a Javadoc comment.291
WarningsMissing a Javadoc comment.426
WarningsMissing a Javadoc comment.444
WarningsMissing a Javadoc comment.449
WarningsMissing a Javadoc comment.454
WarningsMissing a Javadoc comment.459
WarningsMissing a Javadoc comment.464
WarningsMissing a Javadoc comment.495
Warnings'includes' hides a field.498
Warnings'excludes' hides a field.509
Errors';' is not followed by whitespace.529
ErrorsLine is longer than 120 characters.539

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

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

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^/\*\s*$'.3
WarningsMissing a Javadoc comment.63
ErrorsLine is longer than 120 characters.87

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

ViolationMessageLine
WarningsMissing a Javadoc comment.97
WarningsMissing a Javadoc comment.102
WarningsMissing a Javadoc comment.107
Errors',' is not followed by whitespace.121
Errors',' is not followed by whitespace.125
WarningsMissing a Javadoc comment.161

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

ViolationMessageLine
WarningsMissing a Javadoc comment.34

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

ViolationMessageLine
ErrorsLine does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'.4
WarningsMissing a Javadoc comment.83
WarningsMissing a Javadoc comment.88
WarningsMissing a Javadoc comment.93

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

ViolationMessageLine
WarningsMissing a Javadoc comment.96

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

ViolationMessageLine
WarningsExpected @param tag for 'baseDir'.93
WarningsExpected @param tag for 'path'.93

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

ViolationMessageLine
Errors')' is not preceded with whitespace.142
Errors')' is not preceded with whitespace.145