resess / Slicer4J

Slicer4J is an accurate, low-overhead dynamic slicer for Java programs.
MIT License
39 stars 17 forks source link

Missing .gitmodules file #13

Closed david-fong closed 2 years ago

david-fong commented 2 years ago

It seems that the root .gitmodules file wasn't committed to the repo. This problem prevents users of this repo from running the defects4j benchmarks.

https://git-scm.com/book/en/v2/Git-Tools-Submodules

khaled-e-a commented 2 years ago

Pushed the Defects4J files. Thanks for bringing this to my attention!

david-fong commented 2 years ago

Thanks. I see you pasted the repos in. The git submodule route seems cleaner (easier to update and doesn't bloat the repo) but this works.

I think you missed copying the LICENSE file for the jackson-core repos. I think you need to do that to fulfill the Apache license section 4a. Can you check?