Description
By inspection, DataProcessor.scala setValidation is wrong. It calls super.withValidation.
It can't call super.setValidation without causing a deprecation warning. It needs to assign the validationMode var directly.
By inspection, DataProcessor.scala setValidation is wrong. It calls super.withValidation.
It can't call super.setValidation without causing a deprecation warning. It needs to assign the validationMode var directly.