[
https://issues.apache.org/jira/browse/DAFFODIL-2928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dave Thompson closed DAFFODIL-2928.
-----------------------------------
Verified the specified commit (commit 97463b7820d144b2cccd77e2a0d10bd26b5cb368)
is included in the latest pull from the daffodil repository.
Verified, via review, changes identified in the commit comment were
implemented.
Verified the affected daffodil subproject sbt test suites executed
successfully, including the modified tests.
> 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)