"An error has occured" whilst creating diagram with ports and separators

0 votes
asked Sep 8, 2016 in Bug by Potherca (430 points)
I received an error whilst building a diagram. It told me to report the issue here.
I've managed to bring the diagram down to the one below. The error _seems_ to be caused by a combination of using ports (with ::) in the connections and separators (with  ..) in de class definition.
 
 
@startuml
class A {
    one
    ..
    two
}
 
class B
 
A::one --> B
@enduml
 

2 Answers

+1 vote
answered Sep 8, 2016 by plantuml (295,000 points)
selected Sep 8, 2016 by Potherca
 
Best answer
It was easier to fix than expected.

The following beta should work fine now:
https://dl.dropboxusercontent.com/u/13064071/plantuml.jar

Tell us if yo ufind other issues.
Thanks again for the report!
0 votes
answered Sep 8, 2016 by plantuml (295,000 points)
You are right, this is the combinaison that causes the crash.

We are going to investigate this.

We'll post here when we will have some news.

Thanks for the report!
...