Code changed in jenkins
User: Michal Turek
Path:
src/main/java/com/thalesgroup/hudson/plugins/cppcheck/CppcheckBuildAction.java
src/main/java/com/thalesgroup/hudson/plugins/cppcheck/CppcheckPublisher.java
src/main/java/org/jenkinsci/plugins/cppcheck/CppcheckBuildAction.java
src/main/java/org/jenkinsci/plugins/cppcheck/CppcheckParserResult.java
src/main/java/org/jenkinsci/plugins/cppcheck/CppcheckProjectAction.java
src/main/java/org/jenkinsci/plugins/cppcheck/CppcheckPublisher.java
src/main/java/org/jenkinsci/plugins/cppcheck/CppcheckReport.java
src/main/java/org/jenkinsci/plugins/cppcheck/CppcheckResult.java
src/main/java/org/jenkinsci/plugins/cppcheck/CppcheckStatistics.java
src/main/java/org/jenkinsci/plugins/cppcheck/config/CppcheckConfigGraph.java
src/main/java/org/jenkinsci/plugins/cppcheck/config/CppcheckConfigSeverityEvaluation.java
src/main/java/org/jenkinsci/plugins/cppcheck/parser/CppcheckParser.java
src/main/resources/org/jenkinsci/plugins/cppcheck/CppcheckBuildAction/statistics.jelly
src/main/resources/org/jenkinsci/plugins/cppcheck/CppcheckProjectAction/floatingBox.jelly
src/main/resources/org/jenkinsci/plugins/cppcheck/Messages.properties
src/main/resources/util/thresholds.jelly
http://jenkins-ci.org/commit/cppcheck-plugin/2bb2ba06bd5b844a192a57b66e41acf7bbb17900
Log:
JENKINS-17450 "warning" and "performance" not counted

  • The graph doesn't consider "No Category" and whole plugin doesn't work with "portability" severity at all.
  • "No category" and "portability" severities added at all places in the code where other severities are used. Configuration files now contain these additional values.
  • Align of the displayed severities updated on the configuration page to use 2 rows and 4 columns.
  • CppcheckParser is now able to parse the portability severity correctly, it used incorrect "no category". This is only for report version 2, version 1 doesn't output it.
  • REST API extended to contain portability severity too.
  • Legend "Severity 'SEVERITY'" in the graph updated to equivalent but much shorter "SEVERITY". There is more space for the data in the trend now.
  • Non-parametric constructor added to CppcheckStatistics class to simplify creation of empty instance.
  • Support for localization implemented at many places instead of hardcoded strings.
  • Incorrect @SuppressWarnings anotations removed to fix compiler warnings.
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