Names of nested nodes with <<stereotype>> (component diagrams)

0 votes
asked Jul 26, 2014 in Closed bug by Fuhrmanator (1,700 points)

The following source code seems to inconsistently generate Nodes:

node N <<device>> {

 node "SUSE Linux Ent 10" <<OS>> {

   rectangle shopping.war <<web archive>>

 }

}

node A <<device>>

skinparam node {

  backgroundColor<<device>> LightBlue

  backgroundColor<<OS>> Pink

}

A looks OK, since it's preceded by <<device>>, but N is not OK (the <<OS>> appears on the line following its name).

1 Answer

0 votes
answered Feb 24, 2018 by Anthony-Gaudino (5,720 points)
Seems OK on newer versions of PlantUML.
...