I'm not sure if this is the correct site, but to compare a software project I'm looking for average values of various metrics. Are there any references that show average values for each of the following metrics? I'd like to see them for Java and C# projects:
- ATFD (Access to Foreign Data)
- WMC (Weighted Method Count)
- TCC (Tight Class Cohension)
- LOC (Lines of Code)
- CM (Changing Methods)
- CC (Changing Classes)
- NProtM (Number of Protected Methods)
- BUR (Base Class Usage Ratio)
- BOvR (Base Class Overriding Ratio)
- AMC (Average Method Weight)
- NOM (Number of methods)