-
-
Notifications
You must be signed in to change notification settings - Fork 106
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
ERROR - ERROR MutationSupporter - Pb(324) The type javax.annotation.Nullable cannot be resolved. #357
Comments
it seems you are missing to pass to Astor one dependency (using argument
So, adding all the dependencies from the project under repair using the mentioned argument would solve the issue. Regards |
Thanks. Now how do I use this dependency? I'm already using this argument ( -dependencies I don't understand, give me an example that works. |
Yes, but the project you are trying to repair (Closure-10) has more dependencies, not only junit.
Regards |
I'm still having the same error My command:
My output:
What am I doing wrong? |
I ran this astor command:
java -cp /home/julia/mestrado/teste/astor_bkp/target/astor-2.0.0-jar-with-dependencies.jar fr.inria.main.evolution.AstorMain -mode jKali -location /home/julia/mestrado/teste/Bugs/Closure-10 -maxtime 120 -mode statement -package org.apache.commons -jvm4testexecution /usr/lib/jvm/java-8-openjdk-amd64/bin/ -srcjavafolder /src/java/ -srctestfolder /src/test/ -binjavafolder /target/classes -bintestfolder /target/test-classes -flthreshold 0.5 -stopfirst true -faultlocalization CoCoSpoon -javacompliancelevel 8 -allpoints true -dependencies /home/julia/mestrado/teste/astor_bkp/astor/examples/libs/junit-4.4.jar
The output was:
How to solve this?
The text was updated successfully, but these errors were encountered: