Clark Wang
Clark Wang
With the review of 12,000 repos, I have found the reference for function names ambiguous. For example, in the image given below, we could see there are two select_builder, but...
https://github.com/SoftwareUnderstanding/inspect4py/blob/3ed30dd219dbcb079151906cd68d7556d56fc383/inspect4py/utils.py#L326 Should change this line into: `file_module = abs_repo_path + "/" + m + ".py"`
I have reviewed most of the results from the inspect4py, and as far as I can tell, all **dependency** modules have the same type, which is external. However, from an...