Commit Graph

2169 Commits

Author SHA1 Message Date
gbidsilva 76d5a65348 fixing imports 2023-09-01 09:59:23 +05:30
gbidsilva 4b1d09a490 breaking the PR into to two parts by removing the new method 2023-09-01 09:55:58 +05:30
gbidsilva 2f44a6b399 removing unwanted assert 2023-08-31 19:46:16 +05:30
gbidsilva 76ee73d7e4 fixing code review changes 2023-08-31 19:38:32 +05:30
gbidsilva 2448f4fbe4 adding code review typo fixes 2023-08-31 18:45:18 +05:30
gbidsilva ae8c0cd5c3 removing last parsed content from exception message, instead making respective method public 2023-08-31 18:33:35 +05:30
gbidsilva 9c50c7b49f Aligning error messages to be align with master branch 2023-08-30 19:28:32 +05:30
Buddhi De Silva 156f1f5071
Merge branch 'apache:master' into CSV-147 2023-08-30 19:23:35 +05:30
gbidsilva e60b8aca83 changing the message 2023-08-30 19:21:31 +05:30
Gary Gregory 710459843c Bump commons-parent from 60 to 61 2023-08-30 09:16:49 -04:00
Gary Gregory e613a3cc1b Javadoc 2023-08-30 09:12:10 -04:00
Gary Gregory 386e6e7cc1
Javadoc 2023-08-30 09:09:27 -04:00
Gary Gregory 4e0b0fb8a5
Javadoc 2023-08-30 09:08:38 -04:00
Gary Gregory b55e022d0e
Javadoc 2023-08-30 09:07:57 -04:00
Gary Gregory ecb056fd77
Javadoc 2023-08-30 09:07:23 -04:00
Gary Gregory aa7fd80838 Javadoc 2023-08-30 09:02:22 -04:00
Gary Gregory 346e217559
Javadoc 2023-08-30 09:00:53 -04:00
Gary Gregory d103cba8b5
Javadoc 2023-08-30 08:59:04 -04:00
Gary Gregory 2ce1fbb0c8
Javadoc 2023-08-30 08:57:11 -04:00
Gary Gregory 83760258af
Javadoc 2023-08-30 08:54:59 -04:00
Gary Gregory 00738efb0d
Javadoc 2023-08-30 08:44:39 -04:00
Gary Gregory 1492c7465f
Update exception message in CSVRecord#getNextRecord() #348 2023-08-30 08:42:23 -04:00
Gary Gregory 008269a7ea
Merge pull request #348 from gbidsilva/errorMessageFix
Error message fix
2023-08-30 08:39:57 -04:00
Gary Gregory dbc418b9e7
Update CSVParser.java 2023-08-30 08:36:48 -04:00
gbidsilva eaba341535 removing unwanted files 2023-08-30 17:08:12 +05:30
gbidsilva 9bde99040e removing duplicated exception class name from error message 2023-08-30 17:04:54 +05:30
gbidsilva f0391ea0d3 formatting changes 2023-08-30 13:30:40 +05:30
gbidsilva b4abb0155e Merge branch 'CSV-147' of https://github.com/gbidsilva/commons-csv-osc into CSV-147 2023-08-30 13:27:05 +05:30
gbidsilva 991763f52c removing test file 2023-08-30 13:26:47 +05:30
Buddhi De Silva 1e8014b276
Merge branch 'apache:master' into CSV-147 2023-08-30 13:22:37 +05:30
gbidsilva 72ed67b29d adding more details into the error message during the CSV parser issues 2023-08-30 13:21:53 +05:30
Gary Gregory 87529dea16 Javadoc 2023-08-26 08:06:55 -04:00
Gary Gregory 47ff95dbfc [CSV-306][Javadoc] Add example to CSVFormat#setHeaderComments() #344 2023-08-25 10:11:06 -04:00
Gary Gregory 192b7f8dd2 Reset commons.rc.version 2023-08-25 09:45:28 -04:00
Gary Gregory d48f72e013 Move Checkstyle to the end of the default goal list 2023-08-25 09:43:47 -04:00
Gary Gregory 34aa41db55 Better description 2023-08-25 09:40:49 -04:00
Gary Gregory 5248168f59 Bump commons-parent from 59 to 60 2023-08-25 09:40:38 -04:00
Gary Gregory 852e892563 [Javadoc] Add example to CSVFormat#setHeaderComments() #344 2023-08-25 09:37:45 -04:00
Gary Gregory 082827ceef
Merge pull request #344 from gbidsilva/javaDocOptimization
[Javadoc] CSVFormat#setHeaderComments()
2023-08-25 09:35:59 -04:00
Gary Gregory f1294a7a65
Fix copy pasta 2023-08-25 09:30:17 -04:00
Gary Gregory a192e18471
Remove trailing whitespace 2023-08-25 09:29:00 -04:00
Gary Gregory a8500ed54d
Fix grammar and errors
The example for the String[] API was wrong, it should pass only Strings, not a String and an Instant.
2023-08-25 09:23:13 -04:00
Gary Gregory f4df552927
JAvadoc: Fix some grammar 2023-08-25 09:06:17 -04:00
Gary Gregory 6fb2b6e085
Merge pull request #345 from apache/dependabot/github_actions/actions/checkout-3.6.0
Bump actions/checkout from 3.5.3 to 3.6.0
2023-08-25 08:56:24 -04:00
dependabot[bot] cd8905a32e
Bump actions/checkout from 3.5.3 to 3.6.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](c85c95e3d7...f43a0e5ff2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-25 12:07:08 +00:00
gbidsilva 7b47b987e2 adding removed empty lines as originnaly present 2023-08-25 17:32:11 +05:30
gbidsilva 9fd815e442 removing mistakenly add block comment 2023-08-25 17:27:48 +05:30
gbidsilva 72dc36be77 changing the comment with template to be more meaningful 2023-08-25 17:22:37 +05:30
gbidsilva e1f8da16d7 adding test file 2023-08-25 16:54:30 +05:30
Gary Gregory e785c00f16 Javadoc 2023-08-25 07:14:35 -04:00