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:

Is that behavior normal ?