[BUG] AspectModelFileLoader.load returns wrong headerComment #701
Labels
acknowledged
Has been viewed by one of the maintainers and is ready for further work, discussion or other steps.
bug
Something isn't working
How: List of performed steps
What: Actual result vs expected result
https://github.com/eclipse-esmf/esmf-semantic-aspect-meta-model/blob/main/documentation/decisions/0008-copyright-and-license-information.md#more-information
"All copyright and license information for an aspect model file is given at the beginning of a file in one continuous block ("the comment block") of commented lines (lines that start with the # symbol), before any @Prefix declarations."
Having
=> AspectModelFileLoader.load will return all lines as headerComment
AspectModelFileLoader.load will return as headerComment
It will cut the last line from headerComment.
Where: (e.g. component, version, url, your system info)
esmf-aspect-meta-model-java:2.9.7
Input (files/screenshots)
Output (files/screenshots)
Additional context (e.g. references)
The text was updated successfully, but these errors were encountered: