Hi!
On my current project, the client has put forth the following requirement:
For every action/button click/hyperlink in the system, provide a list of classes, attributes, methods, queries and relationships between these.
It is a rather vague requirement, but we have interpreted it to mean that we need to analyze our codebase and generate a list of classes and methods (kind of like a sequence diagram, but without the diagram), for each button click.
I was wondering if any one has had experience utilizing any tools that may be able to help with this
Thank you for your help.