svlad-90 / DLT-Message-Analyzer

"Extended search" plugin for the DLT-viewer
Other
76 stars 13 forks source link

[UML_VIEW] Symbol "-" is not allowed to appear in client and service names #137

Closed svlad-90 closed 3 years ago

svlad-90 commented 3 years ago

When the "-" symbol becomes the part of the UCL or US content the diagram creation fails: image

Non-working line: set-frequency <- systemd : [56.2618] serviceStart(success)

Working line: "set-frequency" <- systemd : [56.2618] serviceStart(success)

A simple wrap up into quotes fixes this issue. Please, fix it.