CppDepend Analysis #10276
Myoldmopar
started this conversation in
Show and tell
CppDepend Analysis
#10276
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I ran a CppDepend analysis on our codebase as of "now", and got some valuable results. Most of the code smells are already known, but it's nice to see them formalized with a powerful set of tools. These could be ideas for high impact refactoring.
Here is the screenshot of the critical rule checks, with how many violations were encountered:
Here is a sample output of the "too many parameters" check (251 violations), which some of us could have predicted would include TARCOG at the top:
Here are the detailed reports from each rule check, already sorted by worst offender:
CppDependResults.zip
Beta Was this translation helpful? Give feedback.
All reactions