[
https://issues.apache.org/jira/browse/DAFFODIL-2245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dave Thompson closed DAFFODIL-2245.
-----------------------------------
Verified the specified commit (commit f388c5a0da8ee609cce236bb6e69914168c1f1a2)
is included in the latest pull from the incubator-daffodil repo.
Verified the change was as specified.
> Compiler Error format message incorrectly rendered
> --------------------------------------------------
>
> Key: DAFFODIL-2245
> URL: https://issues.apache.org/jira/browse/DAFFODIL-2245
> Project: Daffodil
> Issue Type: Bug
> Components: Diagnostics
> Affects Versions: 2.6.0
> Reporter: Olabusayo Kilo
> Assignee: Olabusayo Kilo
> Priority: Major
> Fix For: 2.6.0
>
>
> On a ClassNotFoundException, we get
> {code:java}
> [error] %s
> The class may not exist in this Java JVM version (%s),or it is missing from
> the classpath which iscom.missing.class
> {code}
> rather than the intended
> {code:java}
> [error] com.missing.class
> The class may not exist in this Java JVM version (1.8.0_232-ea), or it is
> missing from the classpath which is:
> ...[classpath details]...
> {code}
> due to improper separation of a string to be formatted
--
This message was sent by Atlassian Jira
(v8.3.4#803005)