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

Improved callable name matching of the QualityAnalyzer (again). #477

Closed MagielBruntink closed 2 years ago

MagielBruntink commented 2 years ago

Description

Further tightened up the callable name matching in the QualityAnalyzer. A "(" is required at the end of a callable name to ensure that indeed we are matching against the callable part of a FASTEN URI.

Fixes #476.