claeis / umleditor

6 stars 11 forks source link

Block comments ignored when importing model #66

Closed beistehen closed 2 years ago

beistehen commented 2 years ago

According to the RefHB (2.3 and 2.4), block comments start with /*

UML Editor ignores comments starting with /* when importing an INTERLIS model. Expected behaviour is to add the comment to the comments section in the corresponding dialog. E.g. for classes: grafik

When changing the starting part of the block comment to /** (adding an additional *) in the model, the block comment is then imported correctly and added to the dialog. This behaviour should be corrected in a way that a regular block comment (according to the specification) is imported as well.

model_with_correct_block_comments.ili.txt

claeis commented 2 years ago

block and line comments are ignored by the umleditor, except the special ilidoc comments (claeis/ili2c#66)

sjib commented 2 years ago

uml_editor_beschreibung_doppelstern model_with_correct_block_comments_doppelstern.ili.txt