Uploaded image for project: 'Daffodil'
  1. Daffodil
  2. DAFFODIL-2245

Compiler Error format message incorrectly rendered

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.6.0
    • 2.6.0
    • Diagnostics
    • None

    Description

      On a ClassNotFoundException, we 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

      Attachments

        Activity

          People

            okilo@tresys.com Olabusayo Kilo
            okilo@tresys.com Olabusayo Kilo
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: