hide empty members bug

0 votes
asked Jun 7, 2017 in Bug by Fuhrmanator (1,700 points)

The documentation at http://plantuml.com/PlantUML_Language_Reference_Guide.pdf states

The basic command is: hide empty members. This command will hide attributes or methods if they are empty.

However, it doesn't seem to work. The following example has an empty method, yet it's not hidden:

hide empty members
class A {
b
}
I'm always having to specify both 
hide empty methods
hide empty attributes
This has been like this for some time, and I wonder if it's not just a mistake in the documentation?

1 Answer

0 votes
answered Jun 7, 2017 by plantuml (294,960 points)
Thanks for the report.

It's indeed a bug. I think it was never seriously tested :-)

It should be fixed in last beta https://www.dropbox.com/s/koo42q3d9gxw288/plantuml.jar?dl=0

Regards and thanks again!
...