Commit Graph

967 Commits

Author SHA1 Message Date
Gary D. Gregory a1b02779ae No need to set BOTH the checkstyle.header.file property AND the headerLocation configuration for Checkstyle license header.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1635149 13f79535-47bb-0310-9956-ffa450edef68
2014-10-29 14:33:16 +00:00
Gary D. Gregory 016cc839d2 Checkstyle: line length.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1635147 13f79535-47bb-0310-9956-ffa450edef68
2014-10-29 14:31:37 +00:00
Gary D. Gregory 6a38923b7b Checkstyle: Line has trailing spaces.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1635146 13f79535-47bb-0310-9956-ffa450edef68
2014-10-29 14:31:07 +00:00
Gary D. Gregory 152ce04925 Checkstyle: line length.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1635145 13f79535-47bb-0310-9956-ffa450edef68
2014-10-29 14:29:45 +00:00
Gary D. Gregory 5605ef2545 Checkstyle: Line has trailing spaces.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1635141 13f79535-47bb-0310-9956-ffa450edef68
2014-10-29 14:17:34 +00:00
Gary D. Gregory 12389155b3 Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1635130 13f79535-47bb-0310-9956-ffa450edef68
2014-10-29 13:33:33 +00:00
Gary D. Gregory 770628d292 Add org.apache.commons.csv.CSVParser.CSVParser(Reader, CSVFormat, long, long) and remove new setters.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1635129 13f79535-47bb-0310-9956-ffa450edef68
2014-10-29 13:33:04 +00:00
Gary D. Gregory 04d59790be Javadoc 8 fix.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1635121 13f79535-47bb-0310-9956-ffa450edef68
2014-10-29 12:59:31 +00:00
Gary D. Gregory 4ff00a0139 Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1635120 13f79535-47bb-0310-9956-ffa450edef68
2014-10-29 12:59:08 +00:00
Gary D. Gregory 3abd9b380a No need to initialize values to defaults.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1635119 13f79535-47bb-0310-9956-ffa450edef68
2014-10-29 12:58:01 +00:00
Benedikt Ritter 28520d57d8 Use @Ignore instead of commenting out code.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1635065 13f79535-47bb-0310-9956-ffa450edef68
2014-10-29 07:56:01 +00:00
Gary D. Gregory e28e28e1f2 [CSV-131] Save positions of records to enable random access. The floor is open for code review and further discussion based on the comments in the Jira.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1635052 13f79535-47bb-0310-9956-ffa450edef68
2014-10-29 05:44:40 +00:00
Gary D. Gregory b466ec0ecd Update commons-parent from 34 to 35.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1635048 13f79535-47bb-0310-9956-ffa450edef68
2014-10-29 05:26:35 +00:00
Gary D. Gregory 717222f9c3 checkstyle.version 2.12.1 -> 2.13.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1635047 13f79535-47bb-0310-9956-ffa450edef68
2014-10-29 05:25:05 +00:00
Gary D. Gregory 3f720486a4 Update commons-parent from 34 to 35.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1635046 13f79535-47bb-0310-9956-ffa450edef68
2014-10-29 05:24:00 +00:00
Benedikt Ritter c7b5b4771b Further JavaDoc corrections
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1630582 13f79535-47bb-0310-9956-ffa450edef68
2014-10-09 20:07:19 +00:00
Benedikt Ritter ef39a01a22 Correct JavaDoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1630581 13f79535-47bb-0310-9956-ffa450edef68
2014-10-09 20:05:26 +00:00
Benedikt Ritter 487c19f04f Remove JavaDoc for parameter, since the documented method does not take parameters.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1630579 13f79535-47bb-0310-9956-ffa450edef68
2014-10-09 20:01:41 +00:00
Gary D. Gregory f2e3665185 Add missing @Override.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1625457 13f79535-47bb-0310-9956-ffa450edef68
2014-09-17 03:02:52 +00:00
Gary D. Gregory c609fb39e6 [CSV-131] Save positions of records to enable random access. 2nd commit for this new feature. Let the Lexer make the underlying reader's character position available through a new package private method.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1625456 13f79535-47bb-0310-9956-ffa450edef68
2014-09-17 03:02:22 +00:00
Gary D. Gregory 9e4e3dc379 [CSV-131] Save positions of records to enable random access. First commit for this new feature. Let the ExtendedBufferedReader track how many characters it has read so far.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1625455 13f79535-47bb-0310-9956-ffa450edef68
2014-09-17 02:57:46 +00:00
Brent Worden 2785c355aa revert tostring implementation
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1624273 13f79535-47bb-0310-9956-ffa450edef68
2014-09-11 12:56:17 +00:00
Brent Worden 704e1679d2 CSV-124 replace string concatenation with StringBuilder
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1624061 13f79535-47bb-0310-9956-ffa450edef68
2014-09-10 17:28:26 +00:00
Brent Worden b1668b41e5 CSV-124 update changes
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1624050 13f79535-47bb-0310-9956-ffa450edef68
2014-09-10 16:08:46 +00:00
Brent Worden 69cdb8a227 CSV-124 apply provided patch and update unit tests
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1624048 13f79535-47bb-0310-9956-ffa450edef68
2014-09-10 16:05:45 +00:00
Gary D. Gregory 581279310e [CSV-130] CSVFormat#withHeader doesn't work well with #printComment, add withHeaderComments(String...). Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1623987 13f79535-47bb-0310-9956-ffa450edef68
2014-09-10 12:50:47 +00:00
Gary D. Gregory e650b9d699 [CSV-130] CSVFormat#withHeader doesn't work well with #printComment, add withHeaderComments(String...). Adjust test for style.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1623985 13f79535-47bb-0310-9956-ffa450edef68
2014-09-10 12:49:53 +00:00
Gary D. Gregory a4f737108b [CSV-130] CSVFormat#withHeader doesn't work well with #printComment, add withHeaderComments(String...)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1623984 13f79535-47bb-0310-9956-ffa450edef68
2014-09-10 12:48:02 +00:00
Gary D. Gregory 807ddd164b [CSV-132] Incorrect Javadoc referencing org.apache.commons.csv.CSVFormat withQuote()
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1623971 13f79535-47bb-0310-9956-ffa450edef68
2014-09-10 11:33:46 +00:00
Gary D. Gregory cebbcc8b3c Revert history in the release notes.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1621154 13f79535-47bb-0310-9956-ffa450edef68
2014-08-28 15:38:33 +00:00
Gary D. Gregory fe514da465 [CSV-129] Add CSVFormat#with 0-arg methods matching boolean arg methods
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1621004 13f79535-47bb-0310-9956-ffa450edef68
2014-08-28 00:28:02 +00:00
Gary D. Gregory c81ad0328e [CSV-128] CSVFormat.EXCEL should ignore empty header names
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1620902 13f79535-47bb-0310-9956-ffa450edef68
2014-08-27 14:12:40 +00:00
Gary D. Gregory bc504117fc Keep a history of release notes.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1620901 13f79535-47bb-0310-9956-ffa450edef68
2014-08-27 14:07:52 +00:00
Gary D. Gregory 8867c0591f Fix compiler warning.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1620897 13f79535-47bb-0310-9956-ffa450edef68
2014-08-27 13:46:59 +00:00
Gary D. Gregory 2a318dcf33 Oops, back out one of the previous changes.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1620896 13f79535-47bb-0310-9956-ffa450edef68
2014-08-27 13:46:31 +00:00
Gary D. Gregory e2221de62a Fix compiler warnings.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1620893 13f79535-47bb-0310-9956-ffa450edef68
2014-08-27 13:41:31 +00:00
Benedikt Ritter 7399265250 Correct component name
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1619033 13f79535-47bb-0310-9956-ffa450edef68
2014-08-20 05:36:15 +00:00
Benedikt Ritter b892a78993 Update mailing list site
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1618098 13f79535-47bb-0310-9956-ffa450edef68
2014-08-15 05:32:29 +00:00
Benedikt Ritter 8ec4c9b85d Add README.md with some information to make the repo look nicer on github
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1618046 13f79535-47bb-0310-9956-ffa450edef68
2014-08-14 20:37:11 +00:00
Benedikt Ritter db622ffd73 Configure site build to exclude JavaDocs archive
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1618039 13f79535-47bb-0310-9956-ffa450edef68
2014-08-14 20:00:38 +00:00
Benedikt Ritter 53d8b4edc6 Document release 1.0
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1618032 13f79535-47bb-0310-9956-ffa450edef68
2014-08-14 19:52:14 +00:00
Benedikt Ritter d7c9dea912 Bump development version
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1618031 13f79535-47bb-0310-9956-ffa450edef68
2014-08-14 19:51:49 +00:00
Benedikt Ritter 91f72b2f2e Correct Java Language requirement in RELEASE-NOTES
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1617098 13f79535-47bb-0310-9956-ffa450edef68
2014-08-10 11:41:20 +00:00
Benedikt Ritter f08b5d61b0 Update to latest version of h2 in-memory database
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1617084 13f79535-47bb-0310-9956-ffa450edef68
2014-08-10 10:21:32 +00:00
Benedikt Ritter 040bbefb2c project tag has to be on a single line for maven release plugin to work
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1617081 13f79535-47bb-0310-9956-ffa450edef68
2014-08-10 09:56:49 +00:00
Benedikt Ritter f0b4fc5109 Fix JavaDoc problems
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1617076 13f79535-47bb-0310-9956-ffa450edef68
2014-08-10 09:23:01 +00:00
Benedikt Ritter 3c7be9458f Override jacoco version from commons parent to make the build work with java 8
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1617074 13f79535-47bb-0310-9956-ffa450edef68
2014-08-10 09:11:58 +00:00
Benedikt Ritter 3eec388ea5 Add missing bugfix to RELEASE-NOTES
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1617072 13f79535-47bb-0310-9956-ffa450edef68
2014-08-10 09:01:14 +00:00
Benedikt Ritter 07e215eef5 Add Java requirement to download page
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1617071 13f79535-47bb-0310-9956-ffa450edef68
2014-08-10 08:59:44 +00:00
Benedikt Ritter e729fdff4d Remove commented out code and add TODO for obscure code
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1617070 13f79535-47bb-0310-9956-ffa450edef68
2014-08-10 08:54:34 +00:00