Issue Type: Bug Bug
Assignee: Ulli Hafner
Components: warnings
Created: 05/Mar/13 4:06 PM
Description:

Given an existing job with a "Wind River Diab Compiler (C/C++)"-parser and the "Run always" option enabled,
when the build produces a fatal warning,
then I want it included in the results from the plugin.

Below is an example of the output of a division by zero warning with the different supported severity levels.
(based of Wind Rivier Diab Combiler User's Guide, B.3.6 "-e, Change diagnostic severity level")

i, Information, equivalent to ignore.
   -ei1025

w, Warning.
   -ew1025
"main.c", line 5: warning (dcc:1025): division by zero

e, Error (continue compilation).
   -ee1025
"main.c", line 5: error (dcc:1025): division by zero

f, Fatal error (terminate immediately).
   -ef1025
"main.c", line 5: fatal error (dcc:1025): division by zero

Also, if it can have a positive effect on the performance - some of the \s* in the parser's regex could be removed/changed to a fixed space based off the format examples above.

Environment: Jenkins LTS 1.480.3
Static Analysis Utilities 1.49
Warnings Plug-in 4.23
Project: Jenkins
Priority: Major Major
Reporter: Stefan Landström
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to