You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "Brandon Sloane (Jira)" <ji...@apache.org> on 2019/12/05 01:02:46 UTC

[jira] [Updated] (DAFFODIL-2247) Warn on maxOccurs=unbounded on potentially 0 length element

     [ https://issues.apache.org/jira/browse/DAFFODIL-2247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brandon Sloane updated DAFFODIL-2247:
-------------------------------------
    Description: 
Using maxOccurs="unbounded" is likely to cause a no-progress parse error when used on an element that could have an empty representation.

Daffodil should attempt to detect such a situation and issue a warning should it arise.

  was:
Using maxOccurs="unbounded" is likely to cause a no-progress runtime error when used on an element that could have an empty representation.

Daffodil should attempt to detect such a situation and issue a warning should it arise.


> Warn on maxOccurs=unbounded on potentially 0 length element
> -----------------------------------------------------------
>
>                 Key: DAFFODIL-2247
>                 URL: https://issues.apache.org/jira/browse/DAFFODIL-2247
>             Project: Daffodil
>          Issue Type: Improvement
>            Reporter: Brandon Sloane
>            Priority: Major
>
> Using maxOccurs="unbounded" is likely to cause a no-progress parse error when used on an element that could have an empty representation.
> Daffodil should attempt to detect such a situation and issue a warning should it arise.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)