Line numbers of error messages in the sequence diagram are different.

0 votes
asked Jul 5, 2019 in Bug by ichi

Hi,

Line numbers of error messages in the sequence diagram are different.
In the following cases

@startuml
participant "Famous Bob" aass Bob << Generated >>
@ enduml


* Command line (said line 1)

C:\temp> java -jar plantuml.jar small.txt
Error line 1 in file: C:\temp\small.txt
Some diagram description contains errors

C:\temp>


* png (said line 2)

[From small.txt (line 2)]

@startuml
participant "Famous Bob" aass Bob << Generated >>


Thank you.

1 Answer

0 votes
answered Oct 6, 2020 by The-Lu (63,920 points)

Hello I.,

With the new version 1.2020.17-18, this is fixed.

Thanks to PlantUML team,
Regards,
Th.

...