Instead of using the in-house built DiffParser, we can use https://github.com/java-diff-utils/java-diff-utils to extract information from diffs. Further, we are going to split the hit lines between original and new hit lines, separating the search for callables before and after the release of the patched version. This allows for a more accurate search of callables.
Instead of using the in-house built DiffParser, we can use https://github.com/java-diff-utils/java-diff-utils to extract information from diffs. Further, we are going to split the hit lines between
original
andnew
hit lines, separating the search for callables before and after the release of the patched version. This allows for a more accurate search of callables.