-
Notifications
You must be signed in to change notification settings - Fork 29
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
Remove relative path in Dspot InputConfiguration #392
Comments
Are you working on this? I could have a look, I'll refactor |
No i'm fixing some problem about maven plugin (adding the new in line parameters). |
Hi @danglotb ,
The result is:
But if i execute dspot from pit using this command:
the result is different. @danglotb can you check if dspot runs correctly from maven? |
What do you mean? The original test suite does not kill 114 mutants over 371?
please, do not push directly on master, but rather open a pull request. |
The original test suite generate this result:
I'm sorry if I pushed into the master. It was a mistake. |
The difference is not significative. Thus, the number of generates mutants is the same. The difference in the killed mutant can come from TIMED_OUT execution or MEMORY errors. It would be great if you can provide the |
This has been fixed with recent changes. |
Characteristics
Description
In dspot/dspot/src/main/java/fr/inria/diversify/utils/sosiefier/InputConfiguration.java the file path of some properties (testSrc, src, classes, tmpDir) are stored as relative path (String). My proposal is to store these properties as absolute path or File.
Help on issue template
Preview to follow the link or open file .github/ISSUE_DOC.md
The text was updated successfully, but these errors were encountered: