You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by GitBox <gi...@apache.org> on 2020/01/28 18:39:32 UTC

[GitHub] [incubator-daffodil] olabusayoT opened a new pull request #317: Fixes format string

olabusayoT opened a new pull request #317: Fixes format string
URL: https://github.com/apache/incubator-daffodil/pull/317
 
 
   On a ClassNotFoundException, we used to get
   [error] %s
    The class may not exist in this Java JVM version (%s),or it is missing from the classpath which iscom.missing.class
   
   rather than the intended
   
   [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]...
   
   due to improper separation of a string to be formatted. I attempted to trigger the exception via tests and was unable. Since the fix is quite simple, I just made the update.
   
   DAFFODIL-2245

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-daffodil] olabusayoT merged pull request #317: Fixes format string

Posted by GitBox <gi...@apache.org>.
olabusayoT merged pull request #317: Fixes format string
URL: https://github.com/apache/incubator-daffodil/pull/317
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services