Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
4 15 40 2

Rules

Rules Violations Severity
LeftCurly
  • option: "nl"
0 Errors Error
RightCurly
  • option: "alone"
0 Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
1 Errors Error
MemberName 0 Errors Error
JavadocMethod 37 Warnings Warning
JavadocType 0 Errors Error
JavadocVariable 15 Infos Info
ConstantName 1 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"
0 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 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"
3 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, 128, 256, 512, 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/settings/DefaultMavenSettingsBuilder.java

Violation Message Line
Infos Missing a Javadoc comment. 48
Errors Name 'userHome' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 48
Infos Missing a Javadoc comment. 60
Infos Missing a Javadoc comment. 62
Infos Missing a Javadoc comment. 64
Warnings Missing a Javadoc comment. 70
Warnings Missing a Javadoc comment. 87
Errors Line is longer than 120 characters. 114
Warnings Missing a Javadoc comment. 139
Warnings Missing a Javadoc comment. 145
Warnings Missing a Javadoc comment. 151
Warnings 'userSettingsFile' hides a field. 151
Warnings Missing a Javadoc comment. 157
Warnings 'userSettingsFile' hides a field. 157
Warnings Missing a Javadoc comment. 188
Warnings Missing a Javadoc comment. 203
Warnings Missing a Javadoc comment. 239

org/apache/maven/settings/MavenSettingsBuilder.java

Violation Message Line
Infos Missing a Javadoc comment. 45
Infos Missing a Javadoc comment. 47
Infos Missing a Javadoc comment. 48
Infos Missing a Javadoc comment. 49

org/apache/maven/settings/RuntimeInfo.java

Violation Message Line
Infos Missing a Javadoc comment. 33
Infos Missing a Javadoc comment. 36
Infos Missing a Javadoc comment. 39
Infos Missing a Javadoc comment. 46
Infos Missing a Javadoc comment. 48
Infos Missing a Javadoc comment. 50
Infos Missing a Javadoc comment. 52
Warnings Expected @param tag for 'settings'. 57
Warnings Expected @param tag for 'file'. 65
Warnings Expected an @return tag. 73
Warnings 'pluginUpdateForced' hides a field. 81
Warnings Expected @param tag for 'pluginUpdateForced'. 81
Warnings Expected an @return tag. 89
Warnings Expected an @return tag. 97
Warnings Expected @param tag for 'applyToAll'. 105
Warnings Expected @param tag for 'activeProfile'. 114
Warnings Expected @param tag for 'sourceLevel'. 114
Warnings Expected an @return tag. 123
Warnings Expected @param tag for 'activeProfile'. 123
Warnings Expected @param tag for 'pluginGroupId'. 141
Warnings Expected @param tag for 'sourceLevel'. 141
Warnings Expected an @return tag. 150
Warnings Expected @param tag for 'pluginGroupId'. 150
Warnings Expected @param tag for 'localRepoSourceLevel'. 167
Warnings Expected an @return tag. 175

org/apache/maven/settings/SettingsUtils.java

Violation Message Line
Warnings Missing a Javadoc comment. 39
Warnings Expected @param tag for 'dominant'. 49
Warnings Expected @param tag for 'recessive'. 49
Warnings Expected @param tag for 'recessiveSourceLevel'. 49
Warnings Expected @param tag for 'dominant'. 124
Warnings Expected @param tag for 'recessive'. 124
Warnings Expected @param tag for 'recessiveSourceLevel'. 124
Warnings Expected @param tag for 'identifiables'. 145
Warnings Expected @param tag for 'settingsProfile'. 163
Warnings Expected @param tag for 'settingsRepo'. 249
Warnings Expected @param tag for 'settingsPolicy'. 274