Hi,
have you plans to include some sort of (include/exclude)
filters to the call graph entries. Filters might check
against:
* method signature (contained types of formal
parameters)
* method name (maybe even with patterns like 'set*')
* return type
Bye,
Horst Dehmer.
Logged In: YES
user_id=87661
Hi Horst,
I didn't have plans for this - at least not until now... :-)
I'll take it into consideration, but I cannot promise that
much. I'm currently working on getting the plugin into
Eclipse 2.2 (it's already in the nightly builds), so that's
taking most of my off-work time.
Logged In: YES
user_id=494505
Hi Jesper,
was just an idea of mine. Don't hurry!
I'm doin' a bit of software QA and just thought it'd be nice to
generate reports which show call tree where a certain type is
used; meaning software is poorly manageable if one type is
promoted thru the whole app, i.e. a deep call path.
Regards,
Horst.