methods2test
methods2test copied to clipboard
methods2test is a supervised dataset consisting of Test Cases and their corresponding Focal Methods from a set of Java software repositories
Firstly, thanks for sharing this artefact. I've been browsing through the repository and I've found your implementation and documentation to be quite valuable. However, there seems to be a missing...
Fixes #5 1. Running `find_map_test_cases.py` was producing the following error: ``` OSError: dlopen(/Users/boraelci/methods2test/scripts/java-grammar.so, 0x0006): tried: '/Users/boraelci/methods2test/scripts/java-grammar.so' (not a mach-o file), '/usr/lib/java-grammar.so' (no such file) ``` I found out that the...
Running `find_map_test_cases.py` is producing the following error: ``` OSError: dlopen(/Users/boraelci/methods2test/scripts/java-grammar.so, 0x0006): tried: '/Users/boraelci/methods2test/scripts/java-grammar.so' (not a mach-o file), '/usr/lib/java-grammar.so' (no such file) ``` The `(not a mach-o file)` part indicates an...
OSError: dlopen(java-grammar.so, 6): image not found
@ASvyatkovskiy @micheletufano First of all, thanks for this great resource. Unfortunately, the dataset does not contain commit hashes of the projects or dates when they were scraped. To calculate the...