Hide members / Hide methods not working in some environments

0 votes
asked Aug 19, 2015 in To be sorted by anonymous
Hello,

we love PlantUML and use it to generate UML class diagrams from XML files describing domain models.

One thing that has bothered us lately is that hide members / hide methods commands do not have any effect in some installations.

Is this problem already known? Perhaps related to version of PlantUml / Graphviz  or platform used?

Thanks a lot!

/Andreas

1 Answer

0 votes
answered Aug 19, 2015 by plantuml (295,000 points)

Hi,

This is probably related to PlantUML version (and probably not related to Graphiz).

You can check PlantUML version on your installation using:

@startuml
version
@enduml

Upgrading to the last version will probably help.

If it does not, you can post here a (simple and short) example that does not work, we will investigate the issue.

Thanks!

 

commented Aug 20, 2015 by anonymous
Hi, seems to be related to the PlantUML version. Users who use the eclipse plugin with PlantUML v 8018 are OK, however eclipse plugin with PlantUML v 8026 is not, and v 8026 is the latest?
Thanks,
Andreas
commented Aug 20, 2015 by plantuml (295,000 points)
It's weird that V8018 is ok and not V8026. Could you post here a simple non-working example ? (Or send us by email)
Thanks.
...