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

Automatically generate class diagram from code. Supports Graphviz, PlantUML and Mermaid output formats.

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

Bumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.5.2 to 3.5.3. Commits 19618cd [maven-release-plugin] prepare release maven-shade-plugin-3.5.3 faf233e [MSHADE-472] upgrade parent POM 7de9ae7 [MSHADE-471] deal with DST 58d8cfe [MSHADE-470] Bump asmVersion from 9.6 to 9.7...

dependencies

The tests have been implemented using JUnit 4 and Hamcrest. In this task, let's update to JUnit 5 and get rid of the Hamcrest dependency, if possible. Acceptance criteria -...

info:help wanted
epic:build

Plugin works, but adds only classes included from dependencies to the diagram. Java classes, which are not imported via dependencies and reside in src/main folder are missing. I thought following...

code ```java abstract class AbstractResource { private String path; public String getPath() { return path; } public void setPath(String path) { this.path = path; } } ``` the puml generated...

type:bug
info:help wanted
epic:core

When I run ```java mvn com.iluwatar.urm:urm-maven-plugin:help -Ddetail=true -Dgoal=map ``` got ```java [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.041 s [INFO] Finished at: 2023-09-04T22:28:27+08:00 [INFO] ------------------------------------------------------------------------ [ERROR]...

type:refactoring
epic:core

I have tried this with 1.4.8 and I cannot get it to work with 2.0.0 (see #86) but no matter what I choose for `` in the POM file, I...

type:bug
info:help wanted

package private abstract classes are generated with the plugin in this manner: abstract ~class SomeAbstractClass { ... } which is a syntax error: ![Screenshot Capture - 2022-05-10 - 16-08-36](https://user-images.githubusercontent.com/58313907/167648715-842fe002-8348-4be6-b5b6-aa575d0d8d20.png) Normally...

type:bug
info:help wanted
epic:core
priority:normal

Change visibility of the constructor of DomainMapper to public, so when using the urm core as a dependency I am able to generate diagrams from a list of classes

In addition to class diagrams it would be awesome to support sequence diagrams. After some research, it seems that all of the current presenters support that diagram type, so it...

info:help wanted
epic:core
epic:plugin
priority:high
epic:documentation
type:feature