Hmmm, I'm absolutely unable to reproduce the issue, everything works for me. I tried the following:

  • Debian testing, OpenJDK 7u55, Jenkins 1.447, latest git version of cppcheck plugin (~1.18), mvn hpi:run, cppcheck 1.61.
  • New job with content of your config.xml from xml_extracts.txt.
  • My own cppcheck-result.xml generated using "cppcheck --enable=all --inconclusive --xml --xml-version=2 graphal/graphal_gui 2> cppcheck-result.xml" that contains warning, style, performance and information severities.
  • Content of generated files contains everything as expected and Jenkins presents the data correctly.
  • Zipped job directory is attached as JENKINS-17450.tar.gz.

New questions:

  • What Java do you use (6/7/8, Oracle, OpenJDK, IBM, ...)? Please use "java -version" command.
  • What version of cppcheck do you use? Please use "cppcheck --version" command.
  • What command do you use to execute cppcheck and to generate the report passed to the plugin? Are you using XML version 2 as suggested at wiki?
  • Are you sure all files in xml_extracts.txt belong to the same job/build? I of course expect yes, I'm asking because:
    • Your build.xml contains zero performanceCount/warningCount but cppcheck_details.xml contains them. The files are created from the same data source in publisher so they should correspond each other.
    • Plugin version 1.18 should be able to handle all severities (I check it with cppcheck 1.61 and 1.63 several months ago), so noCategoryCount (~other/unknown category) should be always zero at least for these versions. But it is 149 in your case. The value probably contain warning, performance etc. ones, but I have no idea why
  • Can you find any significant difference between your job directory and the one in JENKINS-17450.tar.gz?
  • Please

Thank you!

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