Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Info Warnings Errors
1010870

Rules

RuleViolationsSeverity
JavadocMethod
  • suppressLoadErrors: "true"
3 Warning
JavadocType0 Warning
JavadocVariable0 Warning
JavadocStyle1 Warning
ConstantName0 Warning
LocalFinalVariableName0 Warning
LocalVariableName0 Warning
MemberName0 Warning
MethodName0 Warning
PackageName0 Warning
ParameterName0 Warning
StaticVariableName0 Warning
TypeName0 Warning
AvoidStarImport0 Warning
IllegalImport0 Warning
RedundantImport0 Warning
UnusedImports1 Warning
LineLength
  • max: "120"
2 Warning
MethodLength0 Warning
ParameterNumber0 Warning
EmptyForIteratorPad0 Warning
MethodParamPad0 Warning
NoWhitespaceAfter
  • tokens: "BNOT,DEC,DOT,INC,LNOT,UNARY_MINUS,UNARY_PLUS"
0 Warning
NoWhitespaceBefore0 Warning
OperatorWrap0 Warning
ParenPad0 Warning
TypecastParenPad0 Warning
WhitespaceAfter0 Warning
WhitespaceAround
  • tokens: "ASSIGN,BAND,BAND_ASSIGN,BOR,BOR_ASSIGN,BSR,BSR_ASSIGN,BXOR,BXOR_ASSIGN,COLON,DIV,DIV_ASSIGN,EQUAL,GE,GT,LAND,LCURLY,LE,LITERAL_ASSERT,LITERAL_CATCH,LITERAL_DO,LITERAL_ELSE,LITERAL_FINALLY,LITERAL_FOR,LITERAL_IF,LITERAL_RETURN,LITERAL_SYNCHRONIZED,LITERAL_TRY,LITERAL_WHILE,LOR,LT,MINUS,MINUS_ASSIGN,MOD,MOD_ASSIGN,NOT_EQUAL,PLUS,PLUS_ASSIGN,QUESTION,SL,SLIST,SL_ASSIGN,SR,SR_ASSIGN,STAR,STAR_ASSIGN,LITERAL_ASSERT,TYPE_EXTENSION_AND,WILDCARD_TYPE"
0 Warning
ModifierOrder0 Warning
RedundantModifier0 Warning
AvoidNestedBlocks0 Warning
EmptyBlock1 Warning
LeftCurly0 Warning
NeedBraces0 Warning
RightCurly0 Warning
AvoidInlineConditionals31 Warning
EmptyStatement0 Warning
EqualsHashCode0 Warning
HiddenField0 
IllegalInstantiation0 Warning
InnerAssignment3 Warning
MagicNumber4 Warning
MissingSwitchDefault0 Warning
RedundantThrows
  • suppressLoadErrors: "true"
8 Warning
SimplifyBooleanExpression0 Warning
SimplifyBooleanReturn0 Warning
DesignForExtension0 
FinalClass0 Warning
HideUtilityClassConstructor0 Warning
InterfaceIsType0 Warning
VisibilityModifier32 Warning
ArrayTypeStyle0 Warning
TodoComment0 
UpperEll0 Warning
StringLiteralEquality0 Warning
ReturnCount1 Warning
ParameterAssignment0 Warning
ParameterAssignment0 Warning
JavadocPackage0 Warning
NewlineAtEndOfFile0 
Translation0 Warning
FileLength0 Warning
FileTabCharacter0 
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
0 
Header
  • ignoreLines: "2"
  • headerFile: "headerJAVA.txt"
0 Warning
StrictDuplicateCode0 

Details

olg/csv/base/AbstractSheetReader.java

SeverityMessageLine
 WarningVariable 'skipEmptyCell' must be private and have accessor methods.30
 WarningVariable 'sheetNum' must be private and have accessor methods.34
 WarningVariable 'recordIndex' must be private and have accessor methods.38
 WarningVariable 'rowSize' must be private and have accessor methods.42
 WarningVariable 'sheetName' must be private and have accessor methods.47
 WarningVariable 'withHeaders' must be private and have accessor methods.52
 WarningVariable 'beginAtRow' must be private and have accessor methods.56
 WarningVariable 'endAtRow' must be private and have accessor methods.60
 WarningVariable 'beginAtColumn' must be private and have accessor methods.65
 WarningVariable 'endAtColumn' must be private and have accessor methods.69
 WarningAvoid inline conditionals.75
 WarningAvoid inline conditionals.257

olg/csv/base/AbstractSheetSettings.java

SeverityMessageLine
 WarningVariable 'sheetNum' must be private and have accessor methods.36
 WarningVariable 'withHeaders' must be private and have accessor methods.40
 WarningVariable 'beginAtRow' must be private and have accessor methods.44
 WarningVariable 'endAtRow' must be private and have accessor methods.48
 WarningVariable 'beginAtColumn' must be private and have accessor methods.52
 WarningVariable 'endAtColumn' must be private and have accessor methods.56
 WarningVariable 'sheetName' must be private and have accessor methods.60

olg/csv/base/AbstractSheetWriter.java

SeverityMessageLine
 WarningVariable 'sheetName' must be private and have accessor methods.29
 WarningVariable 'beginAtRow' must be private and have accessor methods.34
 WarningVariable 'beginAtColumn' must be private and have accessor methods.38
 WarningVariable 'withHeaders' must be private and have accessor methods.42

olg/csv/base/Cell.java

SeverityMessageLine
 WarningAvoid inline conditionals.86
 WarningInner assignments should be avoided.91

olg/csv/base/csv/CSVReader.java

SeverityMessageLine
 WarningAvoid inline conditionals.309

olg/csv/base/csv/CSVWriter.java

SeverityMessageLine
 WarningAvoid inline conditionals.190
 WarningAvoid inline conditionals.225
 WarningAvoid inline conditionals.269
 WarningAvoid inline conditionals.298

olg/csv/base/csv/CharSearchReader.java

SeverityMessageLine
 WarningInner assignments should be avoided.162
 WarningReturn count is 3 (max allowed is 2).245
 WarningAvoid inline conditionals.344
 WarningInner assignments should be avoided.352

olg/csv/base/ods/ODSReader.java

SeverityMessageLine
 WarningAvoid inline conditionals.202
 WarningAvoid inline conditionals.210

olg/csv/base/ods/ODSWriter.java

SeverityMessageLine
 Warning'5' is a magic number.263
 Warning'4' is a magic number.264
 WarningRedundant throws: 'ParseException' is unchecked exception.445

olg/csv/bean/BeanReader.java

SeverityMessageLine
 WarningRedundant throws: 'ParseException' is unchecked exception.83

olg/csv/bean/BeanWriter.java

SeverityMessageLine
 WarningExpected @throws tag for 'PropertyException'.160
 WarningRedundant throws: 'PropertyException' is unchecked exception.160

olg/csv/bean/IBeanProcessor.java

SeverityMessageLine
 WarningRedundant throws: 'ParseException' is unchecked exception.40

olg/csv/bean/IPropertyProcessor.java

SeverityMessageLine
 WarningRedundant throws: 'ParseException' is unchecked exception.42

olg/csv/bean/PropertyException.java

SeverityMessageLine
 WarningUnused import - olg.csv.bean.impl.PropertyFormatter.16

olg/csv/bean/SchemaMain.java

SeverityMessageLine
 Warning'512' is a magic number.62
 Warning'1024' is a magic number.62

olg/csv/bean/Util.java

SeverityMessageLine
 WarningMust have at least one statement.159

olg/csv/bean/filter/impl/DecorateFilter.java

SeverityMessageLine
 WarningAvoid inline conditionals.54
 WarningAvoid inline conditionals.54

olg/csv/bean/filter/impl/LowerCaseFilter.java

SeverityMessageLine
 WarningAvoid inline conditionals.58

olg/csv/bean/filter/impl/TrimFilter.java

SeverityMessageLine
 WarningAvoid inline conditionals.36

olg/csv/bean/filter/impl/UpperCaseFilter.java

SeverityMessageLine
 WarningAvoid inline conditionals.59

olg/csv/bean/formatter/Formatter.java

SeverityMessageLine
 WarningAvoid inline conditionals.37

olg/csv/bean/getter/AbstractGetter.java

SeverityMessageLine
 WarningAvoid inline conditionals.116
 WarningAvoid inline conditionals.117

olg/csv/bean/getter/impl/DefaultGetter.java

SeverityMessageLine
 WarningAvoid inline conditionals.67

olg/csv/bean/impl/AbstractPropertyProcessor.java

SeverityMessageLine
 WarningVariable 'beanClass' must be private and have accessor methods.44
 WarningVariable 'method' must be private and have accessor methods.49
 WarningMissing a Javadoc comment.65

olg/csv/bean/impl/CellProcessor.java

SeverityMessageLine
 WarningAvoid inline conditionals.129
 WarningAvoid inline conditionals.130

olg/csv/bean/impl/ComplexPropertyProcessor.java

SeverityMessageLine
 WarningFirst sentence should end with a period.29
 WarningMissing a Javadoc comment.58
 WarningRedundant throws: 'olg.csv.bean.parser.ParseException' is unchecked exception.58

olg/csv/bean/impl/PropertyFormatter.java

SeverityMessageLine
 WarningVariable 'name' must be private and have accessor methods.37
 WarningAvoid inline conditionals.100
 WarningAvoid inline conditionals.181
 WarningAvoid inline conditionals.223
 WarningAvoid inline conditionals.225
 WarningAvoid inline conditionals.381

olg/csv/bean/impl/PropertyProcessor.java

SeverityMessageLine
 WarningRedundant throws: 'olg.csv.bean.parser.ParseException' is unchecked exception.42

olg/csv/bean/loader/AbstractFormatterLoader.java

SeverityMessageLine
 WarningVariable 'successor' must be private and have accessor methods.63
 WarningVariable 'xPathExpression' must be private and have accessor methods.69

olg/csv/bean/loader/CellProcessorLoader.java

SeverityMessageLine
 WarningAvoid inline conditionals.251
 WarningAvoid inline conditionals.326
 WarningLine is longer than 120 characters (found 122).328
 WarningLine is longer than 120 characters (found 123).330
 WarningAvoid inline conditionals.418
 WarningAvoid inline conditionals.447

olg/csv/bean/loader/filter/AbstractFiltreLoader.java

SeverityMessageLine
 WarningVariable 'successor' must be private and have accessor methods.74
 WarningVariable 'xPathExpression' must be private and have accessor methods.80

olg/csv/bean/loader/getter/AbstractGetterLoader.java

SeverityMessageLine
 WarningVariable 'successor' must be private and have accessor methods.68
 WarningVariable 'xPathExpression' must be private and have accessor methods.74

olg/csv/bean/loader/parser/AbstractParserLoader.java

SeverityMessageLine
 WarningVariable 'xPathExpression' must be private and have accessor methods.65
 WarningVariable 'successor' must be private and have accessor methods.71

olg/csv/bean/parser/AbstractParser.java

SeverityMessageLine
 WarningRedundant throws: 'ParseException' is unchecked exception.44