os6sense / xumlidot

RUBY UML class diagram generator with XMI and DOT output.
MIT License
40 stars 7 forks source link

Constants in class/module body are not added as members. #31

Open os6sense opened 3 years ago

os6sense commented 3 years ago

I honestly can't recall if this was a decision I made at the time but plain constants should be members? TBD

ned-pcs commented 3 years ago

They're currently not being processed correctly; if you have more than one constant in a module they're ending up in the .dot file as long strings with all the constant names squashed together.