-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Addition of 202 new faults (9 projects) to core D4J #112
Conversation
Bringing up to date
Updating to match core D4J
Updating master branch
Up to date
Hi @rjust, do you plan to include these bugs in your dataset? |
Hi @tdurieux, Absolutely! We will incorporate these bugs after reviewing/minimizing the corresponding patches. Hopefully, these bugs will all be included in the next release. |
@Greg4cr, we finally got travis CI up and running for Defects4J. Could you please pull in the latest changes from master and update .travis.yml to also reproduce the bugs for these 9 projects? Thanks, |
Will take a look. |
This PR was accidentally merged into master and later reverted. @Greg4cr can you please open an new PR? |
Of course. Will do this and make sure TravisCI works on Monday.
…On Feb 10, 2018 7:12 PM, "René Just" ***@***.***> wrote:
This PR was accidentally merged into master and later reverted. @Greg4cr
<https://github.com/greg4cr> can you please open an new PR?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#112 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AB0-SpWnGwqbA37ML5OPqnqfWT2UWq_bks5tTjBagaJpZM4PEXqc>
.
|
Sounds good, thanks. Any chance that you could split the PR into 1) new bugs and 2) infrastructure improvements? The latter refers to the changes to the test generation scripts etc., which seem independent of the new bugs. |
apt-get update | ||
apt-get install oracle-java8-installer | ||
|
||
echo 'export JAVA_HOME=/usr/lib/jvm/java-8-oracle/' >> /home/greg/.bashrc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/home/greg/.bashrc
Is it normal that your username is hardcoded?
This should not be in this pull request. It is a temporary file. I will
remove this when I replace the pull request.
…On Feb 11, 2018 12:08 PM, "Thomas Durieux" ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In framework/experiments/setup_vm.sh
<#112 (comment)>:
> @@ -0,0 +1,46 @@
+#!/bin/bash
+# Gregory Gay ***@***.***)
+# Initial installation setup for local Ubuntu VM instances.
+# Must be run in sudo mode.
+
+# Install Java8
+
+## Latest JDK8 version is JDK8u141 released on 19th July, 2017.
+
+add-apt-repository ppa:webupd8team/java
+apt-get update
+apt-get install oracle-java8-installer
+
+echo 'export JAVA_HOME=/usr/lib/jvm/java-8-oracle/' >> /home/greg/.bashrc
/home/greg/.bashrc
Is it normal that your username is hardcoded?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#112 (review)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB0-SpwzNLDQEStgdz-korcFDGMheANwks5tTx6JgaJpZM4PEXqc>
.
|
This pull requests adds nine new projects to D4J:
Guava - 9 faults
Jsoup - 64 faults
CommonsCodec - 22 faults
CommonsCLI - 24 faults
CommonsCSV - 12 faults
CommonsJXPath - 14 faults
JacksonCore - 13 faults
JacksonDatabind - 39 faults
JacksonXML - 5 faults