org.apache.commons.csv.CSVParserTest |
Line |
this may lead to strange behavior, throw an exception if iterator() has already been called? |
1270 |
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. |
112 |
org.apache.commons.csv.Lexer |
Line |
escape handling needs more work |
471 |
is this correct? |
496 |
is this correct? Do tabs need to be escaped? |
497 |
is this correct? |
498 |
org.apache.commons.csv.LexerTest |
Line |
is this correct? Do we expect <esc>BACKSPACE to be unescaped? |
214 |
is this correct? Do we expect <esc>FF to be unescaped? |
250 |
is this correct? Do we expect <esc>TAB to be unescaped? |
272 |