plantuml-parser icon indicating copy to clipboard operation
plantuml-parser copied to clipboard

Class composition is not visible in generated UML diagram

Open rahulmangulkar opened this issue 1 year ago • 0 comments
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 image

Actual Outcome image

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 image Or image

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]

rahulmangulkar avatar Aug 16 '24 13:08 rahulmangulkar