Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Most Frequently Modified Files shows top 20 files having the biggest counter of modifications per each connected GIT repository - over selected time frame (30 days, 90 days, since project start). This works based on information in from GIT about commits history, having paths of files associated with each commit.

...

Most Frequently Modified Files helps to find out the most fragile points in the code base / architecture by showing a modification frequency for files in a project code base. Once appropriate file (or a group of files) is identified, it is usually a risk of SOLID design principles violation in that area - and this requires, at least, a thorough code review or even a refactoring in order to keep the maintainability of the code on a controllable level.  

How it works

Chart overview

Chart shows Most Frequently Modified Files in a number of changes - (Axis Y) by file - name (Axis Y). The chart can be viewed for the last 30/90 days of for the whole project duration in GIT.

Next to the chart name there is a link to navigate to the GIT repository ('arrow' icon) for further details.


Image RemovedImage Added

Calculation formula

...