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/util/AbstractCppcheckBuildAction.java
src/main/java/com/thalesgroup/hudson/plugins/cppcheck/util/CppcheckBuildHealthEvaluator.java
src/main/java/org/jenkinsci/plugins/cppcheck/CppcheckBuildAction.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/CppcheckResult.java
src/main/java/org/jenkinsci/plugins/cppcheck/config/CppcheckConfig.java
src/main/java/org/jenkinsci/plugins/cppcheck/util/AbstractCppcheckProjectAction.java
src/main/java/org/jenkinsci/plugins/cppcheck/util/CppcheckBuildHealthEvaluator.java
src/main/java/org/jenkinsci/plugins/cppcheck/util/CppcheckBuildResultEvaluator.java
src/main/java/org/jenkinsci/plugins/cppcheck/util/CppcheckMetricUtil.java
src/main/resources/com/thalesgroup/hudson/plugins/cppcheck/util/Messages.properties
src/main/resources/org/jenkinsci/plugins/cppcheck/Messages.properties
http://jenkins-ci.org/commit/cppcheck-plugin/87b16349d8b2c64c9105254cbd1e38cef000d5d5
Log:
JENKINS-22073 ProjectAction should render graph, optimize build.xml size

  • Issue: The trend graph is part of project/job page and should be created in CppcheckProjectAction instead of in CppcheckBuildAction.
  • Issue: Every build.xml file contains full plugin configuration, this is not needed.
  • Creating of the graph moved from CppcheckBuildAction to proper CppcheckProjectAction.
  • CppcheckBuildAction now stores no configuration which results in smaller build.xml.
  • Various methods updated to receive only CppcheckConfigSeverityEvaluation in their parameters.
  • Weather column in the jobs table (mouse over tool tip) updated to contain only a constant label with a percentage, use of a deprecated API removed. It isn't neccessary to dynamically show a configuration here. This allows to replace whole <configSeverityEvaluation> part of build.xml by one integer.
  • Several @SuppressWarnings("unused") that are causing compiler warnings removed.
  • Code updated to be better readable.
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