SZZUnleashed icon indicating copy to clipboard operation
SZZUnleashed copied to clipboard

An implementation of the SZZ algorithm, i.e., an approach to identify bug-introducing commits.

Results 13 SZZUnleashed issues
Sort by recently updated
recently updated
newest added

A lot of open-source projects rely on Github issues for their issue tracker. Since researchers work a lot with open source repositories, I think it's extremely valuable to have a...

Fixes #38. Simply reverse the pair order before adding them to `bugIntroducers`. Also pass `pair[1]` to `isPartialFix` as `pair[1]` corresponds to the bug-fixing commit. A more involved alternative would be...

It seems to me that in the following code snippet https://github.com/wogscpar/SZZUnleashed/blob/79f369fe2ccd2ae8c12d4e38edf71e7d988a8c68/szz/src/main/java/heuristics/SimpleBugIntroducerFinder.java#L180-L207 `pair[0]` is a bug-introducing commit, and `pair[1]` is a bug-fixing commit as defined in the issue list. However, in...

How to use olt parameter that you talked about in #28. I want to try it to avoid MemoryError. Thanks

I refer to[ it](https://github.com/wogscpar/SZZUnleashed/issues/28 ) and ran the SZZ program for **5 days** without getting any results. java **-Xmx64g** -jar ${JAR_PATH}/szz_find_bug_introducers-0.1.jar **-d 1** -i ${ISSUE_LIST_PA TH}/hadoop.json -r ${REPOS_PATH}/hadoop/ ```bash $...

docker image name is '**ssz**' But Readme is running '**szz**'.

So a local installation of Gradle is not required

in commit.json file, the line number in the diff dict , the result seen not right, it should +1 ,that is the really right line number ![image](https://user-images.githubusercontent.com/6964441/78243735-dadf0280-7516-11ea-9487-acbbc144ac6f.png) execute the cmd...

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...