1

Being involved in a software measurement project. We want to use TFS Code churns to determine the size of each project we have. Following this instruction, we have reached the code churns in a specific duration of time. Unfortunately TFS counts indentations into code churns! Is there any way to tell TFS not to count indentations and white-spaces in code churns?

Environment: TFS 2012, Visual Studio 2010, 2012

Mohsen
  • 11
  • 3

1 Answers1

0

The Code Churn report isn't measuring size of the project. It's measuring the amount of change in the project. Change of whitespace is also change of the project.

John Saunders
  • 157,405
  • 24
  • 229
  • 388
  • Thanks for your answer. I want the meaningful changes like what you see in file comparison tools like Araxis (they can ignore indentations, ...) – Mohsen Mar 06 '13 at 05:58
  • Ok, forget about project size. Why something that does not changes the logic (if it can be identified) should be counted as change? I think there is a direct relation between meaningful change and test effort. – Mohsen Mar 06 '13 at 06:37