René Just
René Just
I wasn't able to reproduce this. @Greg4cr Have you been successful in reproducing this? @poosomooso Do you have more information on this? Thanks, René
Hi José, It seems that the difference is caused by an instanceof check on the class loader: ``` public void testCompareTo_classloader_equal() throws Exception { ClassLoader cl = ValuedColorEnum.class.getClassLoader(); if (cl...
Currently, the `run.dev.tests` target calls Ant's `junit` task with proper classpath settings and the list of tests. We can (for testing purposes) replace the `junit` task with a call to...
José, Any chance that you could implement this change so that we can try to reproduce all defects with JUnitCore? Seems like this "only" requires some changes in the top-level...
Hi @ekincanufuktepe, You probably can inject multiple active bugs in a single version of the project, but probably not all of them. I suspect that injecting multiple bugs into the...
@mernst, @Greg4cr, @jose, any thoughts?
I am inclined to be more verbose to avoid confusion and mistakes. I don't feel strongly about `b-min` vs. `b-pure`. I'd like to keep `b-orig`, though, to indicate that this...
Hi @runboo-fly, Depending on how your refined version of EvoSuite needs to be invoked, you could: 1. Replace the default version of EvoSuite with your version in [init.sh](https://github.com/rjust/defects4j/blob/master/init.sh#L153). 2. Add...
Hi @keepingm, These external test suites are compressed archives of JUnit test classes (source code). When using the -s argument, defects4J extracts these test suites, and then compiles and runs...
Thanks for reporting this, @h4iku. Can you please let us know what your OS and system environment you are using?