Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
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
Integrated in
Hudson Plug-ins (Compile) #101
[FIXED JENKINS-8630]: Improved regular expression of JavaDoc parser.