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