The following document contains the results of Checkstyle. 
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 17 | 0 | 107 | 0 |
| Rules | Violations | Severity |
|---|---|---|
JavadocMethod
|
67 | |
| JavadocType | 0 | |
| JavadocVariable | 16 | |
| JavadocStyle | 0 | |
| ConstantName | 6 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| FileLength | 0 | |
LineLength
|
2 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
NoWhitespaceAfter
|
0 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 0 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| TabCharacter | 0 | Ignore |
| WhitespaceAfter | 0 | |
WhitespaceAround
|
4 | |
| ModifierOrder | 0 | |
| RedundantModifier | 0 | |
| AvoidNestedBlocks | 0 | |
| LeftCurly | 0 | |
| NeedBraces | 0 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 0 | Ignore |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
|
3 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 3 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 3 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 0 | Ignore |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 1 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 0 | Ignore |
GenericIllegalRegexp
|
0 | Ignore |
| TodoComment | 0 | |
| UpperEll | 0 | |
EmptyBlock
|
0 | |
| UnusedImports | 2 | |
| FallThrough | 0 | |
| NewlineAtEndOfFile | 0 | Ignore |
| Translation | 0 |
| Violation | Message | Line |
|---|---|---|
| Expected @param tag for 'rawPropertyValue'. | 44 |
| Violation | Message | Line |
|---|---|---|
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 | |
| Missing a Javadoc comment. | 354 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.apache.commons.chain.Chain. | 27 | |
| Missing a Javadoc comment. | 38 | |
| Expected @param tag for 'generatedObject'. | 84 | |
| Expected @param tag for 'currentCsvLine'. | 101 | |
| Expected @param tag for 'currentValidationCommandName'. | 119 | |
| Expected an @return tag. | 129 |
| Violation | Message | Line |
|---|---|---|
| Unused import - org.apache.commons.chain.Chain. | 25 | |
| Missing a Javadoc comment. | 37 | |
| Expected an @return tag. | 55 | |
| Expected @param tag for 'context'. | 55 | |
| Expected @throws tag for 'Exception'. | 55 | |
| Missing a Javadoc comment. | 72 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 40 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 | |
| Expected an @return tag. | 78 | |
| Expected an @return tag. | 101 | |
| Unused @param tag for 'perLinePreProcessingInstructions'. | 159 | |
| Expected @param tag for 'extendedContext'. | 162 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 62 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 62 | |
| Variable 'csvMappingDefinitions' must be private and have accessor methods. | 92 | |
| Expected @param tag for 'csvResource'. | 146 | |
| Expected @param tag for 'containsHeader'. | 146 | |
| 'mappingDefinition' hides a field. | 147 | |
| Expected @param tag for 'mappingDefinition'. | 147 | |
| Missing a Javadoc comment. | 165 | |
| Expected @throws tag for 'Exception'. | 254 | |
| Expected an @return tag. | 276 | |
| Expected an @return tag. | 349 | |
| 'mappingDefinition' hides a field. | 350 | |
| Expected @param tag for 'mappingDefinition'. | 350 | |
| Expected an @return tag. | 363 | |
| Expected @param tag for 'generatedObject'. | 364 | |
| Expected @param tag for 'csvMappingDefinition'. | 365 | |
| 'line' hides a field. | 365 | |
| Expected @param tag for 'line'. | 365 | |
| Expected @throws tag for 'Exception'. | 366 | |
| Expected @param tag for 'generatedObject'. | 438 | |
| Expected @param tag for 'csvFieldMapping'. | 439 | |
| Expected @param tag for 'propertyName'. | 439 | |
| Expected @param tag for 'finalPropertyValue'. | 440 | |
| Expected @throws tag for 'IllegalAccessException'. | 440 | |
| Redundant throws: 'IllegalAccessException' is subclass of 'Exception'. | 440 | |
| Expected @throws tag for 'InvocationTargetException'. | 441 | |
| Redundant throws: 'InvocationTargetException' is subclass of 'Exception'. | 441 | |
| Expected @throws tag for 'NoSuchMethodException'. | 441 | |
| Redundant throws: 'NoSuchMethodException' is subclass of 'Exception'. | 441 | |
| Expected @throws tag for 'Exception'. | 441 | |
| Expected an @return tag. | 476 | |
| Expected @param tag for 'parserPosition'. | 485 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 43 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 | |
| Missing a Javadoc comment. | 45 | |
| Expected an @return tag. | 58 | |
| Expected @param tag for 'rawPropertyValue'. | 58 | |
| Missing a Javadoc comment. | 73 | |
| Unused @param tag for 'dateFormatter'. | 79 | |
| Expected @param tag for 'dateFormat'. | 82 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 38 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 44 | |
| Expected @param tag for 'rawPropertyValue'. | 44 | |
| Missing a Javadoc comment. | 48 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 32 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 48 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 66 | |
| '?' is not preceded with whitespace. | 66 | |
| Missing a Javadoc comment. | 70 | |
| '?' is not preceded with whitespace. | 70 | |
| Missing a Javadoc comment. | 95 | |
| Missing a Javadoc comment. | 113 | |
| Line is longer than 100 characters. | 126 | |
| Missing a Javadoc comment. | 211 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 44 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 43 | |
| Name 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 56 | |
| '3' is a magic number. | 65 | |
| '?' is not preceded with whitespace. | 66 | |
| '?' is not preceded with whitespace. | 66 | |
| '4' is a magic number. | 68 | |
| '4' is a magic number. | 74 | |
| Missing a Javadoc comment. | 112 | |
| Expected an @return tag. | 122 | |
| Expected @param tag for 'expression'. | 122 | |
| Missing a Javadoc comment. | 157 | |
| Line is longer than 100 characters. | 160 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 39 | |
| Unused @param tag for 'regularExpression'. | 42 | |
| Expected @param tag for 'regularExpressions'. | 45 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 54 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 46 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 38 |