The following document contains the results of Checkstyle.
Rule | Violations | Severity |
---|---|---|
JavadocMethod
| 3 | ![]() |
JavadocType | 0 | ![]() |
JavadocVariable | 0 | ![]() |
JavadocStyle | 1 | ![]() |
ConstantName | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 1 | ![]() |
LineLength
| 2 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter
| 0 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad | 0 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 0 | ![]() |
WhitespaceAround
| 0 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 0 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 1 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 0 | ![]() |
RightCurly | 0 | ![]() |
AvoidInlineConditionals | 31 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 0 | |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 3 | ![]() |
MagicNumber | 4 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows
| 8 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 0 | |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 0 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 32 | ![]() |
ArrayTypeStyle | 0 | ![]() |
TodoComment | 0 | |
UpperEll | 0 | ![]() |
StringLiteralEquality | 0 | ![]() |
ReturnCount | 1 | ![]() |
ParameterAssignment | 0 | ![]() |
ParameterAssignment | 0 | ![]() |
JavadocPackage | 0 | ![]() |
NewlineAtEndOfFile | 0 | |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter | 0 | |
RegexpSingleline
| 0 | |
Header
| 0 | ![]() |
StrictDuplicateCode | 0 |
Severity | Message | Line |
---|---|---|
![]() | Variable 'skipEmptyCell' must be private and have accessor methods. | 30 |
![]() | Variable 'sheetNum' must be private and have accessor methods. | 34 |
![]() | Variable 'recordIndex' must be private and have accessor methods. | 38 |
![]() | Variable 'rowSize' must be private and have accessor methods. | 42 |
![]() | Variable 'sheetName' must be private and have accessor methods. | 47 |
![]() | Variable 'withHeaders' must be private and have accessor methods. | 52 |
![]() | Variable 'beginAtRow' must be private and have accessor methods. | 56 |
![]() | Variable 'endAtRow' must be private and have accessor methods. | 60 |
![]() | Variable 'beginAtColumn' must be private and have accessor methods. | 65 |
![]() | Variable 'endAtColumn' must be private and have accessor methods. | 69 |
![]() | Avoid inline conditionals. | 75 |
![]() | Avoid inline conditionals. | 257 |
Severity | Message | Line |
---|---|---|
![]() | Variable 'sheetNum' must be private and have accessor methods. | 36 |
![]() | Variable 'withHeaders' must be private and have accessor methods. | 40 |
![]() | Variable 'beginAtRow' must be private and have accessor methods. | 44 |
![]() | Variable 'endAtRow' must be private and have accessor methods. | 48 |
![]() | Variable 'beginAtColumn' must be private and have accessor methods. | 52 |
![]() | Variable 'endAtColumn' must be private and have accessor methods. | 56 |
![]() | Variable 'sheetName' must be private and have accessor methods. | 60 |
Severity | Message | Line |
---|---|---|
![]() | Variable 'sheetName' must be private and have accessor methods. | 29 |
![]() | Variable 'beginAtRow' must be private and have accessor methods. | 34 |
![]() | Variable 'beginAtColumn' must be private and have accessor methods. | 38 |
![]() | Variable 'withHeaders' must be private and have accessor methods. | 42 |
Severity | Message | Line |
---|---|---|
![]() | Avoid inline conditionals. | 86 |
![]() | Inner assignments should be avoided. | 91 |
Severity | Message | Line |
---|---|---|
![]() | Avoid inline conditionals. | 309 |
Severity | Message | Line |
---|---|---|
![]() | Avoid inline conditionals. | 190 |
![]() | Avoid inline conditionals. | 225 |
![]() | Avoid inline conditionals. | 269 |
![]() | Avoid inline conditionals. | 298 |
Severity | Message | Line |
---|---|---|
![]() | Inner assignments should be avoided. | 162 |
![]() | Return count is 3 (max allowed is 2). | 245 |
![]() | Avoid inline conditionals. | 344 |
![]() | Inner assignments should be avoided. | 352 |
Severity | Message | Line |
---|---|---|
![]() | Avoid inline conditionals. | 202 |
![]() | Avoid inline conditionals. | 210 |
Severity | Message | Line |
---|---|---|
![]() | '5' is a magic number. | 263 |
![]() | '4' is a magic number. | 264 |
![]() | Redundant throws: 'ParseException' is unchecked exception. | 445 |
Severity | Message | Line |
---|---|---|
![]() | Redundant throws: 'ParseException' is unchecked exception. | 83 |
Severity | Message | Line |
---|---|---|
![]() | Expected @throws tag for 'PropertyException'. | 160 |
![]() | Redundant throws: 'PropertyException' is unchecked exception. | 160 |
Severity | Message | Line |
---|---|---|
![]() | Redundant throws: 'ParseException' is unchecked exception. | 40 |
Severity | Message | Line |
---|---|---|
![]() | Redundant throws: 'ParseException' is unchecked exception. | 42 |
Severity | Message | Line |
---|---|---|
![]() | Unused import - olg.csv.bean.impl.PropertyFormatter. | 16 |
Severity | Message | Line |
---|---|---|
![]() | '512' is a magic number. | 62 |
![]() | '1024' is a magic number. | 62 |
Severity | Message | Line |
---|---|---|
![]() | Must have at least one statement. | 159 |
Severity | Message | Line |
---|---|---|
![]() | Avoid inline conditionals. | 54 |
![]() | Avoid inline conditionals. | 54 |
Severity | Message | Line |
---|---|---|
![]() | Avoid inline conditionals. | 58 |
Severity | Message | Line |
---|---|---|
![]() | Avoid inline conditionals. | 36 |
Severity | Message | Line |
---|---|---|
![]() | Avoid inline conditionals. | 59 |
Severity | Message | Line |
---|---|---|
![]() | Avoid inline conditionals. | 37 |
Severity | Message | Line |
---|---|---|
![]() | Avoid inline conditionals. | 116 |
![]() | Avoid inline conditionals. | 117 |
Severity | Message | Line |
---|---|---|
![]() | Avoid inline conditionals. | 67 |
Severity | Message | Line |
---|---|---|
![]() | Variable 'beanClass' must be private and have accessor methods. | 44 |
![]() | Variable 'method' must be private and have accessor methods. | 49 |
![]() | Missing a Javadoc comment. | 65 |
Severity | Message | Line |
---|---|---|
![]() | Avoid inline conditionals. | 129 |
![]() | Avoid inline conditionals. | 130 |
Severity | Message | Line |
---|---|---|
![]() | First sentence should end with a period. | 29 |
![]() | Missing a Javadoc comment. | 58 |
![]() | Redundant throws: 'olg.csv.bean.parser.ParseException' is unchecked exception. | 58 |
Severity | Message | Line |
---|---|---|
![]() | Variable 'name' must be private and have accessor methods. | 37 |
![]() | Avoid inline conditionals. | 100 |
![]() | Avoid inline conditionals. | 181 |
![]() | Avoid inline conditionals. | 223 |
![]() | Avoid inline conditionals. | 225 |
![]() | Avoid inline conditionals. | 381 |
Severity | Message | Line |
---|---|---|
![]() | Redundant throws: 'olg.csv.bean.parser.ParseException' is unchecked exception. | 42 |
Severity | Message | Line |
---|---|---|
![]() | Variable 'successor' must be private and have accessor methods. | 63 |
![]() | Variable 'xPathExpression' must be private and have accessor methods. | 69 |
Severity | Message | Line |
---|---|---|
![]() | Avoid inline conditionals. | 251 |
![]() | Avoid inline conditionals. | 326 |
![]() | Line is longer than 120 characters (found 122). | 328 |
![]() | Line is longer than 120 characters (found 123). | 330 |
![]() | Avoid inline conditionals. | 418 |
![]() | Avoid inline conditionals. | 447 |
Severity | Message | Line |
---|---|---|
![]() | Variable 'successor' must be private and have accessor methods. | 74 |
![]() | Variable 'xPathExpression' must be private and have accessor methods. | 80 |
Severity | Message | Line |
---|---|---|
![]() | Variable 'successor' must be private and have accessor methods. | 68 |
![]() | Variable 'xPathExpression' must be private and have accessor methods. | 74 |
Severity | Message | Line |
---|---|---|
![]() | Variable 'xPathExpression' must be private and have accessor methods. | 65 |
![]() | Variable 'successor' must be private and have accessor methods. | 71 |
Severity | Message | Line |
---|---|---|
![]() | Redundant throws: 'ParseException' is unchecked exception. | 44 |