This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git.


    from 7c5c089  Let a null input to CSVRecord#get(Enum) fail in 
CSVRecord#get(String).
     new 8d6772a  [CSV-248] Test the parser and map functionality after 
deserialization
     new 66c34da  [CSV-248] Test CSVRecord deserialization from binary format.
     new bd17fc3  Remove trailing whitespace.
     new 12a2ff4  Document that the list of header names will not contain null 
names.

The 4 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:
 .../java/org/apache/commons/csv/CSVParser.java     |  11 +++
 .../java/org/apache/commons/csv/CSVRecord.java     |  13 +++-
 src/site/xdoc/user-guide.xml                       |   2 +-
 .../java/org/apache/commons/csv/CSVBenchmark.java  |  18 ++---
 .../java/org/apache/commons/csv/CSVParserTest.java |  14 ++++
 .../java/org/apache/commons/csv/CSVRecordTest.java |  35 ++++++++-
 .../apache/commons/csv/issues/JiraCsv248Test.java  |  80 +++++++++++++++++++++
 src/test/resources/CSV-248/csvRecord.bin           | Bin 0 -> 485 bytes
 8 files changed, 159 insertions(+), 14 deletions(-)
 create mode 100644 
src/test/java/org/apache/commons/csv/issues/JiraCsv248Test.java
 create mode 100644 src/test/resources/CSV-248/csvRecord.bin

Reply via email to