org.apache.commons.csv.Assertions |
Line |
Replace usage with {@link Objects} when we switch to Java 7. |
25 |
org.apache.commons.csv.CSVFormat |
Line |
--No comment-- |
751 |
--No comment-- |
753 |
--No comment-- |
755 |
--No comment-- |
757 |
--No comment-- |
759 |
org.apache.commons.csv.CSVParserTest |
Line |
this may lead to strange behavior, throw an exception if iterator() has already been called? |
796 |
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. |
100 |
org.apache.commons.csv.CSVRecord |
Line |
Maybe make this public? |
242 |
org.apache.commons.csv.Lexer |
Line |
escape handling needs more work |
319 |
is this correct? |
347 |
is this correct? Do tabs need to be escaped? |
348 |
is this correct? |
349 |
org.apache.commons.csv.LexerTest |
Line |
is this correct? Do we expect <esc>TAB to be unescaped? |
310 |
is this correct? Do we expect <esc>BACKSPACE to be unescaped? |
325 |
is this correct? Do we expect <esc>FF to be unescaped? |
339 |