You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNING: Name 'swdd.some_specobject_id' does not match legacy name pattern '(\p{Alpha}+)(?:~\p{Alpha}+)?:(\p{Alpha}[\w-](?:.\p{Alpha}[\w-])*+)': using artifact type 'unknown'.
and tries to match linkage to an unknown~swdd.some_specobject_id specobject, which of course doesn't exist and therefore fails the tracing graph.
The ReqM2 is valid based on the specification - you do not have to include the type in linksto items.
Steps to Reproduce
see above
Expected behavior
linksto ID is matched based just on the id, not id/type combination. this could be controlled by command-line flag (sth. like "id_based_matching") to avoid problems with non-ReqM2-using tracing projects which might use the same id in different types with the current matching.
Environment
OFT: 3.6.0
OS: OpenSUSE Leap 15.4
Java Version: openjdk version "11.0.17"]
Maven Version (in case of build problems only): n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered:
Hi @insi-eb, OFT IDs always need an artifact type an ID without artifact type is incomplete. For formats that do not have the concept of an artifact you need to inject the artifact type from the side.
This is not yet a feature of the OFT core though. First we need #353 (central config) and then this feature could be extracted from the Gradle plugin. We don't have a lot of time on our hands at the moment, so your help would be appreciated.
Description
if the ReqM2 importer sees something like the following:
it emits a warning
and tries to match linkage to an
unknown~swdd.some_specobject_id
specobject, which of course doesn't exist and therefore fails the tracing graph.The ReqM2 is valid based on the specification - you do not have to include the type in linksto items.
Steps to Reproduce
see above
Expected behavior
linksto ID is matched based just on the id, not id/type combination. this could be controlled by command-line flag (sth. like "id_based_matching") to avoid problems with non-ReqM2-using tracing projects which might use the same id in different types with the current matching.
Environment
Additional context
n/a
The text was updated successfully, but these errors were encountered: