Issue Type: Improvement Improvement
Assignee: Ulli Hafner
Components: analysis-core-plugin, warnings-plugin
Created: 12/Nov/14 9:57 AM
Description:

We have a compiler that outputs multi-line warnings, like below example:

  1. Compiling source file [sources/source.c]
    In file included from sources/source.c:25:0:
    includes/header.h:47:39: warning: [13492] redundant redeclaration of 'symbolXYZ' [-Wredundant-decls]
    includes/anotherHeader.h:150:32: note: previous declaration of 'symbolXYZ' was here

We have implemented a parser for the warnings plugin that correctly retains the line breaks, but analysis-core plugin displays these messages without line breaks.
For debugging purposes the line breaks are very useful, thus the analysis-core plugin shall also display them.

Environment: Jenkins 1.565.1
analysis-core 1.57
warnings 4.40
Project: Jenkins
Priority: Trivial Trivial
Reporter: Matthias Moers
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to