getappmap / appmap-java

AppMap client agent for Java
Other
80 stars 14 forks source link

Enrich sequence diagram with JavaDoc comments #279

Open igor-suhorukov opened 2 months ago

igor-suhorukov commented 2 months ago

It would be useful to have more context for methods and call points in sequence diagrams. This would allow them to be demonstrated to analysts, customers and the product owner - people who do not have programming skills, but understand natural language.

In the past, I've made diagrams like this using my aspect-based instrumentation code and comment extractor from Java project sources.