-
Notifications
You must be signed in to change notification settings - Fork 78
Description
First of all, I really appreciate your work on making SZZ algorithm public. This is truly helpful for researchers and practitioners.
Secondly, I am not using it with docker, and I am windows user.
Questions:
[1] I noticed that annotation.json is created quickly, however, the command line still shows "trying to find potential bug introducing commit" and stalls for a very long time. Based on the documentation, if "annotation.json" has same information as "fix_and_introducers_pairs.json", but shows details about bug introducing file rather commit, I do not understand why it stalls for a long time to get commits.
As soon as I run the program following happens
A.

B. inside each one I already have

C. however, it stalls for a very long time here.

[2] I was wondering how would i be able to get file introducing the bug rather than commit level? Can I traverse the annotation.json and look for filePath?
thank you!
