Im playing around with cppdepend,
and one thing bugs me:
It lists certain classes that violate "base class should not use derivatives". But I didnt figure out a way to see exactly where and how base class is using derivatives.
Can it be done?
BTW im using evaluation version on Win.
How to see the analysis flow of cppdepend (eg. for base class should not use derivatives)
418 Views Asked by NoSenseEtAl At
1
To check what methods used from base class ,the easy way is to select the base class concerned in the class browser,righ click and choose "Select Methods That I Use" , you will have also methods existing in derivative classes.