You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Tamas Palfy (Jira)" <ji...@apache.org> on 2022/06/01 15:35:00 UTC

[jira] [Created] (NIFI-10074) PutSmbFile.customValidate may throw UnsupportetdOperationException

Tamas Palfy created NIFI-10074:
----------------------------------

             Summary: PutSmbFile.customValidate may throw  UnsupportetdOperationException
                 Key: NIFI-10074
                 URL: https://issues.apache.org/jira/browse/NIFI-10074
             Project: Apache NiFi
          Issue Type: Bug
            Reporter: Tamas Palfy


The current _PutSmbFile.customValidate_ implementation initializes a _Collections.emptySet()_ to collect validation results into. Being an immutable collection it throws an _UnsupportedOperationException_ when an actual ValidationResult is added.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)