ASSERT-KTH / sorald

Automatic repair system for static analysis warnings from SonarQube's SonarJava, TDSC 2022 http://arxiv.org/pdf/2103.12033
MIT License
89 stars 27 forks source link

May I ask if SoraldBot's code is open source? #1072

Closed codeseedling closed 1 year ago

algomaster99 commented 1 year ago

@khaes-kth

khaes-kth commented 1 year ago

@codeseedling Yes, it is. You can see the related document here: https://github.com/eclipse/repairnator/blob/master/doc/repair-tools.md#sorald

I'm not sure if the documentation is updated. Last time I used the following command to run SoraldBot:

REPAIR_TOOL=SoraldBot GITHUB_OAUTH={key} SELECTED_COMMITS_PATH={workingDir}/selected-commits.csv CREATE_FORK=true SONAR_RULES={rule} WORKSPACE_FOLDER={workingDir}/{rule}/workspace OUTPUT_FOLDER={workingDir}/{rule}/output java -jar repairnator-realtime.jar 1>> {rule}/log.log 2>> {rule}/err.err