The following document contains the results of Checkstyle. 
| Files | I  | W  | E  | 
|---|---|---|---|
| org/apache/maven/index/cli/NexusIndexerCli.java | 10 | 5 | 7 | 
| org/apache/maven/index/cli/PartialImplementation.java | 0 | 1 | 0 | 
| Rules | Violations | Severity | 
|---|---|---|
| FileLength | 0 | |
RegexpHeader
  | 0 | |
FileTabCharacter
  | 0 | |
LeftCurly
  | 0 | |
RightCurly
  | 0 | |
LineLength
  | 3 | |
| MemberName | 0 | |
JavadocMethod
  | 3 | |
JavadocType
  | 0 | |
JavadocVariable
  | 10 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
EmptyForIteratorPad
  | 0 | |
| OperatorWrap | 0 | |
ParenPad
  | 0 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
EmptyBlock
  | 0 | |
| NeedBraces | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
  | 3 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
MagicNumber
  | 4 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 0 | |
VisibilityModifier
  | 0 | |
| UpperEll | 0 | 
| Violation | Message | Line | 
|---|---|---|
| Line is longer than 120 characters. | 63 | |
| Missing a Javadoc comment. | 82 | |
| Missing a Javadoc comment. | 84 | |
| Missing a Javadoc comment. | 86 | |
| Missing a Javadoc comment. | 88 | |
| Missing a Javadoc comment. | 90 | |
| Missing a Javadoc comment. | 92 | |
| Missing a Javadoc comment. | 94 | |
| Missing a Javadoc comment. | 96 | |
| Missing a Javadoc comment. | 98 | |
| Missing a Javadoc comment. | 100 | |
| Missing a Javadoc comment. | 108 | |
| 'options' hides a field. | 181 | |
| Line is longer than 120 characters. | 207 | |
| Missing a Javadoc comment. | 228 | |
| Line is longer than 120 characters. | 307 | |
| '60' is a magic number. | 508 | |
| '60L' is a magic number. | 510 | |
| '60' is a magic number. | 512 | |
| 'context' hides a field. | 548 | |
| '2000L' is a magic number. | 570 | |
| 'context' hides a field. | 599 | 
| Violation | Message | Line | 
|---|---|---|
| Missing a Javadoc comment. | 37 |