Uploaded image for project: 'FishEye'
  1. FishEye
  2. FE-1509

Code churn stats

XMLWordPrintable

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      At our company, we want to easily be able to chart the amount of code churn that happens at any given time. This tells us about the current stability of our code base. The current mechanism available in FishEye is change in total line count. What we really want to see is the total number of lines that were "touched".

      There is a hack work around where the data is exported to CSV files and then pulling information out of them. This is cumbersome and what we pull out is the sum of lines added + lines removed.

      In addition, we would really like it if there was a mechanism to remove commented lines from this count.

            Unassigned Unassigned
            34f8f4b76b09 Adam B
            Votes:
            6 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: