Keep track of the name of the modified code when applying fixers
We can then execute the following query, for example, to find out the bits of code for which there is no information traced at runtime: (This is an example for the "division" problem) SELECT filename FROM modified WHERE fixer = "division" AND filename NOT IN (SELECT filename FROM division)
Showing
Please register or sign in to comment