java2uml icon indicating copy to clipboard operation
java2uml copied to clipboard

A metaprogramming-based (reflection and instrumentation) library to generate UML class and sequence diagrams from Java code.

Results 2 java2uml issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Thanks for this nice project! I am trying to get the sequence diagram from this tool, however when I tried the command inside `README.md`, I got the...

**Describe the bug** For both YUML and PlantUML, the method getPackages will fail if any class contains anonymous inner classes. **To Reproduce** Steps to reproduce the behavior: 1. Create class...