Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
trunk
-
None
-
None
Description
We currently use both Guava's Preconditions.checkNotNull and our own ParamChecker.notNull to check for null arguments. Instead we should use the standard Objects.requireNonNull.
Attachments
Attachments
Issue Links
- relates to
-
OOZIE-3488 Migrate from guava classes to the base Java implementations
- Closed
- links to