Is there a bug in using hide when class has separators

0 votes
asked Mar 29, 2013 in Bug by alexnet (120 points)
recategorized Mar 29, 2013 by plantuml
@startuml
 
  class X {
      + End() : int
      - Count : int
      '__ Messages __
      AnnounceEnd() : int
     Message : String
  }

  hide X members

  @enduml

If the separator in the class is uncomment it, the hide stops working.

Is this a bug?

1 Answer

+1 vote
answered Mar 29, 2013 by plantuml (294,960 points)
Hello,

Yes, it's a bug : thanks for the report.

We will post a message here when this will be fixed.

Regards,
commented Mar 29, 2013 by plantuml (294,960 points)
You can download here a beta that fix this:
http://dl.dropbox.com/u/13064071/plantuml.jar
Regards,
...