-
Improvement
-
Resolution: Fixed
-
Blocker
-
None
I'd like to have comment count when I do a getAction in job level and also saw it as a column of the table in the details of a build.
I already do change on my own in "a custom sloccount plugin" but I would like to set it on the official plugin.
The change are not quite hard to do if any other developper doesn't take this ticket I will do it myself.
One of the feature that I'm developping is blocked cause I don't have the variable "count line of comments"
Change POV user:
In sloccount result details I added the column "comment".
Should I had the column in sloccount-table portlet?
Code changed in jenkins
User: Jim
Path:
src/main/java/hudson/plugins/sloccount/SloccountResult.java
src/main/java/hudson/plugins/sloccount/model/File.java
src/main/java/hudson/plugins/sloccount/model/FileContainer.java
src/main/java/hudson/plugins/sloccount/model/SloccountLanguageStatistics.java
src/main/java/hudson/plugins/sloccount/model/SloccountParser.java
src/main/java/hudson/plugins/sloccount/model/SloccountPublisherReport.java
src/main/java/hudson/plugins/sloccount/model/SloccountReport.java
src/main/java/hudson/plugins/sloccount/model/SloccountReportInterface.java
src/main/java/hudson/plugins/sloccount/model/SloccountReportStatistics.java
src/main/java/hudson/plugins/sloccount/model/cloc/ClocReport.java
src/main/resources/hudson/plugins/sloccount/SloccountResult/files.jelly
src/test/java/hudson/plugins/sloccount/model/SloccountReportTest.java
http://jenkins-ci.org/commit/sloccount-plugin/0d502be2181b8bac381d0fef6d771a04f1d469dc
Log:
JENKINS-31221Resolved issue - Implement access to comments count