The following document contains the results of Checkstyle.
Files | Infos | Warnings | Errors |
---|---|---|---|
17 | 0 | 107 | 0 |
Rules | Violations | Severity |
---|---|---|
JavadocMethod
|
67 | Warning |
JavadocType | 0 | Warning |
JavadocVariable | 16 | Warning |
JavadocStyle | 0 | Warning |
ConstantName | 6 | Warning |
LocalFinalVariableName | 0 | Warning |
LocalVariableName | 0 | Warning |
MemberName | 0 | Warning |
MethodName | 0 | Warning |
PackageName | 0 | Warning |
ParameterName | 0 | Warning |
StaticVariableName | 0 | Warning |
TypeName | 0 | Warning |
AvoidStarImport | 0 | Warning |
IllegalImport | 0 | Warning |
RedundantImport | 0 | Warning |
FileLength | 0 | Warning |
LineLength
|
2 | Warning |
MethodLength | 0 | Warning |
ParameterNumber | 0 | Warning |
EmptyForIteratorPad | 0 | Warning |
MethodParamPad | 0 | Warning |
NoWhitespaceAfter
|
0 | Warning |
NoWhitespaceBefore | 0 | Warning |
OperatorWrap | 0 | Warning |
ParenPad | 0 | Warning |
TypecastParenPad | 0 | Warning |
TabCharacter | 0 | Ignore |
WhitespaceAfter | 0 | Warning |
WhitespaceAround
|
4 | Warning |
ModifierOrder | 0 | Warning |
RedundantModifier | 0 | Warning |
AvoidNestedBlocks | 0 | Warning |
LeftCurly | 0 | Warning |
NeedBraces | 0 | Warning |
RightCurly | 0 | Warning |
AvoidInlineConditionals | 0 | Ignore |
DoubleCheckedLocking | 0 | Warning |
EmptyStatement | 0 | Warning |
EqualsHashCode | 0 | Warning |
HiddenField
|
3 | Warning |
IllegalInstantiation | 0 | Warning |
InnerAssignment | 0 | Warning |
MagicNumber | 3 | Warning |
MissingSwitchDefault | 0 | Warning |
RedundantThrows | 3 | Warning |
SimplifyBooleanExpression | 0 | Warning |
SimplifyBooleanReturn | 0 | Warning |
DesignForExtension | 0 | Ignore |
FinalClass | 0 | Warning |
HideUtilityClassConstructor | 0 | Warning |
InterfaceIsType | 0 | Warning |
VisibilityModifier | 1 | Warning |
ArrayTypeStyle | 0 | Warning |
FinalParameters | 0 | Ignore |
GenericIllegalRegexp
|
0 | Ignore |
TodoComment | 0 | Info |
UpperEll | 0 | Warning |
EmptyBlock
|
0 | Warning |
UnusedImports | 2 | Warning |
FallThrough | 0 | Warning |
NewlineAtEndOfFile | 0 | Ignore |
Translation | 0 | Warning |
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 |