Commit Graph

1009 Commits

Author SHA1 Message Date
Gary D. Gregory 5206b2a244 [CSV-169] The null string should be case-sensitive when reading records. Also simplify branch test.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1725358 13f79535-47bb-0310-9956-ffa450edef68
2016-01-18 22:02:05 +00:00
Gary D. Gregory 446eaf8c2a Format.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1725356 13f79535-47bb-0310-9956-ffa450edef68
2016-01-18 21:37:46 +00:00
Gary D. Gregory c52b1f0a9d FindBugs: Avoid possible NPE.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1725345 13f79535-47bb-0310-9956-ffa450edef68
2016-01-18 20:54:16 +00:00
Gary D. Gregory 453cfcbb59 Use final.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1725344 13f79535-47bb-0310-9956-ffa450edef68
2016-01-18 20:52:21 +00:00
Gary D. Gregory 54597a8b8e Unit test for [CSV-167] Comment line hides next record.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1721778 13f79535-47bb-0310-9956-ffa450edef68
2015-12-27 00:02:30 +00:00
Gary D. Gregory ce9768fb0c Update javancss-maven-plugin 2.0 -> 2.1.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1721775 13f79535-47bb-0310-9956-ffa450edef68
2015-12-26 23:42:00 +00:00
Gary D. Gregory fbc6196744 findbugs-maven-plugin 3.0.2 -> 3.0.3.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1721774 13f79535-47bb-0310-9956-ffa450edef68
2015-12-26 23:38:54 +00:00
Gary D. Gregory 6b069cf443 Fix PMDs: Unnecessary use of fully qualified name 'Constants.END_OF_STREAM' due to existing static import 'org.apache.commons.csv.Constants.END_OF_STREAM'.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1721770 13f79535-47bb-0310-9956-ffa450edef68
2015-12-26 22:44:01 +00:00
Gary D. Gregory 290fdff050 Update maven-pmd-plugin 3.5 -> 3.6.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1721768 13f79535-47bb-0310-9956-ffa450edef68
2015-12-26 22:43:07 +00:00
Gary D. Gregory af949550d0 maven-checkstyle-plugin 2.16 -> 2.17.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1721766 13f79535-47bb-0310-9956-ffa450edef68
2015-12-26 22:38:17 +00:00
Sebastian Bazley 65cc3ed90b Collect the DOAPs
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1718920 13f79535-47bb-0310-9956-ffa450edef68
2015-12-09 17:32:04 +00:00
Gary D. Gregory e7d9ab0f6a TODO.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1715921 13f79535-47bb-0310-9956-ffa450edef68
2015-11-23 19:10:36 +00:00
Gary D. Gregory e0f022ee94 More tests.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1715712 13f79535-47bb-0310-9956-ffa450edef68
2015-11-22 22:03:06 +00:00
Gary D. Gregory bae5752644 commons-parent 38 -> 39.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1711110 13f79535-47bb-0310-9956-ffa450edef68
2015-10-28 19:26:10 +00:00
Gary D. Gregory d54b339caa [CSV-159] Add IgnoreCase option for accessing header names
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1708685 13f79535-47bb-0310-9956-ffa450edef68
2015-10-14 19:48:29 +00:00
Benedikt Ritter 2f76dfabd1 Add github badges to README.md instead of CONTRIBUTING.md
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1706560 13f79535-47bb-0310-9956-ffa450edef68
2015-10-03 12:17:53 +00:00
Benedikt Ritter c20cd95c1c Add badges for github.
Further more this closes #2 from github because it has already been
fixed in revision 1602206.


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1706543 13f79535-47bb-0310-9956-ffa450edef68
2015-10-03 10:56:55 +00:00
Benedikt Ritter 3b10c8f8ac CSV-153: CSVPrinter doesn't skip creation of header record if skipHeaderRecord is set to true. Thanks to Wren. This also fixes #8 from github.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1706542 13f79535-47bb-0310-9956-ffa450edef68
2015-10-03 10:46:49 +00:00
Gary D. Gregory 1d5dfcb8f6 Test CSV-154.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1700391 13f79535-47bb-0310-9956-ffa450edef68
2015-09-01 05:33:05 +00:00
Gary D. Gregory 68c74f6274 Test CSV-154.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1700073 13f79535-47bb-0310-9956-ffa450edef68
2015-08-29 20:51:46 +00:00
Gary D. Gregory e7ccb14d22 Version 1.2.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1697754 13f79535-47bb-0310-9956-ffa450edef68
2015-08-25 18:31:49 +00:00
Gary D. Gregory 5ed84ebefb Version 1.2.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1697753 13f79535-47bb-0310-9956-ffa450edef68
2015-08-25 18:27:44 +00:00
Gary D. Gregory d641efa501 Version 1.2.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1697752 13f79535-47bb-0310-9956-ffa450edef68
2015-08-25 18:27:05 +00:00
Gary D. Gregory 7dbb8d4576 Typos.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1697751 13f79535-47bb-0310-9956-ffa450edef68
2015-08-25 18:22:30 +00:00
Gary D. Gregory 816abc0d04 Update POM version from 1.2-SNAPSHOT to 1.3-SNAPSHOT.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1697565 13f79535-47bb-0310-9956-ffa450edef68
2015-08-25 06:11:47 +00:00
Gary D. Gregory b230a6f56c Move the assembly folder to its standard location.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1697091 13f79535-47bb-0310-9956-ffa450edef68
2015-08-22 15:12:56 +00:00
Gary D. Gregory c666612f89 Prepare release 1.2.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1696724 13f79535-47bb-0310-9956-ffa450edef68
2015-08-20 08:30:26 +00:00
Gary D. Gregory 423ec31e57 findbugs-maven-plugin 3.0.1 -> 3.0.2.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1696107 13f79535-47bb-0310-9956-ffa450edef68
2015-08-15 23:09:55 +00:00
Gary D. Gregory c5544fc01f Preparing release 1.2-RC1.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1695204 13f79535-47bb-0310-9956-ffa450edef68
2015-08-11 03:44:31 +00:00
Gary D. Gregory ae396f2d8b Preparing release 1.2-RC1.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1695195 13f79535-47bb-0310-9956-ffa450edef68
2015-08-11 02:28:53 +00:00
Gary D. Gregory f5d6d1963b Preparing release 1.2-RC1.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1695194 13f79535-47bb-0310-9956-ffa450edef68
2015-08-11 02:28:31 +00:00
Gary D. Gregory 80d9acdb32 Preparing release 1.2-RC1.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1695193 13f79535-47bb-0310-9956-ffa450edef68
2015-08-11 02:28:11 +00:00
Gary D. Gregory cb3f7d7584 Preparing release 1.2-RC1.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1695192 13f79535-47bb-0310-9956-ffa450edef68
2015-08-11 02:22:41 +00:00
Gary D. Gregory d402786f14 Fix Javadoc @see's.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1695190 13f79535-47bb-0310-9956-ffa450edef68
2015-08-11 02:14:33 +00:00
Gary D. Gregory aa0fbb01a0 [CSV-157] Add enum CSVFormat.Predefined that contains the default CSVFormat values.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1695179 13f79535-47bb-0310-9956-ffa450edef68
2015-08-10 22:47:30 +00:00
Gary D. Gregory fd3a9862bd [CSV-157] Add enum CSVFormat.Predefined that contains the default CSVFormat values.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1695178 13f79535-47bb-0310-9956-ffa450edef68
2015-08-10 22:11:24 +00:00
Gary D. Gregory 4ab1b69cc0 Next version will have new APIs, so we will go from 1.1 to 1.2.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1695171 13f79535-47bb-0310-9956-ffa450edef68
2015-08-10 21:32:35 +00:00
Gary D. Gregory 6d5611f793 Use final.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1695167 13f79535-47bb-0310-9956-ffa450edef68
2015-08-10 21:08:58 +00:00
Gary D. Gregory 0e91beab00 Sort 1 method.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1695166 13f79535-47bb-0310-9956-ffa450edef68
2015-08-10 21:08:28 +00:00
Gary D. Gregory 224d30746c [CSV-156] Incorrect Javadoc on QuoteMode.NONE.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1694977 13f79535-47bb-0310-9956-ffa450edef68
2015-08-10 07:05:58 +00:00
Gary D. Gregory cd8799e7b2 Javadoc minor tweak.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1694973 13f79535-47bb-0310-9956-ffa450edef68
2015-08-10 06:58:10 +00:00
Gary D. Gregory 39cb68ab35 commons-lang3 3.2.1 -> 3.4.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1694972 13f79535-47bb-0310-9956-ffa450edef68
2015-08-10 06:56:07 +00:00
Gary D. Gregory d3808e3a6c maven-antrun-plugin 1.7 -> 1.8.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1694971 13f79535-47bb-0310-9956-ffa450edef68
2015-08-10 06:55:02 +00:00
Gary D. Gregory 62b677579f findbugs-maven-plugin 3.0.0 -> 3.0.1.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1694970 13f79535-47bb-0310-9956-ffa450edef68
2015-08-10 06:54:36 +00:00
Gary D. Gregory 023480a4c6 maven-pmd-plugin 3.2 -> 3.5.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1694969 13f79535-47bb-0310-9956-ffa450edef68
2015-08-10 06:54:13 +00:00
Gary D. Gregory 159abab3c1 maven-checkstyle-plugin 2.13 -> 2.16.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1694968 13f79535-47bb-0310-9956-ffa450edef68
2015-08-10 06:53:24 +00:00
Gary D. Gregory ea21e49fbc commons-parent 35 -> 38.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1694966 13f79535-47bb-0310-9956-ffa450edef68
2015-08-10 06:52:17 +00:00
Gary D. Gregory 923b96f141 Better way to deal with alt CSV jar.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1694965 13f79535-47bb-0310-9956-ffa450edef68
2015-08-10 06:51:39 +00:00
Benedikt Ritter be917c6664 SCM connection should point to trunk
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1674633 13f79535-47bb-0310-9956-ffa450edef68
2015-04-19 15:57:54 +00:00
Sebastian Bazley 3faabbfc3a CGI must be svn:executable *
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1662057 13f79535-47bb-0310-9956-ffa450edef68
2015-02-24 17:42:30 +00:00