-
Suggestion
-
Resolution: Unresolved
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.
- duplicates
-
FE-1507 Getting Daily Code Churn
- Not Being Considered
-
FE-1297 Allow to show the actual count of changed lines on chart
- Not Being Considered
- relates to
-
FE-628 Include lines added/modified/removed per changeset
- Closed
-
FE-631 Add line changed metrics to the FishEye remote API
- Not Being Considered
-
FE-804 Calculate non-comment lines of code
- Not Being Considered
- mentioned in
-
Page Loading...