Source code files for displaying warnings are empty in some cases

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Minor
    • Component/s: warnings-plugin
    • Environment:
      Jenkins: V1.493
      Warnings-Plugin: V4.18
      Static Analysis Utilities: V1.48
      OS: Windows XP, Mac OS X

      In some situations the source code files, displaying the warnings are empty.

      Reason:

      In some setups the default encoding was not set. This caused an exception in the class HealthAwareRecorder.java in

      private void print(final FileOutputStream outputStream, final String message,
      final Object... arguments) throws IOException

      { IOUtils.write(String.format(message, arguments), outputStream, getDefaultEncoding()); }

      The default encoding was an empty string and therefore the write function threw the IOException "Unknown Encoding".
      This resulted in jumping out of the logging function to print the statement, that the path to the source file is wrong.

      Fixed/Workaround by setting the Default Encoding in the configuration setting to "UTF-8"

            Assignee:
            Ulli Hafner
            Reporter:
            Markus Schneider
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: