Do you mean the third column containing "main" and "test"? It has nothing to do with "multiproject", it is a "standard" SLOCCount output exactly the same as without "multiproject". The following two commands produce the same output.

cd projects/sloccount-plugin/
sloccount --duplicates --wide --details --multiproject src/* > multiproject.sc
sloccount --duplicates --wide --details src/* > normal.sc

You need to remove "details" to let "multiproject" to take effect.

I guess you would like to use the third column (which is completely ignored in SloccountParser class at the moment) for a new panel on the details page, correct? There are panels Files, Folders and Languages now. The third column is already part of the Folders panel (compare the third column with the fourth), but there are all other subdirectories too. I can image a new panel only for the top level directories (projects). What do you think?

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