How can I hide members in ASCII art class diagram

0 votes
asked Feb 22, 2018 in Closed bug by anonymous

Hi....

I have following simple example:

@startuml
class A
hide members
@enduml

The diagram i really want to generate is far more complex, of course.

In the PNG members are hidden, but in the ATXT, they're not:

,-.
|A|
|-|
|-|
`-'

This is my command:

java -jar plantuml.jar -txt A.txt

My version is:

>java -jar plantuml.jar -version
PlantUML version 1.2018.01 (Sun Jan 28 19:08:22 CET 2018)
(GPL source distribution)
Java Runtime: Java(TM) SE Runtime Environment
JVM: Java HotSpot(TM) 64-Bit Server VM
Java Version: 1.8.0_144-b01
Operating System: Windows 10
OS Version: 10.0
Default Encoding: Cp1252
Language: de
Country: DE
Machine: MSGN04182
PLANTUML_LIMIT_SIZE: 4096
Processors: 4
Max Memory: 3,774,873,600
Total Memory: 255,328,256
Free Memory: 250,001,352
Used Memory: 5,326,904
Thread Active Count: 1

The environment variable GRAPHVIZ_DOT has been set to C:\Progra~2\Graphviz2.38\bin\dot.exe
Dot executable is C:\Progra~2\Graphviz2.38\bin\dot.exe
Dot version: dot - graphviz version 2.38.0 (20140413.2041)
Installation seems OK. File generation OK

Thank you for your help....

Lars

1 Answer

0 votes
answered Feb 22, 2018 by plantuml (295,000 points)
Thanks for the report.

This is fixed in last beta http://beta.plantuml.net/plantuml.jar

However, do not expect too much on ASCII art class diagram, some functionalities are not implemented...
...