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:
[email protected]


With regards,
Apache Git Services

Reply via email to