We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
via https://github.com/CycloneDX/cyclonedx-python-lib/pull/701/files#diff-c90c501398d3d23a7a10846ec3ff03fb092a7c1a8f2fc90f79a29782892efcea
the duplicated code for bom-ref initializations in classes was extracted.
after the #701 was moved, the goal shall be: find all these code duplications, and use the newly extracted function instead.
The text was updated successfully, but these errors were encountered:
bom_ref_from_str
c5efc8c
refactor: reuse internal helper bom_ref_from_str (CycloneDX#727)
cf1d880
fixes CycloneDX#722 Signed-off-by: Jan Kowalleck <[email protected]> Signed-off-by: Saquib Saifee <[email protected]>
jkowalleck
Successfully merging a pull request may close this issue.
via https://github.com/CycloneDX/cyclonedx-python-lib/pull/701/files#diff-c90c501398d3d23a7a10846ec3ff03fb092a7c1a8f2fc90f79a29782892efcea
the duplicated code for bom-ref initializations in classes was extracted.
after the #701 was moved, the goal shall be:
find all these code duplications, and use the newly extracted function instead.
The text was updated successfully, but these errors were encountered: