Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-8630

False positive in JavaDoc warning regexp log parser

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • warnings-plugin
    • None

      the string:

      [junit] [26 Jan 2011 12:49:09] [Thread-8] 479099 ERROR (com.company.class:356) - log message

      is output by a unit test, and causes hudson to think there's a JavaDoc warning.

      renaming the thread to not have a dash in it appears to not trigger the "JavaDoc warning":

      [junit] [26 Jan 2011 12:49:09] [ThreadName] 479099 ERROR (com.company.class:356) - log message

            drulli Ulli Hafner
            sweeze sweeze
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: