1733 Commits

Author SHA1 Message Date
Sigee
9de89e1b19 Fix parameter's descriptions 2024-08-21 12:47:47 +02:00
Gary Gregory
3b33668b11
Bump org.apache.commons:commons-parent from 72 to 73 #465 2024-08-18 10:49:09 -04:00
Gary Gregory
ce7666b3c3
Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.16.0 #459 2024-08-07 14:48:35 -04:00
Gary Gregory
7af3bdfb1d
Bump org.hamcrest:hamcrest from 2.2 to 3.0 #455 2024-08-02 08:47:48 -04:00
Gary Gregory
58bdedb16b Remove trailing whitespace 2024-07-29 23:01:26 -04:00
Gary Gregory
b240dec234 Use Javadoc @code 2024-07-29 16:59:54 -04:00
Gary Gregory
126094a9f7 Use Javadoc @code 2024-07-29 16:36:53 -04:00
Gary Gregory
1f3307b2bf
Bump org.apache.commons:commons-parent from 71 to 72 #452 2024-07-26 09:35:46 -04:00
Gary Gregory
618a20f777 Javadoc
Use HTML 'em' tag instead of 'i' tag
2024-07-21 11:27:47 -04:00
Gary Gregory
cbc8b6fe95
Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0 #450 2024-07-17 18:37:36 -04:00
Gary Gregory
b714f38da4
Bump commons-codec:commons-codec from 1.17.0 to 1.17.1 #449 2024-07-15 22:47:02 -04:00
Gary Gregory
2700513c0f Unnecessary @SuppressWarnings("resource") 2024-07-15 14:51:23 -04:00
Gary Gregory
4ed1eb4b34
Migrate CSVFormat#print(File, Charset) to NIO #445 2024-07-11 14:48:09 -04:00
Gary Gregory
a4980da8ee
Merge pull request #445 from sigee/use-nio
Use NIO instead of old IO.
2024-07-11 14:46:34 -04:00
Gary Gregory
77e1f516ce
Extract duplicated code into a method #444 2024-07-11 11:41:06 -04:00
Sigee
58849db64a Use NIO instead of old io. 2024-07-11 16:49:19 +02:00
Sigee
63da95a9d9 Extract duplicated code into a method 2024-07-11 11:38:20 +02:00
Sebb
0ed6d4854d Document explicit (un)boxing 2024-07-09 22:48:52 +01:00
Sebb
19eb70c868 Document explicit (un)boxing 2024-07-09 22:48:01 +01:00
Gary Gregory
0e79eac357 Uppercase acronym 2024-07-09 08:17:38 -04:00
Gary Gregory
e835cb2de9 Remove redundant keywords 2024-07-09 08:05:38 -04:00
Gary Gregory
ab37149709 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-csv.git 2024-07-09 08:00:51 -04:00
Gary Gregory
de8c231e0c Fix some Javadoc links like #442
This commit uses the idea of the PR but not its implementation
2024-07-09 08:00:43 -04:00
Gary Gregory
a1cde7e86a
Bump org.codehaus.mojo:taglist-maven-plugin from 3.0.0 to 3.1.0 #441 2024-07-05 09:54:47 -04:00
Gary Gregory
defb756331 Javadoc 2024-06-18 09:14:46 -04:00
Gary Gregory
64ed5a8c0e
Bump org.apache.commons:commons-parent from 70 to 71 #435 2024-06-11 13:36:23 -04:00
Gary Gregory
f0a90dafe1 Use Objects.toString() 2024-06-11 10:43:34 -04:00
Gary Gregory
a36d5bcbb1 Bump commons-parent from 69 to 70
Fix PMD issues for port to PMD 7.1.0
2024-05-22 09:43:28 -04:00
Gary Gregory
a72bbe622e Add Checkstyle rules 2024-05-04 15:43:26 -04:00
Gary Gregory
23a264e311 Use Checkstyle WhitespaceAfter 2024-05-04 15:34:10 -04:00
Gary Gregory
857f71f5de
Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 #422 2024-05-03 08:52:53 -04:00
Gary Gregory
89b4fbd8a0 Add section for the next release 2024-05-02 18:06:18 -04:00
Gary Gregory
89cbc7bb3f Prepare for the next release candidate 2024-04-28 22:03:29 +00:00
Gary Gregory
447682ec4a Match version to POM 2024-04-28 17:52:34 -04:00
Gary Gregory
834540e7a5
Bump commons-io:commons-io from 2.16.0 to 2.16.1 #413 2024-04-08 13:24:41 -04:00
Gary Gregory
b927099817 Fix Javadoc warning 2024-04-06 08:44:11 -04:00
Gary Gregory
8a8c913a10 User ternary expression 2024-04-06 08:42:49 -04:00
Gary Gregory
46f5fef4f4 Lexer is never null 2024-04-06 08:38:15 -04:00
Gary Gregory
b797c6daaa Better local name 2024-04-06 08:38:05 -04:00
Gary Gregory
dd5f756822 Only need this in ctor 2024-04-06 08:37:40 -04:00
Gary Gregory
70c9418e71 Convert new test into a proper JUnit test 2024-04-06 08:27:37 -04:00
Gary Gregory
4224a3289c Whitespace 2024-04-06 08:22:42 -04:00
Gary Gregory
4e3262b855 Always use blocks
Use final
2024-04-06 08:18:46 -04:00
Gary Gregory
bdd72a271b Sort members 2024-04-06 08:17:08 -04:00
Gary Gregory
333f06b2b5
MongoDB CSV empty first column parsing fix #412 2024-04-06 08:15:54 -04:00
Gary Gregory
5770cc07e3
Merge pull request #412 from ikfid/mongo_db_csv_empty_first_column
MongoDB CSV empty first column parsing fix
2024-04-06 08:14:49 -04:00
Gary Gregory
cf1e392f85 Javadoc 2024-04-05 18:08:46 -04:00
Igor Kamyshnikov
df7c340e7b better test - comparing printer input and parser output 2024-04-05 20:27:43 +01:00
Igor Kamyshnikov
8f98cf634e MongoDBCsv empty first column parsing fix 2024-04-05 17:59:01 +01:00
Gary Gregory
94523a1837
Bump org.apache.commons:commons-parent from 67 to 69 #410 2024-04-01 14:12:40 -04:00