Thanks for the reply Erik,

There are a couple of things where it'd be very useful at the moment.

We'd like to test the coverage of other tools we're using (LOC and other
complexity measures) and we'd like to get confidence that we're
measuring all methods / functions in the code base.

We're also interested in tying to get a simplified understanding of how
dense the call graph is, and being able to list all methods, for
example, would let us do something like:

foreach `function:*` as M
        count `callers:M`

There are a couple of other cases where being able to do these high
level measures would also be very interesting and useful for us.

Think we might have more luck looking at the DB directly, in the short
term at least?

Thanks for your help Erik!
Pete
_______________________________________________
dev-static-analysis mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-static-analysis

Reply via email to