Details
-
Improvement
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
None
Description
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?
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | npiguet [ npiguet ] | |
Description |
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 a developper doesn't take this ticket I will do it myself. |
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. |
Description |
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. |
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" |
Priority | Minor [ 4 ] | Blocker [ 1 ] |
Assignee | Jim SERRA [ jserra3 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Description |
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" |
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? |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Workflow | JNJira [ 166450 ] | JNJira + In-Review [ 209374 ] |
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