Code changed in jenkins
User: Michal Turek
Path:
src/main/java/hudson/plugins/sloccount/SloccountBuildAction.java
src/main/java/hudson/plugins/sloccount/SloccountResult.java
http://jenkins-ci.org/commit/sloccount-plugin/cdf60a3551d3146ed23790d3603ec11889378e9b
Log:
JENKINS-14504 sloccount churn graph

  • Plugin version 1.10 and less stored empty data set to build.xml even for builds that failed. This causes unwanted high peaks in trend with deltas.
  • Builds with no data are excluded to fix the issue.
  • Indentation fixed.
  • Example of legacy build.xml data:

<hudson.plugins.sloccount.SloccountBuildAction plugin="[email protected]">
<build class="build" reference="../../.."/>
<result>
<report>
<files class="linked-hash-map"/>
<lineCount>0</lineCount>
<folders class="linked-hash-map"/>
<languages class="linked-hash-map"/>
</report>
<owner class="build" reference="../../../.."/>
</result>
</hudson.plugins.sloccount.SloccountBuildAction>

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/groups/opt_out.

Reply via email to