Hi,my problem now is that I want to mutate the java files in the entire joda-time project, but the java files will call the methods of other classes of the package or the methods of other package classes. Can situations like this be handled by mujava?
No matter I put the whole project or a single java file into the src folder, it will report an error.
If I put a single java file into the src folder, the log file shows the following error:
[Error] MonthDay.java java.lang.NoClassDefFoundError: Could not initialize class org.joda.time.DateTimeFieldType
MutantsGenPanel:
java.lang.NoClassDefFoundError: Could not initialize class org.joda.time.DateTimeFieldType
If I put the whole project into the src folder, the log file shows the following error:
[Error] org\joda\time\Chronology.java java.lang.NoClassDefFoundError: Could not initialize class org.joda.time.DateTimeZone
MutantsGenPanel:
java.lang.NoClassDefFoundError: Could not initialize class org.joda.time.DateTimeZone
Regards.
Hi,my problem now is that I want to mutate the java files in the entire joda-time project, but the java files will call the methods of other classes of the package or the methods of other package classes. Can situations like this be handled by mujava?
No matter I put the whole project or a single java file into the src folder, it will report an error.
If I put a single java file into the src folder, the log file shows the following error:
If I put the whole project into the src folder, the log file shows the following error:
Regards.