No stereotype on empty components

0 votes
asked Jan 4, 2016 in Bug by anonymous

Stereotypes of empty components are not shown in diagrams...

The following patch should correct this :

https://filex.univ-jfc.fr/get?k=hfwiQLpaVIMzD7wjzYB

 

@startuml
rectangle "empty rectangle" <<foobar>> {
}
rectangle "outer" <<foobar>> {
  rectangle inner
component "empty component" <<foobar>> {
}
@enduml

 

 

 

 

1 Answer

0 votes
answered Jan 4, 2016 by plantuml (294,660 points)
Many thanks for the patch : it will be included in next release (probably next week-end).

Regards
...