uml-java-doclet icon indicating copy to clipboard operation
uml-java-doclet copied to clipboard

Doclet to generate UML diagrams for Javadoc using PlantUML.

Results 6 uml-java-doclet issues
Sort by recently updated
recently updated
newest added

What do I need to apply it in gradle?

Delete unnecessary attributes and references

Relationships from an outer class to an inner class are not shown on the diagrams. Add them to improve navigation between classes.

Generics embedded within generic parameters are not represented well across all diagrams: - Fields show only the first level of generics, e.g. `List` shows up as `List`. - A relationship...

In Java 9, the doclet tool was completely reworked and is not backwards compatible with version 8-.

Bumps [net.sourceforge.plantuml:plantuml](https://github.com/plantuml/plantuml) from 1.2020.4 to 1.2023.9. Commits 74574c4 chore: Version 1.2023.9 6475c39 chore: add tests for testCanWeReadThisEnvironmentVariable ff6e71e fix: only allow to read some environment variables fbe7fa3 feat: remove legacy...

dependencies