markusmo3 / uml-reverse-mapper

Automatically generate class diagram from your code
Apache License 2.0
19 stars 8 forks source link

Extra inner class relationship #7

Closed iluwatar closed 7 years ago

iluwatar commented 8 years ago

builder

In the generated diagram Hero has inner class App right? But looking at the source code this relationship does not exist.

iluwatar commented 8 years ago

facade

The same thing occurs in this diagram. There should not be inner class relationship between DwarvenMineWorker and Action nor between DwarvenMineWorker and DwarvenGoldMineFacade.

iluwatar commented 8 years ago

hexagonal

Occurs here also multiple times.