Skip to content
This repository was archived by the owner on Nov 16, 2024. It is now read-only.
This repository was archived by the owner on Nov 16, 2024. It is now read-only.

Generics within Generics not Represented On Diagrams #9

@gboersma

Description

@gboersma

Generics embedded within generic parameters are not represented well across all diagrams:

  • Fields show only the first level of generics, e.g. List<Optional<String>> shows up as List<Optional>.
  • A relationship with an embedded generic is not shown on the diagram, e.g. List<Optional<MyClass>> will not show a uses relationship with MyClass.
  • Specifying wildcards as generic parameters can be problematic when generating diagrams: can show as a separate package on a package diagram.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions