[
https://issues.apache.org/jira/browse/DAFFODIL-2245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olabusayo Kilo resolved DAFFODIL-2245.
--------------------------------------
Fix Version/s: 2.6.0
Resolution: Fixed
Fixed in f388c5a0da8ee609cce236bb6e69914168c1f1a2
> 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)