webknossos
webknossos copied to clipboard
In scala backend, get rid of null entirely, use scala Options instead.
There are some usages of null, e.g. in IsosurfaceServiceHolder and VolumeTracingService. This is a code smell, should be replaced by Scala Option/None for type safety.
I found some in
- LRUConcurrentCache
- ImageCreator
- ZipIO
- JsonHelper
- TextUtils
- IntervalScheduler
- DataServiceDataRequest
- IsosurfaceServiceHolder
- mappingNameForMeshFile