spdx / spdx/spdx-java-tagvalue-store
Duplicate verification errors
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 3
- Forks
- 1
- Avg merge
- 4d 6h
- Merged PRs (30d)
- 3
Description
With the fix for verifying related elements this verification now verifies any related package and related relationships recursively. This could generate a large number of duplicate verification errors if several of the relationship refer to the same element which contains a verification error.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the recursive related-element verification introduced by pull request 159 and trace how verification errors are collected across repeated references. Done means the same underlying verification error is reported only once, with regression coverage for multiple relationships referring to the same element.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100