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
When the various org.spdx.utility.compare.LicenseCompareHelper methods are called with the official MIT license text, the library gives inconsistent results (emoji represent whether each one is an expected result or not):
When the various
org.spdx.utility.compare.LicenseCompareHelper
methods are called with the official MIT license text, the library gives inconsistent results (emoji represent whether each one is an expected result or not):.isTextStandardLicense("MIT", <text>).isDifferenceFound()
returnsfalse
✅.isStandardLicenseWithinText(<text>, "MIT")
returnsfalse
❌.matchingStandardLicenseIds(<text>)
returns an empty array ❌.matchingStandardLicenseIdsWithinText(<text>)
returns an empty array ❌Tested with Spdx-Java-Library v.1.11 and SPDX license list 3.23.
The text was updated successfully, but these errors were encountered: