Closed gselzer closed 2 years ago
Without a call to DatasetView.rebuild(), calls to getColorTables will result in a NullPointerException. By making the call in the converter, we ensure that NPEs will not be encountered.
DatasetView.rebuild()
getColorTables
NullPointerException
@gselzer Perfect, thanks!
Without a call to
DatasetView.rebuild()
, calls togetColorTables
will result in aNullPointerException
. By making the call in the converter, we ensure that NPEs will not be encountered.