-
New Feature
-
Resolution: Fixed
-
Minor
-
None
-
All
This feature request is based on a discussion in JENKINS-13382. The following is output of SLOCCount tool:
Creating filelist for main Creating filelist for test Categorizing files. Computing results. 69 java main /SHORTENED/main/sloccount/SloccountDiffSummary.java 50 java main /SHORTENED/main/sloccount/SloccountDiff.java 72 java test /SHORTENED/test/sloccount/SloccountBuildAction.java 133 java test /SHORTENED/test/sloccount/SloccountChartBuilder.java 12 java test /SHORTENED/test/sloccount/SloccountDiffLanguage.java SHORTENED
The third column is the top level directories. It often contains subprojects or sources/tests/examples and similar. There is the Folders panel in the report page but it contains all possible subdirectories. A new panel containing only the top level directories from third column would be useful.
Code changed in jenkins
User: Michal Turek
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/Part.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/resources/hudson/plugins/sloccount/SloccountResult/files.jelly
src/main/resources/hudson/plugins/sloccount/SloccountResult/parts.jelly
src/main/resources/hudson/plugins/sloccount/SloccountResult/parts_de.properties
src/main/resources/hudson/plugins/sloccount/SloccountResult/parts_ja.properties
src/main/resources/tabview/main.jelly
src/test/java/hudson/plugins/sloccount/model/SloccountReportTest.java
http://jenkins-ci.org/commit/sloccount-plugin/37bc40763075398a1695921455da1423e8621140
Log:
JENKINS-21697New Parts panel on report page