You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "Olabusayo Kilo (Jira)" <ji...@apache.org> on 2020/01/28 20:37:00 UTC

[jira] [Updated] (DAFFODIL-2245) Compiler Error format message incorrectly rendered

     [ https://issues.apache.org/jira/browse/DAFFODIL-2245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olabusayo Kilo updated DAFFODIL-2245:
-------------------------------------
    Affects Version/s:     (was: 2.4.0)
                       2.6.0

> 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
>
> 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)