Commit Graph

6864 Commits

Author SHA1 Message Date
Gary Gregory b0739b066a
Simplify condition #925 2022-07-21 09:53:57 -04:00
Bhimantoro Suryo Admodjo 72c8b73fa4
simplify conditions (#925)
Co-authored-by: bhimsur <bhimsur>
2022-07-21 09:52:27 -04:00
Gary Gregory 1311d6949a Refactor some internals 2022-07-21 09:15:02 -04:00
Gary Gregory ded8923582 Reuse getLength() 2022-07-21 09:04:18 -04:00
Gary Gregory 552fead535 Use ternary expressions
Remove redundant checks
2022-07-21 08:55:02 -04:00
Gary Gregory 3b38df4393 Use forEach() 2022-07-17 08:50:57 -04:00
Gary Gregory 143518b64a Sort members 2022-07-16 14:52:21 -04:00
Gary Gregory 9be39c4a7a Add Streams.of(Iterable<E>) 2022-07-16 14:44:06 -04:00
Gary Gregory 152b1777fd Rename new method 2022-07-16 11:14:44 -04:00
Gary Gregory e0818e3383 Type safety 2022-07-16 09:31:32 -04:00
Gary Gregory 0bee927193 Add Streams.of(Enumeration<E>) 2022-07-16 09:27:15 -04:00
Gary Gregory fc7d83bf84 Add since tag 2022-07-16 07:36:43 -04:00
Gary Gregory e18a744880 Bump actions/cache 3.0.4 to 3.0.5 2022-07-15 20:15:14 -04:00
Gary Gregory 261334e5ae
(doc) Fix typos in project documentations #923 2022-07-15 13:51:54 -04:00
Marc Wrobel 1774335e56
(doc) Fix typos in project documentations (#923) 2022-07-15 13:51:03 -04:00
Gary Gregory 7c68936044
Bump exec-maven-plugin from 3.0.0 to 3.1.0 #922 2022-07-15 13:47:33 -04:00
dependabot[bot] 4f5c9edbaf
Bump exec-maven-plugin from 3.0.0 to 3.1.0 (#922)
Bumps [exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
- [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/exec-maven-plugin-3.0.0...exec-maven-plugin-3.1.0)

---
updated-dependencies:
- dependency-name: org.codehaus.mojo:exec-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-15 13:46:39 -04:00
Gary Gregory 2c16052f94 Use forEach() 2022-07-15 10:31:16 -04:00
Gary Gregory 46b15a2ecb Rename method for next release. 2022-07-15 09:35:10 -04:00
Gary Gregory 9f0f3c838b Use forEach() 2022-07-15 09:21:09 -04:00
Gary Gregory 78ce2d79f2 More precise exceptions 2022-07-15 09:19:10 -04:00
Gary Gregory d6ec3655b1 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-lang.git 2022-07-15 08:38:06 -04:00
Gary Gregory 351df93276 Bump actions/cache 3.0.4 to 3.0.5 2022-07-15 08:37:57 -04:00
Gary Gregory 63cc351c73
(doc) Fix typos in javadoc and comments #920 2022-07-15 08:26:42 -04:00
Marc Wrobel d7889a8ffe
(doc) Fix typos in javadoc and comments (#920) 2022-07-15 08:25:29 -04:00
Gary Gregory 3ac6beab45 Use for-each loop 2022-07-09 08:53:12 -04:00
Gary Gregory 1c9673a218
Bump spotbugs-maven-plugin from 4.7.0.0 to 4.7.1.0 #919 2022-07-08 18:16:56 -04:00
dependabot[bot] 5fd77f4741
Bump spotbugs-maven-plugin from 4.7.0.0 to 4.7.1.0 (#919)
Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.7.0.0 to 4.7.1.0.
- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
- [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/spotbugs-maven-plugin-4.7.0.0...spotbugs-maven-plugin-4.7.1.0)

---
updated-dependencies:
- dependency-name: com.github.spotbugs:spotbugs-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-08 18:16:13 -04:00
Gary Gregory c8ebafd7bb Bump biz.aQute.bnd:biz.aQute.bndlib 6.2.0 to 6.3.1 2022-07-06 09:13:48 -04:00
Gary Gregory 8cacc3b338 Fix inline comments and sort members
Javadoc.
2022-07-05 19:37:14 -04:00
Gary Gregory 5f22e04514 [LANG-1662] Let ReflectionToStringBuilder only reflect given field
names #849

Applied PR and:
- Added missing @since tags to new public and protected methods and
fields
- Fixed Javadocs
- Reuse own ArrayUtils API for validation
- Move methods to AB order
2022-07-05 18:49:38 -04:00
Gary Gregory 57c17c42dd Inline some single-use local variables. 2022-07-05 16:20:55 -04:00
Gary Gregory dad064eebb Add ArrayUtils.oneHot(). 2022-07-05 14:11:54 -04:00
Gary Gregory 3c0ac0e87c All tests should leave the ToStringStyle registry empty. 2022-07-05 13:32:18 -04:00
Gary Gregory 1b051c97f7 Whitespace, Javadoc, tests are public. 2022-07-05 13:13:42 -04:00
Gary Gregory 5b68ea3579 Rename test and extend base test. 2022-07-05 13:12:40 -04:00
Gary Gregory c99cac3e3b Remove single use locval variable 2022-07-05 12:55:25 -04:00
Gary Gregory 1bf7d7ec12 All tests should leave the ToStringStyle registry empty. 2022-07-05 12:46:01 -04:00
Gary Gregory ae65d3b255 Javadoc and format nit 2022-07-05 12:10:08 -04:00
Gary Gregory f0a65f3ba8 Javadoc 2022-07-05 12:09:53 -04:00
Gary Gregory cbdb43f76a Format nits 2022-07-05 10:56:59 -04:00
Gary Gregory 7269354272 Group entries together for "Add SystemUtils.IS_JAVA_*" 2022-07-05 10:30:28 -04:00
Gary Gregory e5e8ba0906 Add SystemUtils.IS_JAVA_18 2022-07-05 10:29:51 -04:00
Gary Gregory 6001ae8a0c Add SystemUtils.IS_JAVA_17 2022-07-05 10:25:46 -04:00
Gary Gregory edbaebb4d1 Clean up inline comments 2022-07-05 10:16:48 -04:00
Gary Gregory 827f5c93df Remove useless inline comments 2022-07-05 10:12:57 -04:00
Gary Gregory 28b11d15e7 Javadoc 2022-07-05 10:07:43 -04:00
Gary Gregory 2073de1450 Reuse our DateUtils#toCalendar(Date) API 2022-07-05 10:07:33 -04:00
Gary Gregory 5cd20a04a0 Internal refactoring around private modify() method 2022-07-05 09:49:33 -04:00
Gary Gregory fa38030955 Use Objects#requireNonNull() 2022-07-05 09:44:44 -04:00