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

Issue with resolving `classpath` in CI #1046

Closed algomaster99 closed 1 year ago

algomaster99 commented 1 year ago

The classpath cannot be resolved for tests in CI. See https://github.com/ASSERT-KTH/sorald/actions/runs/5601897478/jobs/10246420436#step:11:134 and https://github.com/ASSERT-KTH/sorald/pull/1045. It works locally, by the way.

algomaster99 commented 1 year ago

This was fixed in https://github.com/ASSERT-KTH/sorald/pull/1045.