Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(model): Stop implementing Comparable with DependencyReference
The `AnalayzerResultBuilder` uses `copy()` which creates copies of `DependencyReference`s in its second test case. The assertion then checks the equality which succeeds with the `Comparable` interface implemented, but fails without. So, turn the `DependencyReference` into a data class to fix that. Signed-off-by: Frank Viernau <[email protected]>
- Loading branch information