[codeface] Is it possible to extract the deleted lines per artifact?

  • From: Thomas Bock <bockthom@xxxxxxxxxxxxxxxxx>
  • To: codeface@xxxxxxxxxxxxx
  • Date: Fri, 23 Jun 2017 13:51:03 +0200

Dear everyone,
Hi Wolfgang, Hi Mitchell,

In some of our analyses, we are interested in the number of added and
also in the number of deleted lines per artifact (file, feature, function).

Currently, there is a "size" column in the commit-dependency table of
Codeface, which represents the number of added lines per changed
artifact (within a commit). As far as I know, this is extracted from the
git blame.

However, we cannot extract the number of deleted lines per changed
artifact (within a commit), as git blame does not show deleted lines.

Does anyone have an idea how to extract the deleted lines per artifact?

Thank you in advance!

Best,
Thomas


Other related posts: