`defects4j compile` does not compile tests for some Mockito bugs
andre15silva opened this issue · 1 comments
andre15silva commented
When attempting to compile Mockito
bugs [24, 26, 29]
with defects4j compile
I am only able to compile the source classes (i.e. no classfile are found under target/test-classes
).
To fully compile the project (source + tests), I have to run the command defects4j test
.
andre15silva commented
Nevermind!
I just realized that this error is in fact #39, and not what I described before.
Sorry for the spam.