Ericsson / CodeCompass

CodeCompass is a software comprehension tool for large scale software written in C/C++ and Java
https://codecompass.net
GNU General Public License v3.0
497 stars 96 forks source link

Initial implementation of type McCabe (#683) #727

Closed Seeker04 closed 1 week ago

Seeker04 commented 3 months ago

TODO checklist:

Closes #683

mcserep commented 2 months ago

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. DynArray mentioned at https://github.com/Ericsson/CodeCompass/issues/683#issuecomment-2047469351 .