hallvard / plantuml

Embed UML diagrams in files and view them in Eclipse
http://plantuml.sourceforge.net/
209 stars 57 forks source link

Wrong UML syntax #115

Closed mnlipp closed 3 years ago

mnlipp commented 3 years ago

As far as I know, the UML class diagram syntax is "name: type" in all contexts (attributes, parameters, function and return type).

The generated "PlantUML Source" does not follow this rule. It uses Java syntax ("type name").

hallvard commented 3 years ago

I'll incorporate this into the next release, but due to other refactoring I'll not use the PR.