Mike Beckerle created DAFFODIL-2328:
---------------------------------------
Summary: setValidation - bug. Is calling super.withValidation
which will not work.
Key: DAFFODIL-2328
URL: https://issues.apache.org/jira/browse/DAFFODIL-2328
Project: Daffodil
Issue Type: Bug
Components: API, Back End
Affects Versions: 2.6.0
Reporter: Mike Beckerle
Assignee: Mike Beckerle
Fix For: 2.6.0
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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)