Refactoring: switch every explicit "= null" to using Optional
Open
good first issue
- Dominant language
- Java
- Stars
- 6
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
We should never use `null`s to represent something that may be empty. We should use [Optional](https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html)s instead.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.