JetUML icon indicating copy to clipboard operation
JetUML copied to clipboard

Implement Stateful Pass-based Sequence Diagram Rendering

Open prmr opened this issue 3 years ago • 0 comments

The current implementation is purely stateless, which less to a complex and inefficient design. With the recent refactoring (#466) it should be possible to implement the rendering of the sequence diagram in a single pass, a bit like the class diagram. This will also contribute to making the SequenceDiagramBuilder simpler, and help solve bug #463.

prmr avatar Aug 05 '22 17:08 prmr