Issue Type: Improvement Improvement
Affects Versions: current
Assignee: Michal Turek
Components: cppcheck
Created: 18/May/14 11:21 AM
Description:

The plugin doesn't work with verbose information present in report file produced by cppcheck. It should be stored and displayed to the user.

  <error id="arrayIndexThenCheck" severity="style" msg="Array index 'index' is used before limits check." verbose="Defensive programming: The variable 'index' is used as an array index before it is check that is within limits. This can mean that the array might be accessed out of bounds. Reorder conditions such as '(a[i] &amp;&amp; i &lt; 10)' to '(i &lt; 10 &amp;&amp; a[i])'. That way the array will not be accessed if the index is out of limits.">
  </error>
Environment: 1.16
Project: Jenkins
Priority: Major Major
Reporter: Michal Turek
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