manucapo / Gardener

A project to automatically generate plantUML sequence diagrams from java methods.
MIT License
3 stars 2 forks source link

Removing python file writer #13

Open manucapo opened 2 years ago

manucapo commented 2 years ago

The python script worked very well for parsing method calls.

However when trying to add blocks to the diagrams it becomes very unwieldy to keep track of nested nodes using only strings.

I think i will be replacing the python script by a java class.

This should allow us to pass more complicated information to the file writing class which should in my opinion make it easier to keep track of where in the block hierarchy the methods being written are.