Gillis Werrebrouck

Results 3 issues of Gillis Werrebrouck

If a connection is between a class and an interface, the connection between them is compiled as an extension. Example: ```@startuml class A { + someProp string - someOtherProp number...

bug

When using the package keyword in a UML, plantcode throws an error. Example: input: ``` @startuml package test1 { class A { + c string - d string } }...

enhancement

Extends is not present if the right hand side of a connection is not present. Example: ```@startuml class A { + someProp string - someOtherProp number + number computeSomething(string x)...