Branch: refs/heads/master Home: https://github.com/jenkinsci/sloccount-plugin Commit: 6f5c46c1669f3a1e96284bccb480c263afd59ae3 https://github.com/jenkinsci/sloccount-plugin/commit/6f5c46c1669f3a1e96284bccb480c263afd59ae3 Author: [KB] <kbra...@sdf-eu.org> Date: 2013-01-18 (Fri, 18 Jan 2013)
Changed paths: M src/main/java/hudson/plugins/sloccount/SloccountChartBuilder.java Log Message: ----------- The class SloccountChartBuilder imlements an interface but it doesn't extend a base class. Therefore, a call of the super() function is needless. This function call has been removed from the SloccountChartBuilder constructor. Commit: 45c70b1134dc72235be5f6cfeb14e8e800d95568 https://github.com/jenkinsci/sloccount-plugin/commit/45c70b1134dc72235be5f6cfeb14e8e800d95568 Author: kbrandt <kbra...@sdf-eu.org> Date: 2013-01-18 (Fri, 18 Jan 2013) Changed paths: M src/main/java/hudson/plugins/sloccount/SloccountChartBuilder.java Log Message: ----------- Merge pull request #12 from kbrandt/master Remove needless call of super() function within the SloccountChartBuilder constructor. Compare: https://github.com/jenkinsci/sloccount-plugin/compare/cb079f0bf7b1...45c70b1134dc