Stereotype not show with uml2 component style

0 votes
asked Sep 10, 2015 in To be sorted by lxxc (200 points)

Hi,

I am using plantuml version 8030 and I have an issue to show stereotype of my component when I am using uml2 component style.

Example:

@startuml cmp_uml2_stereotype

 
skinparam componentstyle uml2
component "Component 1" as C1 <<My stereoptype>>
 
@enduml
 
Thanks,
Laurent

1 Answer

0 votes
answered Sep 10, 2015 by plantuml (294,660 points)
selected Sep 14, 2015 by lxxc
 
Best answer
Thanks for the report.

This has been fixed in last beta https://dl.dropboxusercontent.com/u/13064071/plantuml.jar

This will be included in next official release.
commented Jun 29, 2016 by anonymous
This seems to be broken again on 8043
commented Jun 29, 2016 by plantuml (294,660 points)
Thanks for the report.
The following example seems to work with V8043:

@startuml
skinparam componentstyle uml2
component "Component 1" as C1 <<My stereoptype>>
@enduml

http://www.plantuml.com/plantuml/uml/AyxEp2j8B4hCLKZEpot8pqlDAoakgSn9LIZDpJ7YWeifA3d3cOPA2ed52iw62ZOslfKAnIMfHQdv1IML1QbsTW00

Could you post here your example ?
Thanks
...