PowerSystemDataModel icon indicating copy to clipboard operation
PowerSystemDataModel copied to clipboard

Fix returning null in TimeBasedWeatherValueData

Open johanneshiry opened this issue 3 years ago • 0 comments

TimeBasedWeatherValueData:36 returns null instead of e.g. Optional. This is dangerous as it might cause NullPointerExceptions and hence should be addressed.

This also affects the corresponding interface method and may require more refactoring.

johanneshiry avatar May 21 '21 09:05 johanneshiry