Sketch It generating invalid Plant UML

Issue #54 new
Former user created an issue

Generated:

@startuml

title OBJ's Class Diagram\n

namespace { namespace et.autodata.vci.service { namespace dao { namespace obj { class net.autodata.vci.service.dao.obj.GetBBVinDataQuery { {static} - sql : String + GetBBVinDataQuery() # mapRow() } } } } }

Should be generated like this I think:

@startuml

title OBJ's Class Diagram\n

namespace net.autodata.vci.service { namespace dao { namespace obj { class net.autodata.vci.service.dao.obj.GetBBVinDataQuery { {static} - sql : String + GetBBVinDataQuery() # mapRow() } } } }

Comments (5)

  1. Cédric Sougné

    Same here, it’s the forst time I’m trying your plugin maybe am I missing something…

  2. Log in to comment