Olabusayo Kilo created DAFFODIL-2928:
----------------------------------------
Summary: 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
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)