

Hybrid techniques like combine static and dynamic analysis. Existing static techniques result in sequence diagrams that replicate the original legacy source code, including conditionals and loops, without providing further intuitive notions beyond the code itself. In particular, one may need a large number of executions with sufficient diversity to cover the space of interactions. The capability of purely dynamic reverse-engineering techniques to produce useful diagrams depends on the quality of the executions. Dynamic techniques for generation of sequence diagrams from legacy code can synthesize a subset of all possible sequence diagrams based on runtime traces. Sequence diagrams generated from legacy code are independent of existing documentation. A sequence diagram is a visual representation of those object interactions as well as their lifelines.
#FREE ONLINE SEQUENCE DIAGRAM GENERATOR SOFTWARE#
A necessary component of software archeology in object-oriented systems is the interactions among objects. As documentation erodes, an engineer can trust only the source code.

Legacy object-oriented code may be accompanied by high-level documentation and/or descriptive comments in the source code, each of which may contain omissions or erroneous information. We provide experimental results demonstrating the efficacy of our technique (originally appeared in the Proceedings of Fundamental Approaches to Software Engineering-20th International Conference, FASE 2017, Held as Part of the European Joint Conferences on Theory and Practice of Software, ETAPS 2017, Uppsala, Sweden, April 22–29, 2017).
#FREE ONLINE SEQUENCE DIAGRAM GENERATOR ANDROID#
We implemented our framework as a tool, StaticGen (supporting software: StaticGen), analyzing a corpus of 30 Android applications. Our technique involves constructing a hypergraph representation of the source code, traversing the hypergraph with respect to a user-defined query, and generating the corresponding set of sequence diagrams. The framework provides a query refinement system to guide the user to interesting interactions in the source code. We present a framework for static generation of UML sequence diagrams from object-oriented source code. Sequence diagrams generated from legacy code are independent of existing documentation that may have eroded. UML sequence diagrams are visual representations of object interactions in a system and can provide valuable information for program comprehension, debugging, maintenance, and software archeology.
