Is there any tool that can be used to create a UML diagram from Java code. I am currently using STAR UML for the same. But the tool cannot design a dependency, for example, if one class calls another class, the rest of the class diagram is created with the interfaces, classes, extended classes and all.
Can anyone help me for the same.
source
share