Unexpected Error when using << Stereotype >> with Activity (Beta)

0 votes
asked Aug 21, 2014 in Bug by sberke (160 points)

I did not see official support for << Stereotypes >> in legacy or beta Activity Diagram support, but I got an unexpected error when using "<< Foobar >>" as the activity/action name.

Test cases, one of which resutls in unexpected error.

Test Case 1: 

@startuml

start

: << Automobile >>;

stop

@enduml

 

Behavior:  No Error

 

Test Case 2:

 

@startuml

start

: << Automobile >> Pinto;

stop

@enduml

 

Behavior:  No Error

 

Test Case 3:

@startuml

start

: << Automobile >>

Pinto;

stop

@enduml

 

Behavior:  Syntax Error

Test Case 4:

@startuml

start

: << Automobile >>\nPinto;

stop

@enduml

 

Behavior:  No Error

 

1 Answer

0 votes
answered Aug 24, 2014 by plantuml (294,960 points)
Hello,

Thanks for the report : this has been fixed in V8004.

Regards,
...