|
||||||||
|
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/d/optout.

Hi, I will look at the issue, but I have no time for that at the moment. If you are really desperate, you can debug and fix the issue by yourself and create a pull request.
The related code is org.jenkinsci.plugins.cppcheck.CppcheckResult.getDiff() for summary and diffCurrentAndPrevious() for details. Data of previous build comes from getPreviousResult(), I guess there should be loop to the builds history instead of single if condition. I have updated similar code in sloccount plugin, it may be the same. The report is initially parsed and stored in org.jenkinsci.plugins.cppcheck.CppcheckPublisher.perform(). Hope this will help for quick orientation in the code...