Commit Graph

7939 Commits

Author SHA1 Message Date
Gary Gregory 35350e3eea Use Javadoc code tag 2024-06-09 13:38:33 -04:00
Gary Gregory 53cb72616a
Bump org.easymock:easymock from 5.2.0 to 5.3.0 #1232 2024-06-09 09:41:10 -04:00
dependabot[bot] 29acec2389
Bump org.easymock:easymock from 5.2.0 to 5.3.0 (#1232)
Bumps [org.easymock:easymock](https://github.com/easymock/easymock) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/easymock/easymock/releases)
- [Changelog](https://github.com/easymock/easymock/blob/master/ReleaseNotes.md)
- [Commits](https://github.com/easymock/easymock/compare/easymock-5.2.0...easymock-5.3.0)

---
updated-dependencies:
- dependency-name: org.easymock:easymock
  dependency-type: direct:development
  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>
2024-06-09 09:40:03 -04:00
dependabot[bot] 33ab1ef553
Bump github/codeql-action from 3.25.7 to 3.25.8 (#1230)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.7 to 3.25.8.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](f079b84933...2e230e8fe0)

---
updated-dependencies:
- dependency-name: github/codeql-action
  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>
2024-06-07 12:25:17 -04:00
Gary Gregory 45a955702a Remove duplicate static data in
SerializationUtils.ClassLoaderAwareObjectInputStream
2024-06-03 08:00:42 -04:00
Gary Gregory c0dc0cfbae Sort lines 2024-06-03 07:44:08 -04:00
Gary Gregory 2dc243def0 Use simple class names instead of magix strings 2024-06-03 07:43:36 -04:00
Gary Gregory 80e075989a Sort lines 2024-06-03 07:43:21 -04:00
Gary Gregory 696d2f5051 Use simple class names instead of magix strings 2024-06-03 07:42:44 -04:00
Gary Gregory 0d1c8b3e80 Use simple class names instead of magix strings 2024-06-03 07:41:05 -04:00
Gary Gregory 9e9d293755 Null check is redundant for rare case 2024-06-03 07:30:55 -04:00
Gary Gregory fd4282b830 Remove whitespace 2024-06-03 07:28:52 -04:00
Gary Gregory b5d056211b Remove guesswork comment that could be true of any method 2024-06-03 07:28:27 -04:00
Gary Gregory a224a39b17 Simplify FastDatePrinter.TimeZoneNameRule.appendTo(Appendable, Calendar) 2024-06-03 07:25:30 -04:00
dependabot[bot] 421f9b591c
Bump github/codeql-action from 3.25.6 to 3.25.7 (#1228)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.6 to 3.25.7.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](9fdb3e4972...f079b84933)

---
updated-dependencies:
- dependency-name: github/codeql-action
  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>
2024-05-31 12:54:10 -04:00
Gary Gregory ff66cce0ca Add SystemUtils.IS_OS_MAC_OSX_SONOMA 2024-05-30 14:33:14 -04:00
Gary Gregory d0bb31bc10 Add SystemUtils.IS_OS_ANDROID 2024-05-30 08:28:38 -04:00
Gary Gregory 28e826894c Remove trailing whitespace 2024-05-29 17:33:30 -04:00
Gary Gregory 074fbefa5d Simplify test and add missing cases 2024-05-29 16:28:22 -04:00
Gary Gregory e9bd183232 Simplify test and add missing cases 2024-05-29 16:25:25 -04:00
Gary Gregory 35cc96c751 Javadoc 2024-05-29 16:21:05 -04:00
Gary Gregory 4c1cbdbb80 Flip args on new API 2024-05-29 16:18:40 -04:00
Gary Gregory a37e8de046 Sort members 2024-05-29 16:16:10 -04:00
Gary Gregory 4b99af5ebf
Add null-safe Consumers.accept() and Functions.apply() #1215 2024-05-29 14:21:08 -04:00
Jongjin Bae 234c6a9b84
LANG-1733: Add null handling features working with Java 8 specs (#1215)
* LANG-1733: Add null handling features working with Java 8 specs

* LANG-1733: Move null handling features to Consumers and Functions

* LANG-1733: Update Javadoc

* LANG-1733: Add since javadoc tag

* LANG-1733: Add null check for consumer and function

* LANG-1733: Revert Functions and Consumers class javadoc

* LANG-1733: Rename methods

* LANG-1733: Update null handling features to handle an object if it is null

* LANG-1733: Update ConsumersTest to not use mock

* LANG-1733: Update Comments

* LANG-1733: Update codes to pass style check

* LANG-1733: Modify the comment on apply method in Functions class

---------

Co-authored-by: 배종진 <frog.bae@navercorp.com>
2024-05-29 14:18:19 -04:00
Gary Gregory 9babe58d89 Javadoc 2024-05-26 13:39:18 -04:00
Gary Gregory b500ce08d9 Java 23-ea is not on all OSs? 2024-05-25 15:30:58 -04:00
Gary Gregory 620a2e0f5b Remove unused exception from test 2024-05-25 15:26:40 -04:00
Gary Gregory 86b36793c7 Enable Java 23-ea on GH CI as an experimental build 2024-05-25 09:49:03 -04:00
Gary Gregory d861f1b211 Add test cases for single quote processing 2024-05-25 09:43:54 -04:00
Gary Gregory 65e57efd2b Use longer lines 2024-05-25 09:37:27 -04:00
Gary Gregory 2b0c0b9bc8 Rename and enable old test 2024-05-25 09:37:14 -04:00
Gary Gregory b5dd57397e Use longer lines 2024-05-25 09:34:53 -04:00
Gary Gregory df86206821 Use longer lines 2024-05-25 09:34:04 -04:00
Gary Gregory a7a1e17d8b Add @SuppressWarnings 2024-05-25 09:33:34 -04:00
Gary Gregory 26f54fc882 Add TODO comment 2024-05-25 09:32:13 -04:00
Gary Gregory 6ff74418ed Refactor magic numbers 2024-05-25 09:32:04 -04:00
Gary Gregory fd394a9240 Reuse constant 2024-05-25 09:23:44 -04:00
Gary Gregory 8a18a7e87e Easy to read int 2024-05-25 09:20:39 -04:00
Gary Gregory be1081a066 Add missing test assertions 2024-05-25 08:04:57 -04:00
Gary Gregory c6ce19a068 Add missing test assertions 2024-05-25 08:01:43 -04:00
Gary Gregory 408b660813 More precise internal type 2024-05-25 07:59:39 -04:00
dependabot[bot] 258406d3ee
Bump github/codeql-action from 3.25.5 to 3.25.6 (#1226)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.5 to 3.25.6.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](b7cec75265...9fdb3e4972)

---
updated-dependencies:
- dependency-name: github/codeql-action
  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>
2024-05-24 13:41:04 -04:00
dependabot[bot] 97c09d87b1
Bump codecov/codecov-action from 4.4.0 to 4.4.1 (#1225)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](6d798873df...125fc84a9a)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  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>
2024-05-24 13:40:53 -04:00
Gary Gregory b4a3c23856 Simplify descriptions 2024-05-24 10:13:36 -04:00
Gary Gregory c290aebffa Add and use MethodUtils.getMethodObject(Class<?>, String, Class<?>...)
Javadoc
2024-05-24 10:13:23 -04:00
Gary Gregory bc10ad9ded Javadoc 2024-05-24 10:13:13 -04:00
Gary Gregory f627c151c4 Javadoc
Remove unused imports
2024-05-24 09:52:13 -04:00
Gary Gregory f161ff6669 Simplify exception handling
Javadoc
2024-05-24 09:44:20 -04:00
Gary Gregory ccac050601 Simplify exception handling 2024-05-24 09:18:12 -04:00