plantuml-parser
plantuml-parser copied to clipboard
Class composition is not visible in generated UML diagram
trafficstars
Description Class composition is not visible in generated UML diagram
To Reproduce Check the below image, which shows that I have 3 classes:
- Person
- Job
- Hobby
Actual Outcome
I had to manually add the below line at the end to get the expected outcome: Person *--> Job Person *--> Hobby
'Or
Person *-- Job Person *-- Hobby
Expected Outcome
Or
Software versions(Help -> About)
- Product: [e.g IDEA 2024.1.4 (Ultimate Edition)]
- Runtime version:[17.0.11+1-b1207.24 amd64]
- VM:[OpenJDK 64-Bit Server VM by JetBrains s.r.o.]
- OS:[Microsoft Windows 10 Enterprise]