Open qhanam opened 8 years ago
Thanks for bringing this up. Not sure what the problem is yet, but we'll have a look this weekend.
@yasutaka-kamei I've updated the build dependencies. Please re-build with mvn -U clean install
.
Also, the instructions for running BugAID have been updated in the README at https://github.com/saltlab/BugAID
@qhanam thank you for updating the build dependencies. I re-build with mvn -U clean install
, but got another error.
@yasutaka-kamei we haven't been able to reproduce this error. I've run it on a few different machines now, including Windows. Is there another machine you could run it on? The only thing I can think of is that there is another version of Gumtree that is cached in your local maven repo.
Otherwise, the executable isn't a super important part of the artifact.
@qhanam when I use another machine with Ubuntu 10.4 + JDK 8.0, mvn install
works. Thank you so much for your effort to solve my issue!
Btw, I could not run on the machine with JDK 6, which is originally installed in Ubuntu 10.4. I share this information with you for people who may later face the same issue I got.
Oh good! Yes, BugAID requires JDK 8 to run.
Dear authors,
The artefact is to me the most insightful, useful, and usable artefact that I reviewed. It is useful to researchers that can use the tool on their own Java script programs, navigate the results and use the bug patterns as benchmark of their analysis from the online web page and contribute to the tool from github.
The description of how to use the tool is in github. There is also a very detailed and interactive page that helps the users install and run the tool. Buttons on the main page do not work though. To use and update the tool one installs and uses maven. The tool is portable on JVM.
Barbara
This artifact paper provides a replication package including an executable for reproducing the dataset of the author's FSE'16 paper, the raw data and a graphical web interface for exploring the data.
Note these labels are still "under discussion" and are still subject to change prior to the final notifications Friday.
[Recommendation]: Maybe Platinum
The paper does not follow the instructions provided in the CFP. The first page must describe the artifact and the scorecard dimensions, and the second page must show how to use the artifact. However, the first page of this paper includes instructions about how to use the artifact, and the second contains the scorecard dimension. Reordering the pages is enough to comply with the CFP.
[Insightful]
[Useful]:
[Usable]:
@timm since @shaiduc agrees with "platinum", I am keeping the label as is.
@qhanam
I've cloned bugaid and tried
mvn install
, but failed it. Would you please help me to solve the problem? I've attached two log files when I conductmvn install
andmvn --version
mvninstall-X.txt mvn_--version.txt