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
In the case that this information exists but does not contain any detected licenses Solicitor falls back to use the license information ("RawLicense") initially read from the package metadata via the Reader. This is reported via a log message and in the tracing information but not in the dataStatus (
The
dataStatus
field qualifies the quality of the license/IP information provided by aComponentInfoProvider
(i.e. the Scancode data). See https://github.com/devonfw/solicitor/blob/master/documentation/master-solicitor.asciidoc#1135-datastatus-values-of-the-scancode-integration .In the case that this information exists but does not contain any detected licenses Solicitor falls back to use the license information ("
RawLicense
") initially read from the package metadata via the Reader. This is reported via a log message and in the tracing information but not in thedataStatus
(solicitor/core/src/main/java/com/devonfw/tools/solicitor/componentinfo/ComponentInfoInventoryProcessor.java
Lines 166 to 173 in b41c48a
To be able to better sport those cases a specific dataStatus prefix should be used:
NL:<detailStatus>
The text was updated successfully, but these errors were encountered: