Hi, I am trying to replicate your works and I get some troubles. I don't understand how to run ProFL on Mockito projects of Defects4J v1.2.0. I have successfully install the D4J and ProFL, and successfully run ProFL on the three examples provided in README. However, there is no pom.xml file in Mockito projects, also not in Chart.
It seems the Defects4j used in the examples comes from Defects4J-Maven, which made all D4J projects available for Maven. However, I failed to run ProFL on Mockitos of D4J-Maven, either.
Specifically, the trace back reminded that some Java features are not supported, such as generics, annotations. And the default java version is 1.3 when compiling Mockito projects, while my jdk=1.7.
Could you please give me some instructions? Thanks a lot!
Hi, I am trying to replicate your works and I get some troubles. I don't understand how to run ProFL on Mockito projects of Defects4J v1.2.0. I have successfully install the D4J and ProFL, and successfully run ProFL on the three examples provided in README. However, there is no pom.xml file in Mockito projects, also not in Chart.
It seems the Defects4j used in the examples comes from Defects4J-Maven, which made all D4J projects available for Maven. However, I failed to run ProFL on Mockitos of D4J-Maven, either.
Specifically, the trace back reminded that some Java features are not supported, such as generics, annotations. And the default java version is 1.3 when compiling Mockito projects, while my jdk=1.7.
Could you please give me some instructions? Thanks a lot!