-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use mujava to mutate the entire project? #20
Comments
There is a similar question in FAQ. |
Hi.After many attempts, I still can't successfully use mujava to mutate in a large java library. My operations are as follows: |
According the answer of question 1 in FAQ, it is usually due to corrupted result data in the result folder. You should delete everything in the result folder and try again. Is your GUI showing after typing the command? |
My gui is displayed. I have tried to delete the result folder and run it multiple times, it is still the original error |
There is instruction in FAQ. What is ur CLASSPATH setting? |
But I put all the class files compiled in “idea” into the classes folder |
Could you share your code or Mujava directory structure? |
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.
The text was updated successfully, but these errors were encountered: