Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
12 0 0 78

Rules

Rules Violations Severity
PackageHtml 1 error Error
TabCharacter 0 error Error
AvoidStarImport 0 error Error
RedundantImport 0 error Error
UnusedImports 0 error Error
NeedBraces 0 error Error
RedundantThrows
  • allowUnchecked : "true"
0 error Error
LineLength
  • max : "120"
0 error Error
JavadocMethod
  • allowUndeclaredRTE : "true"
77 error Error

Details

org/apache/commons/csv/writer/CSVWriter.java

Violation Message Line
error Missing a Javadoc comment. 44
error Missing a Javadoc comment. 48
error Missing a Javadoc comment. 81

org/apache/commons/csv/CSVParser.java

Violation Message Line
error Missing a Javadoc comment. 97
error Expected an @return tag. 292
error Expected @throws tag for 'IOException'. 292
error Missing a Javadoc comment. 544
error Expected @param tag for 'strategy'. 569
error Expected @param tag for 'c'. 590
error Expected @param tag for 'c'. 600
error Expected @throws tag for 'IOException'. 600
error Expected @param tag for 'c'. 614

org/apache/commons/csv/CharBuffer.java

Violation Message Line
error Expected @param tag for 'length'. 51
error Expected an @return tag. 177
error Expected an @return tag. 189
error Expected @param tag for 'pos'. 189
error Expected an @return tag. 198
error Expected an @return tag. 209
error Expected @param tag for 'capacity'. 217

org/apache/commons/csv/CSVPrinter.java

Violation Message Line
error Expected @param tag for 'strategy'. 74

org/apache/commons/csv/CSVStrategy.java

Violation Message Line
error Missing a Javadoc comment. 52
error Expected @param tag for 'escape'. 72
error Expected @param tag for 'ignoreTrailingWhitespace'. 74
error Expected @param tag for 'delimiter'. 90
error Expected @param tag for 'encapsulator'. 91
error Expected @param tag for 'commentStart'. 92
error Expected @param tag for 'ignoreLeadingWhitespace'. 93
error Expected @param tag for 'interpretUnicodeEscapes'. 94
error Expected @param tag for 'ignoreEmptyLines'. 95
error Missing a Javadoc comment. 102
error Missing a Javadoc comment. 103
error Missing a Javadoc comment. 105
error Missing a Javadoc comment. 106
error Missing a Javadoc comment. 108
error Missing a Javadoc comment. 109
error Missing a Javadoc comment. 110
error Missing a Javadoc comment. 112
error Missing a Javadoc comment. 113
error Missing a Javadoc comment. 115
error Missing a Javadoc comment. 118
error Missing a Javadoc comment. 120
error Missing a Javadoc comment. 123
error Missing a Javadoc comment. 125
error Missing a Javadoc comment. 128
error Missing a Javadoc comment. 130
error Missing a Javadoc comment. 131
error Missing a Javadoc comment. 133

org/apache/commons/csv/writer/CSVField.java

Violation Message Line
error Expected an @return tag. 109

org/apache/commons/csv/writer/CSVConfig.java

Violation Message Line
error Missing a Javadoc comment. 86
error Missing a Javadoc comment. 127
error Expected an @return tag. 251
error Expected @param tag for 'obj'. 251
error Expected @param tag for 'endTrimmed'. 282

org/apache/commons/csv/ExtendedBufferedReader.java

Violation Message Line
error Expected @param tag for 'r'. 57
error Expected @param tag for 'r'. 67
error Expected @param tag for 'bufSize'. 67
error Expected @throws tag for 'IOException'. 78
error Expected @param tag for 'buf'. 116
error Expected @param tag for 'off'. 116
error Expected @param tag for 'len'. 116
error Expected @throws tag for 'IOException'. 116
error Expected @throws tag for 'IOException'. 160
error Expected @throws tag for 'IOException'. 181
error Expected @param tag for 'n'. 226
error Expected @throws tag for 'IllegalArgumentException'. 226
error Expected @throws tag for 'IOException'. 226
error Expected an @return tag. 261
error Expected @param tag for 'c'. 261
error Expected @throws tag for 'IllegalArgumentException'. 261
error Expected @throws tag for 'IOException'. 261
error Expected @throws tag for 'IOException'. 284
error Missing a Javadoc comment. 305

org/apache/commons/csv/writer/package.html

Violation Message Line
error Missing package documentation file. 0

org/apache/commons/csv/writer/CSVConfigGuesser.java

Violation Message Line
error Missing a Javadoc comment. 58
error Missing a Javadoc comment. 111
error Expected @param tag for 'lines'. 121
error Missing a Javadoc comment. 137
error Missing a Javadoc comment. 146