src/main/java/org/apache/commons/csv/Lexer.java (4 lines): - line 473: // TODO escape handling needs more work - line 501: case FF: // TODO is this correct? - line 502: case TAB: // TODO is this correct? Do tabs need to be escaped? - line 503: case BACKSPACE: // TODO is this correct? src/main/java/org/apache/commons/csv/CSVPrinter.java (2 lines): - line 103: // TODO: Is it a good idea to do this here instead of on the first call to a print method? - line 422: // TODO Who manages the Clob? The JDBC driver or must we close it? Is it driver-dependent? src/main/java/org/apache/commons/csv/package-info.java (1 line): - line 68: * can be set directly.