Empty package ignores its stereotype

0 votes
asked Sep 28, 2016 in Closed bug by JohannesMeier (460 points)
recategorized Sep 28, 2016 by JohannesMeier

Hello,

in empty packages in class diagrams, a declared stereotype will be ignored which seems to be a bug:

 

@startuml
package p1 {
  class in1
}
package p2 <<Foo>> {
  class in2
}
package p3 {
}
package p4 <<Foo>> {
}
@enduml

 

http://plantuml.com/plantuml/png/AqXCpavCJrKeC5Ievb9GICv9B2vMoCmpvAhbAe196IdOsBZbvzlPeIWnGbPY39H2qc62fACM0000

1 Answer

+1 vote
answered Sep 28, 2016 by plantuml (294,960 points)
selected Sep 28, 2016 by JohannesMeier
 
Best answer
Many thanks for the feedback.

This has been fixed in last beta

https://dl.dropboxusercontent.com/u/13064071/plantuml.jar
commented Sep 28, 2016 by JohannesMeier (460 points)
Thanks a lot for the fast fix: It works fine for me!
...