uml-reverse-mapper icon indicating copy to clipboard operation
uml-reverse-mapper copied to clipboard

Automatically generate class diagram from your code

Results 5 uml-reverse-mapper issues
Sort by recently updated
recently updated
newest added

We use the amazing protocol buffers in our project, but this generates *a lot* of code that makes working with the generated UML diagrams difficult. It would be nice to...

Hi, I have some technical params that I want to exclude from scanning, such as: `private static final long serialVersionUID = 6117173208690805779L;` Is it possible to add an option about...

The simple single module usage is documented in `README.md` but what are the configuration options for multimodule builds? There is one example at https://github.com/iluwatar/java-design-patterns/blob/master/aggregator-microservices/pom.xml

When urm-maven-plugin is added to pom.xml Eclipse fails to use it in the build. ![eclipse-urm](https://cloud.githubusercontent.com/assets/582346/18725259/36ffec90-8048-11e6-80f1-eb1f1d2f2f06.png) Workaround is to disable the plugin in the Eclipse build and use it only in...