Skip to content

How to use mujava to mutate the entire project? #20

@Provence613

Description

@Provence613

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions