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 fce94ea6 Fix header for Checkstyle
     new 6a11b896 Enable Checkstyle for test sources and fix issues
     new 4f4b9cf2 Sort members

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:
 pom.xml                                            |   1 +
 .../apache/commons/csv/ExtendedBufferedReader.java |  56 +++---
 src/main/java/org/apache/commons/csv/Lexer.java    |  48 ++---
 .../java/org/apache/commons/csv/CSVBenchmark.java  |   8 +-
 .../apache/commons/csv/CSVDuplicateHeaderTest.java |  27 ++-
 .../java/org/apache/commons/csv/CSVFormatTest.java |  26 ++-
 .../java/org/apache/commons/csv/CSVParserTest.java | 206 ++++++++++-----------
 .../org/apache/commons/csv/CSVPrinterTest.java     |  59 +++---
 .../org/apache/commons/csv/PerformanceTest.java    |  36 ++--
 .../apache/commons/csv/issues/JiraCsv148Test.java  |  26 ++-
 .../apache/commons/csv/issues/JiraCsv206Test.java  |   8 +-
 .../apache/commons/csv/issues/JiraCsv265Test.java  |  34 ++--
 .../apache/commons/csv/issues/JiraCsv271Test.java  |   4 +-
 .../apache/commons/csv/issues/JiraCsv288Test.java  |   2 +-
 .../apache/commons/csv/perf/PerformanceTest.java   |   2 +-
 15 files changed, 275 insertions(+), 268 deletions(-)

Reply via email to