-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial implementation of type McCabe (#683) #727
Conversation
Handling of nested classes: for now, we should handle nested classes as separate, independent types and not aggregate the complexity. Wait for decision on handling of template classes: investigate the reason for different values for the same types, e.g. |
2216b48
to
a185da4
Compare
b0e6336
to
00070c1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks quite good based on the code. Requires further functional testing to complete the review.
…are compiled to different binaries (Ericsson#683)
00070c1
to
62406a3
Compare
# Conflicts: # plugins/cpp_metrics/parser/src/cppmetricsparser.cpp
TODO checklist:
Closes #683