Commit Graph

1144 Commits

Author SHA1 Message Date
Gary Gregory 6dffab166a See if Travis can pick up parent POM SNAPSHOT to validate the parent
profile.
2016-11-25 21:16:19 -08:00
Gary Gregory 013dd9d507 GroupId is duplicate of parent groupId. 2016-11-25 21:12:53 -08:00
Gary Gregory 74d1140f6f Use Jacoco instead per config file. 2016-11-25 21:11:57 -08:00
Gary Gregory 3a8b73577e commons-parent 40 -> 41. 2016-11-25 21:07:07 -08:00
Gary Gregory acea0dae68 Add badges. 2016-11-18 20:34:41 -08:00
Gary Gregory fbc11c2e3a Add starter TravisCI configuration.
Will pick up Travis profile from new parent module when released.
2016-11-16 15:54:31 -08:00
Gary Gregory 1c7a9910be [CSV-201] Do not use RuntimeException in CSVParser.iterator().new
Iterator() {...}.getNextRecord(). Use an IllegalStateException instead
(KISS for now, no need for a custom exception)
2016-10-25 13:59:32 -07:00
Gary Gregory b2a50d4a3a Remove unused import. 2016-08-23 14:42:26 -07:00
Gary Gregory b5de127552 Remove unused import. 2016-08-23 14:42:06 -07:00
Gary Gregory f7328ef02c org.apache.commons.csv.CSVFormat.print(Path, Charset) should use NIO and
not convert the Path to a File.
2016-08-23 14:40:49 -07:00
Gary Gregory 5e9d2240ad CSVParser.parse(Path, Charset, CSVFormat) should use NIO and not convert
the Path to a File.
2016-08-23 14:38:25 -07:00
Gary Gregory 95bc1807be [CSV-194] Fix outdated comments about FileReader in CSVParser #13.
Update changes.xml.
2016-08-23 14:35:33 -07:00
Gary Gregory 6e64bec175 Fix Javadoc for org.apache.commons.csv.CSVParser.parse(File, Charset,
CSVFormat). GitHub PR #13.
2016-08-23 14:30:03 -07:00
Gary Gregory f05b653d08 Fix Javadoc for org.apache.commons.csv.CSVParser.parse(Path, Charset,
CSVFormat). GitHub PR #13.
2016-08-23 14:29:37 -07:00
Gary Gregory 5f14d16a66 [CSV-193] Fix incorrect method name 'withFirstRowAsHeader' in user
guide.</action>
2016-08-11 15:30:39 -07:00
Gary Gregory fa437cb924 Add testRfc4180QuoteSingleChar(). 2016-07-31 00:29:29 -07:00
Gary Gregory 190390bf5d [CSV-171] Negative numeric values in the first column are always quoted
in minimal mode.
2016-07-31 00:21:35 -07:00
Gary Gregory 1023690dc2 Break up testEscapeBackslash() method into individual tests. 2016-07-30 23:42:51 -07:00
Gary Gregory d067c3ffe6 Remove extra blank line. 2016-07-30 23:37:32 -07:00
Gary Gregory 0c3bf8266d Add testPrintOnePositiveInteger(). 2016-07-30 16:36:49 -07:00
Gary Gregory 47d11b853f Sort method. 2016-07-30 16:33:47 -07:00
Gary Gregory a9b0be192d Javadocs. 2016-07-30 16:26:10 -07:00
Gary Gregory a318a437a2 [CSV-192] Add convenience API CSVParser.parse(Path, Charset, CSVFormat).
Adjust API to be Charset-based instead of String (charset name), just
like it says in the Jira title.
2016-07-30 16:25:48 -07:00
Gary Gregory 86ef75f808 [CSV-192] Add convenience API CSVParser.parse(Path, Charset, CSVFormat).
Adjust API to be Charset-based instead of String (charset name), just
like it says in the Jira title.
2016-07-30 16:24:12 -07:00
Gary Gregory 6780f0d96c Remove unused import. 2016-07-30 11:23:32 -07:00
Gary Gregory bb316857d3 Javadocs. 2016-07-30 11:23:02 -07:00
Gary Gregory 59e1f7941f Add @SuppressWarnings. 2016-07-30 11:19:23 -07:00
Gary Gregory 9b37b1eb1f [CSV-192] Add convenience API CSVParser.parse(Path, Charset, CSVFormat) 2016-07-30 11:16:31 -07:00
Gary Gregory 81f24008c6 Add missing JIRA IDs. 2016-07-30 11:08:34 -07:00
Gary Gregory d6278c817a Sort static methods. 2016-07-30 11:02:55 -07:00
Gary Gregory 67e7c55095 Javadocs. 2016-07-30 11:00:53 -07:00
Gary Gregory b0b36b2267 Javadocs. 2016-07-30 10:59:34 -07:00
Gary Gregory ac46f73b25 [CSV-189] CSVParser: Add factory method accepting InputStream. 2016-07-30 10:57:13 -07:00
Gary Gregory 0d7c984c63 Ignore Eclipse files and folders. 2016-07-30 08:15:58 -07:00
Benedikt Ritter 96563ca5a7 Add maven files to .gitignore 2016-07-10 21:36:36 +02:00
Benedikt Ritter 753dda04c8 Document change of SCM location 2016-07-10 21:33:02 +02:00
Gary D. Gregory 3c7ec1feba Remove unused import.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1750735 13f79535-47bb-0310-9956-ffa450edef68
2016-06-30 00:13:53 +00:00
Gary D. Gregory 56b448111f Fix comment.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1748431 13f79535-47bb-0310-9956-ffa450edef68
2016-06-14 15:30:43 +00:00
Gary D. Gregory e2bbfcc6d3 Add convenience API CSVFormat.print(Path, Charset) (JIRA is down ATM).
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1748349 13f79535-47bb-0310-9956-ffa450edef68
2016-06-14 06:00:15 +00:00
Gary D. Gregory eb5c332a72 Add convenience API CSVFormat.print(File, Charset) (JIRA is down ATM).
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1748347 13f79535-47bb-0310-9956-ffa450edef68
2016-06-14 05:53:32 +00:00
Gary D. Gregory 8c4551b5e3 Next release is 1.5.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1748097 13f79535-47bb-0310-9956-ffa450edef68
2016-06-13 06:59:33 +00:00
Gary D. Gregory 05fc4d1018 Use final.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1748096 13f79535-47bb-0310-9956-ffa450edef68
2016-06-13 06:58:34 +00:00
Gary D. Gregory 275a8431e0 Use Java 7 method instead of Apache Commons Lang 3.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1748095 13f79535-47bb-0310-9956-ffa450edef68
2016-06-13 06:57:56 +00:00
Gary D. Gregory 9daee9042c Use try-with-resources.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1748094 13f79535-47bb-0310-9956-ffa450edef68
2016-06-13 06:56:49 +00:00
Gary D. Gregory ed6adc706e Use generics diamonds.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1748079 13f79535-47bb-0310-9956-ffa450edef68
2016-06-13 02:29:53 +00:00
Gary D. Gregory 285978743f [CSV-187] Update platform requirement from Java 6 to 7.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1748078 13f79535-47bb-0310-9956-ffa450edef68
2016-06-13 02:28:47 +00:00
Gary D. Gregory 70b782d6df Add tests for CSVFormat.equals for null quotes. Closes #12.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1747331 13f79535-47bb-0310-9956-ffa450edef68
2016-06-08 00:48:45 +00:00
Gary D. Gregory b97cf1d6e1 Update for 1.4.1.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1745966 13f79535-47bb-0310-9956-ffa450edef68
2016-05-29 03:01:12 +00:00
Gary D. Gregory 948af4cbc8 1.4-SNAPSHOT -> 1.4.1-SNAPSHOT.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1745962 13f79535-47bb-0310-9956-ffa450edef68
2016-05-29 02:17:28 +00:00
Gary D. Gregory aa4e77ce03 [CSV-183] Drop ferc.gov tests.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1745417 13f79535-47bb-0310-9956-ffa450edef68
2016-05-25 02:40:01 +00:00