Apache Commons logo Apache Commons CSV™ logo

Tag List Report

The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

Tag Class Total number of occurrences Tag strings used by tag class
Needs Work 10 TODO, FIXME, XXX
Notable Markers 0 NOTE, NOPMD, NOSONAR

Each tag is detailed below:

Needs Work

Number of occurrences found in the code: 10

org.apache.commons.csv.CSVParserTest Line
this may lead to strange behavior, throw an exception if iterator() has already been called? 1198
org.apache.commons.csv.CSVPrinter Line
Is it a good idea to do this here instead of on the first call to a print method? It seems a pain to have to track whether the header has already been printed or not. 103
Who manages the Clob? The JDBC driver or must we close it? Is it driver-dependent? 422
org.apache.commons.csv.Lexer Line
escape handling needs more work 473
is this correct? 501
is this correct? Do tabs need to be escaped? 502
is this correct? 503
org.apache.commons.csv.LexerTest Line
is this correct? Do we expect <esc>BACKSPACE to be unescaped? 200
is this correct? Do we expect <esc>FF to be unescaped? 236
is this correct? Do we expect <esc>TAB to be unescaped? 258