Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
8 4 34 19

Rules

Rules Violations Severity
LeftCurly
  • option: "nl"
0 Errors Error
RightCurly
  • option: "alone"
0 Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
3 Errors Error
MemberName 0 Errors Error
JavadocMethod
  • scope: "protected"
34 Warnings Warning
JavadocType
  • scope: "protected"
4 Errors Error
JavadocVariable
  • scope: "protected"
4 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"
8 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"
0 Errors Error
TabCharacter 0 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 2 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 1 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"
0 Warnings Warning
IllegalInstantiation 0 Errors Error
InnerAssignment 1 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/shared/repository/DefaultRepositoryAssembler.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Infos Missing a Javadoc comment. 99
Infos Missing a Javadoc comment. 101
Infos Missing a Javadoc comment. 112
Warnings Missing a Javadoc comment. 134
Warnings Missing a Javadoc comment. 139
Warnings Missing a Javadoc comment. 155
Errors Line is longer than 120 characters. 337
Errors Line is longer than 120 characters. 385
Errors Line is longer than 120 characters. 387
Errors 'while' is not followed by whitespace. 403
Warnings Missing a Javadoc comment. 552
Warnings Missing a Javadoc comment. 569
Warnings Missing a Javadoc comment. 576
Warnings Missing a Javadoc comment. 589
Errors 'catch' is not followed by whitespace. 629
Errors Inner assignments should be avoided. 657
Warnings Missing a Javadoc comment. 710

org/apache/maven/shared/repository/RepositoryAssembler.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Infos Missing a Javadoc comment. 30
Warnings Missing a Javadoc comment. 32
Errors Redundant 'public' modifier. 32

org/apache/maven/shared/repository/RepositoryAssemblyException.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Missing a Javadoc comment. 29
Warnings Missing a Javadoc comment. 34
Warnings Missing a Javadoc comment. 39

org/apache/maven/shared/repository/RepositoryBuilderConfigSource.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors Missing a Javadoc comment. 24
Warnings Missing a Javadoc comment. 27
Warnings Missing a Javadoc comment. 29

org/apache/maven/shared/repository/model/DefaultRepositoryInfo.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors Missing a Javadoc comment. 25
Warnings Missing a Javadoc comment. 39
Warnings Missing a Javadoc comment. 44
Warnings Missing a Javadoc comment. 49
Warnings Missing a Javadoc comment. 54
Warnings Missing a Javadoc comment. 59
Warnings Missing a Javadoc comment. 64
Warnings Missing a Javadoc comment. 69
Warnings Missing a Javadoc comment. 74
Warnings Missing a Javadoc comment. 79
Warnings Missing a Javadoc comment. 84

org/apache/maven/shared/repository/model/GroupVersionAlignment.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors Missing a Javadoc comment. 23
Warnings Missing a Javadoc comment. 26
Warnings Missing a Javadoc comment. 28
Warnings Missing a Javadoc comment. 30

org/apache/maven/shared/repository/model/RepositoryInfo.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Errors Missing a Javadoc comment. 23
Warnings Missing a Javadoc comment. 26
Warnings Missing a Javadoc comment. 28
Warnings Missing a Javadoc comment. 30
Warnings Missing a Javadoc comment. 32
Warnings Missing a Javadoc comment. 34

org/apache/maven/shared/repository/utils/DigestUtils.java

Violation Message Line
Errors Line does not match expected header line of '^package '. 1
Warnings Missing a Javadoc comment. 48
Warnings Missing a Javadoc comment. 76