fasten-project / fasten

Analyse package dependency networks at the call graph level
https://www.fasten-project.eu
Apache License 2.0
91 stars 28 forks source link

Fix broken equals method in MavenProduct #417

Closed proksch closed 2 years ago

proksch commented 2 years ago

One of the recent refactorings broke the behavior of MavenProduct. I have fixed the issue and provided a test suite for that class to prevent a regression in the future. This should address the first part of Issue #413. Please find the regression test in MavenProductTest:L68