[
https://issues.apache.org/jira/browse/DAFFODIL-2928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olabusayo Kilo resolved DAFFODIL-2928.
--------------------------------------
Fix Version/s: 4.0.0
Resolution: Fixed
Fixed in 97463b7820d144b2cccd77e2a0d10bd26b5cb368
> getPropertyOption called on functions which allow expressions
> -------------------------------------------------------------
>
> Key: DAFFODIL-2928
> URL: https://issues.apache.org/jira/browse/DAFFODIL-2928
> Project: Daffodil
> Issue Type: Bug
> Components: Back End
> Reporter: Olabusayo Kilo
> Assignee: Olabusayo Kilo
> Priority: Major
> Fix For: 4.0.0
>
>
> getPropertyOption is called on several properties that allow expressions for
> their values (mostly in generated code from PropertyGenerator.scala), but it
> calls findPropertyOption with the expressionAllowed bool defaulting to false,
> resulting in a warning like the below...which is incorrect. (Below warning is
> from test_dynamicExp)
>
> {code:java}
> Property textStandardExponentRep looks like an expression but cannot be an
> expression: { ../ex:exponentRep }{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)