Khalid Almosallamy

Results 6 comments of Khalid Almosallamy

Hi @rodrigo-brito, we are working on a graduation project and in one part of the project we need to use a refactoring tool such as RefDiff. The problem is that...

@rodrigo-brito Thanks for the fast reply! We have experimented a little with the built in Python AST library. [https://docs.python.org/3/library/ast.html](url) Form the AST library we can extract the following information: -...

Hey @rodrigo-brito, I just created a repo with a script that parses a python file and extract the following information from any function: - type - name - paramaters -...

[https://github.com/Mosallamy/refdiff-python](https://github.com/Mosallamy/refdiff-python)

Hello @rodrigo-brito, until now we have extracted all of the information out of the AST except for the function calls. Also we have thoroughly read the RefDiff paper and understood...

Hey @AishwaryaChat, please check with one of the maintainers as I'm not working on this project.