Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
1909039

Rules

RulesViolationsSeverity
FileLength0Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
5Errors Error
FileTabCharacter
  • eachLine: "true"
7Errors Error
LeftCurly
  • option: "nl"
3Errors Error
RightCurly
  • option: "alone"
1Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
1Errors Error
MemberName0Errors Error
JavadocMethod
  • scope: "protected"
85Warnings Warning
JavadocType
  • scope: "protected"
2Errors 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
OperatorWrap1Errors Error
ParenPad
  • option: "space"
19Errors Error
WhitespaceAfter0Errors 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"
5Warnings 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/artifact/filter/AbstractStrictPatternArtifactFilter.java

ViolationMessageLine
WarningsMissing a Javadoc comment.88
Errors')' is not preceded with whitespace.178
ErrorsLine contains a tab character.180
Errors'(' is not followed by whitespace.180
Errors')' is not preceded with whitespace.180
Errors'(' is not followed by whitespace.191
Errors')' is not preceded with whitespace.191
Errors'{' should be on a new line.191
ErrorsLine contains a tab character.192
Errors'{' should be on a new line.192
ErrorsLine contains a tab character.193
Errors'(' is not followed by whitespace.193
Errors')' is not preceded with whitespace.193
Errors'(' is not followed by whitespace.193
Errors'(' is not followed by whitespace.193
Errors')' is not preceded with whitespace.193
Errors')' is not preceded with whitespace.193
ErrorsLine contains a tab character.194
Errors'}' should be alone on a line.194
Errors'(' is not followed by whitespace.194
Errors')' is not preceded with whitespace.194
Errors'{' should be on a new line.194
ErrorsLine contains a tab character.195
ErrorsLine contains a tab character.196
ErrorsLine contains a tab character.197

org/apache/maven/shared/artifact/filter/PatternExcludesArtifactFilter.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
WarningsMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.61

org/apache/maven/shared/artifact/filter/PatternIncludesArtifactFilter.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
WarningsMissing a Javadoc comment.54
WarningsMissing a Javadoc comment.59
WarningsMissing a Javadoc comment.85
WarningsMissing a Javadoc comment.97
WarningsMissing a Javadoc comment.102
WarningsMissing a Javadoc comment.119
WarningsMissing a Javadoc comment.301
WarningsMissing a Javadoc comment.340
WarningsMissing a Javadoc comment.353
WarningsMissing a Javadoc comment.358
WarningsMissing a Javadoc comment.376

org/apache/maven/shared/artifact/filter/ScopeArtifactFilter.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
WarningsExpected @param tag for 'scope'.83
WarningsMissing a Javadoc comment.107
WarningsMissing a Javadoc comment.163
ErrorsLine is longer than 120 characters.165
WarningsMissing a Javadoc comment.169
WarningsMissing a Javadoc comment.186
WarningsMissing a Javadoc comment.231
WarningsMissing a Javadoc comment.263
WarningsMissing a Javadoc comment.268
Warnings'includeCompileScope' hides a field.268
WarningsMissing a Javadoc comment.275
WarningsMissing a Javadoc comment.280
Warnings'includeRuntimeScope' hides a field.280
WarningsMissing a Javadoc comment.287
WarningsMissing a Javadoc comment.292
Warnings'includeTestScope' hides a field.292
WarningsMissing a Javadoc comment.299
WarningsMissing a Javadoc comment.304
Warnings'includeProvidedScope' hides a field.304
WarningsMissing a Javadoc comment.311
WarningsMissing a Javadoc comment.316
Warnings'includeSystemScope' hides a field.316
WarningsExpected an @return tag.332
WarningsExpected @param tag for 'enabled'.332
WarningsExpected an @return tag.349
WarningsExpected @param tag for 'enabled'.349
WarningsExpected an @return tag.368
WarningsExpected @param tag for 'enabled'.368
WarningsExpected an @return tag.382
WarningsExpected @param tag for 'enable'.382
WarningsExpected an @return tag.392

org/apache/maven/shared/artifact/filter/StatisticsReportingArtifactFilter.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
ErrorsMissing a Javadoc comment.23
WarningsMissing a Javadoc comment.26
WarningsMissing a Javadoc comment.28
WarningsMissing a Javadoc comment.30

org/apache/maven/shared/artifact/filter/collection/AbstractArtifactFeatureFilter.java

ViolationMessageLine
WarningsMissing a Javadoc comment.48
Errors')' is not preceded with whitespace.48
WarningsUnused @param tag for 'dependencies'.57
WarningsExpected @param tag for 'artifacts'.60
WarningsMissing a Javadoc comment.159
WarningsMissing a Javadoc comment.167

org/apache/maven/shared/artifact/filter/collection/AbstractArtifactsFilter.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.27
WarningsExpected an @return tag.35
WarningsExpected @param tag for 'artifact'.35

org/apache/maven/shared/artifact/filter/collection/ArtifactFilterException.java

ViolationMessageLine
ErrorsLine does not match expected header line of '^package '.1
WarningsMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.49

org/apache/maven/shared/artifact/filter/collection/ArtifactIdFilter.java

ViolationMessageLine
WarningsExpected @param tag for 'include'.41
WarningsExpected @param tag for 'exclude'.41
Errors')' is not preceded with whitespace.43
WarningsMissing a Javadoc comment.51

org/apache/maven/shared/artifact/filter/collection/ArtifactTransitivityFilter.java

ViolationMessageLine
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.76
WarningsMissing a Javadoc comment.98
Errors'&&' should be on a new line.127

org/apache/maven/shared/artifact/filter/collection/ArtifactsFilter.java

ViolationMessageLine
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.39

org/apache/maven/shared/artifact/filter/collection/ClassifierFilter.java

ViolationMessageLine
WarningsMissing a Javadoc comment.32
Errors')' is not preceded with whitespace.34
WarningsMissing a Javadoc comment.42

org/apache/maven/shared/artifact/filter/collection/FilterArtifacts.java

ViolationMessageLine
WarningsMissing a Javadoc comment.38
WarningsUnused @param tag for 'element'.69
WarningsUnused @throws tag for 'IndexOutOfBoundsException'.70
WarningsExpected @param tag for 'filter'.72
WarningsMissing a Javadoc comment.80

org/apache/maven/shared/artifact/filter/collection/GroupIdFilter.java

ViolationMessageLine
WarningsExpected @param tag for 'include'.42
WarningsExpected @param tag for 'exclude'.42
Errors')' is not preceded with whitespace.44
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.63

org/apache/maven/shared/artifact/filter/collection/ProjectTransitivityFilter.java

ViolationMessageLine
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.46

org/apache/maven/shared/artifact/filter/collection/ScopeFilter.java

ViolationMessageLine
WarningsMissing a Javadoc comment.42
WarningsUnused @param tag for 'dependencies'.52
WarningsExpected @param tag for 'artifacts'.58
Errors')' is not preceded with whitespace.58
WarningsExpected @throws tag for 'ArtifactFilterException'.59
WarningsUnused @param tag for 'includeScope'.171
WarningsExpected @param tag for 'scope'.174

org/apache/maven/shared/artifact/filter/collection/TypeFilter.java

ViolationMessageLine
WarningsMissing a Javadoc comment.31
Errors')' is not preceded with whitespace.33
WarningsMissing a Javadoc comment.41