This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-csv.git
from 761a3373 [CSV-294] CSVFormat does not support explicit " as escape char new 28441e6a Add CSVException that extends IOException thrown on invalid input instead of IOException new bea69cd6 Javadoc: Use {@code ...} in pre tags The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: src/changes/changes.xml | 1 + ...{DuplicateHeaderMode.java => CSVException.java} | 30 +++++++------ .../java/org/apache/commons/csv/CSVFormat.java | 43 ++++++++++--------- .../java/org/apache/commons/csv/CSVParser.java | 32 ++++++++++---- .../java/org/apache/commons/csv/CSVPrinter.java | 2 +- src/main/java/org/apache/commons/csv/Lexer.java | 50 ++++++++++------------ .../java/org/apache/commons/csv/CSVParserTest.java | 8 ++-- 7 files changed, 90 insertions(+), 76 deletions(-) copy src/main/java/org/apache/commons/csv/{DuplicateHeaderMode.java => CSVException.java} (55%)