You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, the superclass is rendered omitting any non-abstract method for clarity and focus.
Describe the solution you'd like
Sometimes it may be beneficial to include the entire superclass diagram in the class diagram as well.
This can be the case if it is structurally 'part of' the solution implementation.
For an example, see the ContextAwareExecutorService documentation. This would become clearer if the diagram of DelegatingExecutorService were also included.
Possible ways to configure this:
Some kind of 'include superclass' annotation.
Some kind of 'include in subclasses' annotation. (which might fit the delegation classes)
Describe alternatives you've considered
...
Additional context
This might provide a good first usecase for per-class UML configuration, opening the door for other fine-grained config features.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, the superclass is rendered omitting any non-abstract method for clarity and focus.
Describe the solution you'd like
Sometimes it may be beneficial to include the entire superclass diagram in the class diagram as well.
This can be the case if it is structurally 'part of' the solution implementation.
For an example, see the
ContextAwareExecutorService
documentation. This would become clearer if the diagram ofDelegatingExecutorService
were also included.Possible ways to configure this:
Describe alternatives you've considered
...
Additional context
This might provide a good first usecase for per-class UML configuration, opening the door for other fine-grained config features.
The text was updated successfully, but these errors were encountered: