Class diagram: why there's an error when using both 'extends' and 'implements' statements in the same class?

0 votes
asked Jul 23, 2014 in Wanted features by anonymous

Let's have classes A, B and interface C

class A extends B: it works OK

class A implements C: it works OK

class A extends B implements C: SYNTAX ERROR

2 Answers

0 votes
answered Jul 23, 2014 by plantuml (294,960 points)
Thanks for the report : this is a bug of the parser.

We will fix it.
0 votes
answered Jul 23, 2014 by plantuml (294,960 points)
Hello,

This has been fixed in V8002 (with also multi inheritance and implementation)

Thanks for the suggestion!

Regards,
...