Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
212114

Rules

RulesViolationsSeverity
FileLength0Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
1Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
LeftCurly
  • option: "nl"
0Errors Error
RightCurly
  • option: "alone"
0Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
5Errors Error
MemberName0Errors Error
JavadocMethod
  • scope: "protected"
19Warnings Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
0Errors Error
JavadocVariable
  • scope: "protected"
1Infos 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
WhitespaceAfter0Errors Error
WhitespaceAround5Errors 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"
2Warnings 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/shared/incremental/IncrementalBuildHelper.java

ViolationMessageLine
InfosMissing a Javadoc comment.43
ErrorsLine is longer than 120 characters.65
WarningsMissing a Javadoc comment.70
WarningsMissing a Javadoc comment.75
WarningsExpected an @return tag.108
WarningsExpected @param tag for 'directoryScanner'.122
WarningsExpected @throws tag for 'MojoExecutionException'.133
ErrorsLine is longer than 120 characters.146
WarningsExpected @param tag for 'incrementalBuildHelperRequest'.169
WarningsExpected @throws tag for 'MojoExecutionException'.170
Errors'catch' is not followed by whitespace.183
Errors'catch' is not followed by whitespace.202
WarningsExpected @param tag for 'dirScanner'.221
WarningsExpected @throws tag for 'MojoExecutionException'.222
Errors'catch' is not followed by whitespace.235
Errors'catch' is not followed by whitespace.248
ErrorsLine is longer than 120 characters.269
WarningsExpected @param tag for 'incrementalBuildHelperRequest'.277
WarningsExpected @throws tag for 'MojoExecutionException'.278
Errors'catch' is not followed by whitespace.294
ErrorsLine is longer than 120 characters.313
WarningsExpected @throws tag for 'MojoExecutionException'.322
ErrorsLine is longer than 120 characters.348
Errors')' is not preceded with whitespace.348
Errors'(' is not followed by whitespace.360
Errors')' is not preceded with whitespace.360

org/apache/maven/shared/incremental/IncrementalBuildHelperRequest.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^\s*$'.2
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.54
Warnings'inputFiles' hides a field.54
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.65
WarningsMissing a Javadoc comment.70
Warnings'outputDirectory' hides a field.70