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 quality analyzer overmatches and exceptions #475

Closed MagielBruntink closed 2 years ago

MagielBruntink commented 2 years ago

Description

Improved the matching of quality analysis results to callables in the metadata DB. In particular, when constructors contained nested classes, callables could be accidentally matched. This has been improved by requiring the uri of callables to include leading class name + the callable name itself.

Testing

Tested locally with DC for Java, Python, and C.

Fixes #474.