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:
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.
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: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