ninja
ninja copied to clipboard
Kill all nulls in source code
Complexity: Large
Rigorously find all uses of null and replace them with Java 8 Optionals. Because we are using Java8 many instances of null may be rewritten to a value.map() when value is an optional and no longer null.