incoming message bug in txt

0 votes
asked May 28, 2019 in Bug by anonymous

Hi,

This is working in 2019.04 but doesn't work in 2019.06 when generating txt output.

@startuml
[-> Bob : hello
@enduml

http://www.plantuml.com/plantuml/txt/SoWkIImgAStDuOhMjLDmoazIi5B8ICt9oUToICrB0Oe30000

Also Bob ->]  has same result

java.lang.ClassCastException: net.sourceforge.plantuml.asciiart.ComponentTextArrow cannot be cast to net.sourceforge.plantuml.skin.rose.AbstractComponentRoseArrow
	at net.sourceforge.plantuml.sequencediagram.graphic.MessageExoArrow.getArrowYStartLevel(MessageExoArrow.java:166)
	at net.sourceforge.plantuml.sequencediagram.graphic.Step1MessageExo.prepareMessage(Step1MessageExo.java:78)
...

An error has occured : java.lang.ClassCastException: net.sourceforge.plantuml.asciiart.ComponentTextArrow cannot be cast to net.sourceforge.plantuml.skin.rose.AbstractComponentRoseArrow
You know what surprised me the most? It wasn't meeting them. It was meeting you.

Diagram size: 3 lines / 37 characters.

PlantUML (1.2019.07beta1) cannot parse result from dot/GraphViz.

Please go to http://plantuml.com/graphviz-dot to check your GraphViz version.

br,

Hannu

1 Answer

0 votes
answered May 28, 2019 by plantuml (295,000 points)
This should be fixed in last beta http://beta.plantuml.net/plantuml.jar

Thanks for the feedback!
...