-
Notifications
You must be signed in to change notification settings - Fork 209
Open
Description
Describe the bug
When a method calls a save() method of a repository that implements the CrudRepository interface, then the diagram only shows the call to the CrudRepository interface.
The fact that the repository is involved in the call is hidden.
This is a major flaw. We need to know what repositories are in the flow. It does not help us to see calls to the interface the repositories implement.
To Reproduce
- Create a component class that autowires a repository that implements
CrudRepository - Add a method that calls the
savemethod from the repository - Display the sequence diagram
- Notice that the repository is missing in the diagram
Expected behavior
- Repositories should be rendered and while
Display only project classesoption isOFF. Having itONpollutes diagrams.
Plugin & IDE info:
- Plugin Version [e.g. 2.2.0] 4.0.3
- IDE Name & Version [e.g. IDEA Comunity 2022.2] IntelliJ IDEA 2024.3.1 RC (Ultimate Edition)
- Which language (e.g: Java, Kotlin, Scala, Groovy) you try to generate? Java
Metadata
Metadata
Assignees
Labels
No labels
