Commit Graph

1336 Commits

Author SHA1 Message Date
Gary D. Gregory 5924943c57 Add missing entries in CSVFormat list.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1745259 13f79535-47bb-0310-9956-ffa450edef68
2016-05-23 20:25:15 +00:00
Gary D. Gregory fe7aadf9f1 Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1745258 13f79535-47bb-0310-9956-ffa450edef68
2016-05-23 20:24:33 +00:00
Gary D. Gregory 4321c08c21 Use the active voice.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1745257 13f79535-47bb-0310-9956-ffa450edef68
2016-05-23 20:18:35 +00:00
Gary D. Gregory 9f9a8b7370 Order list in AB order.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1745256 13f79535-47bb-0310-9956-ffa450edef68
2016-05-23 20:17:13 +00:00
Gary D. Gregory 5db2ae83d1 Update how we present ferc.gov sample files per discussion on the ML for releasing 1.4-RC1.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1745238 13f79535-47bb-0310-9956-ffa450edef68
2016-05-23 17:48:54 +00:00
Gary D. Gregory a99b012458 Prepare for 1.4 release.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1745103 13f79535-47bb-0310-9956-ffa450edef68
2016-05-23 01:56:18 +00:00
Gary D. Gregory ebd0f5e5c7 Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1745011 13f79535-47bb-0310-9956-ffa450edef68
2016-05-22 05:22:22 +00:00
Gary D. Gregory d6f7e20257 Prepare for version 1.4.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1744866 13f79535-47bb-0310-9956-ffa450edef68
2016-05-21 07:26:22 +00:00
Gary D. Gregory 0e6500e638 Prepare for version 1.4.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1744865 13f79535-47bb-0310-9956-ffa450edef68
2016-05-21 07:24:49 +00:00
Gary D. Gregory ff6c6449b4 Prepare for version 1.4.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1744861 13f79535-47bb-0310-9956-ffa450edef68
2016-05-21 07:16:49 +00:00
Gary D. Gregory a48c250680 Version 1.4 Release Notes.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1744859 13f79535-47bb-0310-9956-ffa450edef68
2016-05-21 07:15:19 +00:00
Gary D. Gregory 98e0f91b13 Version 1.4 Release Notes.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1744858 13f79535-47bb-0310-9956-ffa450edef68
2016-05-21 07:13:23 +00:00
Gary D. Gregory 4711c16a90 Update an issue type.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1744857 13f79535-47bb-0310-9956-ffa450edef68
2016-05-21 07:12:38 +00:00
Gary D. Gregory a8be319ec8 Fix Java version.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1744855 13f79535-47bb-0310-9956-ffa450edef68
2016-05-21 07:11:07 +00:00
Gary D. Gregory bad8061043 Add final modifier to local variables.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1743530 13f79535-47bb-0310-9956-ffa450edef68
2016-05-12 17:02:27 +00:00
Gary D. Gregory 71c209fdce Add final modifier to method parameters.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1743529 13f79535-47bb-0310-9956-ffa450edef68
2016-05-12 17:02:05 +00:00
Gary D. Gregory 3c7019fe53 The declared exception IOException is not actually thrown by the method testMySqlNullStringDefault() from type CSVPrinterTest.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1743528 13f79535-47bb-0310-9956-ffa450edef68
2016-05-12 16:59:59 +00:00
Gary D. Gregory b033db6a21 Reuse constant instead of magic char.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1743434 13f79535-47bb-0310-9956-ffa450edef68
2016-05-11 21:32:00 +00:00
Gary D. Gregory 88d6162cde Reuse constant instead of magic char.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1743432 13f79535-47bb-0310-9956-ffa450edef68
2016-05-11 21:11:32 +00:00
Gary D. Gregory 8a526c0ab5 Useless parentheses.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1743431 13f79535-47bb-0310-9956-ffa450edef68
2016-05-11 21:10:38 +00:00
Gary D. Gregory 4a6af45908 [CSV-182] Allow some printing operations directly from CSVFormat. Adds APIs to CSVFormat so update version from 1.3.1-SNAPSHOT to 1.4-SNAPHOT a la semver. This commit refactors a small bit of guts code from CSVPrinter to CSVFormat.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1743430 13f79535-47bb-0310-9956-ffa450edef68
2016-05-11 21:09:48 +00:00
Benedikt Ritter 21cb8b4750 Remove obsolete dots
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1743162 13f79535-47bb-0310-9956-ffa450edef68
2016-05-10 12:05:01 +00:00
Benedikt Ritter d2a7ecd41f Better formatting of JavaDoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1743160 13f79535-47bb-0310-9956-ffa450edef68
2016-05-10 12:03:50 +00:00
Benedikt Ritter 7310e5c61e Document release 1.3 for github contributors
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1743018 13f79535-47bb-0310-9956-ffa450edef68
2016-05-09 18:10:27 +00:00
Benedikt Ritter ffb3c493ec Fix incorrect link names in main navigation
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1743012 13f79535-47bb-0310-9956-ffa450edef68
2016-05-09 17:24:04 +00:00
Benedikt Ritter a351eeae87 Note release date of release 1.3 in changes.xml
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1743010 13f79535-47bb-0310-9956-ffa450edef68
2016-05-09 17:21:14 +00:00
Benedikt Ritter 8a79e7480c Bump development version after release 1.3
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1743008 13f79535-47bb-0310-9956-ffa450edef68
2016-05-09 17:19:40 +00:00
Gary D. Gregory b502c5a20d Sort 1 method into place.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1742957 13f79535-47bb-0310-9956-ffa450edef68
2016-05-09 14:23:57 +00:00
Gary D. Gregory 8b24cd1fb0 [CSV-181] Make CSVPrinter.print(Object) GC-free.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1742895 13f79535-47bb-0310-9956-ffa450edef68
2016-05-09 08:49:57 +00:00
Benedikt Ritter 7688fbc3f9 Update site navigation for release 1.3
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1742507 13f79535-47bb-0310-9956-ffa450edef68
2016-05-06 07:10:44 +00:00
Benedikt Ritter b322e2f2db Sort methods in alphabetic order
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1742506 13f79535-47bb-0310-9956-ffa450edef68
2016-05-06 07:07:43 +00:00
Benedikt Ritter 5c13854986 Add missing since tags
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1742505 13f79535-47bb-0310-9956-ffa450edef68
2016-05-06 07:06:40 +00:00
Benedikt Ritter 0bbc5be89c Prepare release 1.3
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1742504 13f79535-47bb-0310-9956-ffa450edef68
2016-05-06 07:02:25 +00:00
Benedikt Ritter ffb70548fe PMD: Remove useless parentheses
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1742468 13f79535-47bb-0310-9956-ffa450edef68
2016-05-05 20:02:35 +00:00
Benedikt Ritter 4e8c781b23 PMD: Remove useless parentheses
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1742467 13f79535-47bb-0310-9956-ffa450edef68
2016-05-05 20:00:16 +00:00
Benedikt Ritter cf1460b21e Simplify boolean expression: emptyHeader will always be true when reached.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1742466 13f79535-47bb-0310-9956-ffa450edef68
2016-05-05 19:55:37 +00:00
Benedikt Ritter 4901f1ccdc Checkstyle: Operator should be on the previous line
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1742464 13f79535-47bb-0310-9956-ffa450edef68
2016-05-05 19:52:09 +00:00
Benedikt Ritter d9d6a8fe04 Make parameters final
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1742462 13f79535-47bb-0310-9956-ffa450edef68
2016-05-05 19:49:32 +00:00
Benedikt Ritter 562b277bee Checkstyle: Line is too long
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1742461 13f79535-47bb-0310-9956-ffa450edef68
2016-05-05 19:48:41 +00:00
Benedikt Ritter 3568bba22f Checkstyle: Line has trailing spaces
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1742459 13f79535-47bb-0310-9956-ffa450edef68
2016-05-05 19:43:57 +00:00
Benedikt Ritter da77daf160 Add test CSV file for issue CSV-167 to RAT ignore (like all the other test CSV files)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1742427 13f79535-47bb-0310-9956-ffa450edef68
2016-05-05 12:48:51 +00:00
Benedikt Ritter 554af4bc5c Access test data using the classloader instead of defining a file handle
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1742426 13f79535-47bb-0310-9956-ffa450edef68
2016-05-05 12:25:57 +00:00
Benedikt Ritter f99b7e7cba Add missing license header
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1742419 13f79535-47bb-0310-9956-ffa450edef68
2016-05-05 12:14:30 +00:00
Benedikt Ritter 357562ba86 New structure for the user guide using subsections. More documentation on how to define headers.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1742415 13f79535-47bb-0310-9956-ffa450edef68
2016-05-05 12:01:49 +00:00
Benedikt Ritter 3a3b4836e3 Drop senseless assertion
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1742178 13f79535-47bb-0310-9956-ffa450edef68
2016-05-03 18:54:13 +00:00
Benedikt Ritter 42afea88a1 Organize imports, don't use wildcard imports
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1742177 13f79535-47bb-0310-9956-ffa450edef68
2016-05-03 18:53:21 +00:00
Benedikt Ritter b6f0655a71 CSV-179: Add shortcut method for using first record as header to CSVFormat
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1742175 13f79535-47bb-0310-9956-ffa450edef68
2016-05-03 18:43:33 +00:00
Benedikt Ritter 1813f2663d Add missing @since tag
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1742174 13f79535-47bb-0310-9956-ffa450edef68
2016-05-03 18:33:36 +00:00
Benedikt Ritter 9ab47dc56b Move tests for specific issues to own package
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1742173 13f79535-47bb-0310-9956-ffa450edef68
2016-05-03 18:28:54 +00:00
Benedikt Ritter 20eac694a0 Delegate to withHeader(String[]) instead of calling the long constructor directly
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1742170 13f79535-47bb-0310-9956-ffa450edef68
2016-05-03 18:24:22 +00:00