-
Notifications
You must be signed in to change notification settings - Fork 34
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
ExecutionException on JacksonDatabind-{58..112} #72
Comments
I modified the source code of the class com.gzoltar.core.util.IsolatingClassLoader.java by adding the following condition to method loadClass. And it works for JacksonDatabind 58..112. I do not know whether this is right. @jose |
Many thanks @hondouhe for taking the time to debug this issue and for proposing a fix. I will give it a try on a few bugs from the Defects4J dataset and let you know. In the meantime, any chance you could create a pull-request with that change to line 48? |
A
ExecutionException
is thrown when GZoltar is executed onJacksonDatabind-{58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112}
(D4J v2.0.0 (<= b8954f0)):The text was updated successfully, but these errors were encountered: