Randy Kerber
Results
3
issues of
Randy Kerber
Looks like last commit was in 2016. Is this project still active? Superseded by some other project?
Currently, when attempt to load a linkset file into IMS, if the linkset file is empty an Exception is thrown and the load terminates. *emty* means there are zero links...
enhancement
library
In situations where a value might not exist, generally preferable to return values wrapped with a Java `Optional` rather than a `null`. It's more self documenting, and generally easier to...
bug
enhancement