Strange stereotypes grouping

0 votes
asked Nov 5, 2020 in Bug by Stephen (180 points)

Hello,

I'm playing with stererotypes and I can see what I consider as a strange behavior when using several of them.

The following code:

component 1 <<1>>
component 2 <<1>> <<2>>
component 3 <<1>> <<2>> <<3>>
component 4 <<1>> <<2>> <<3>> <<4>>
component 5 <<1>> <<2>> <<3>> <<4>> <<5>>
component 6 <<1>> <<2>> <<3>> <<4>> <<5>> <<6>>
component 7 <<1>> <<2>> <<3>> <<4>> <<5>> <<6>> <<7>>
component 8 <<1>> <<2>> <<3>> <<4>> <<5>> <<6>> <<7>> <<8>>
component 9 <<1>> <<2>> <<3>> <<4>> <<5>> <<6>> <<7>> <<8>> <<9>>

1 .. 2
2 .. 3
3 .. 4
4 .. 5
5 .. 6
6 .. 7
7 .. 8
8 .. 9

will be rendered grouping stereotypes as a single one or keeping the last one alone:

preview

Is that behavior normal ?

1 Answer

+1 vote
answered Nov 6, 2020 by plantuml (296,000 points)
Thanks for the report. This is indeed a bug.

It has been solved in last beta http://beta.plantuml.net/plantuml.jar and on the online server.
...