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 2019/12/03 16:39:00 UTC

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

Olabusayo Kilo created DAFFODIL-2245:
----------------------------------------

             Summary: 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.4.0
            Reporter: Olabusayo Kilo
            Assignee: Olabusayo Kilo
             Fix For: 2.5.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)