We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When analysing code that contains a native Java method, Descartes analysis fails:
public final class Algorithm { private Algorithm() { super(); } public static native int foo(final int arg); }
I do not have this problem using Pitest without Descartes.
Add the above-mentioned code in a Java project and launch the Descartes maven analysis.
The text was updated successfully, but these errors were encountered:
Solgin issue #63 about native methods.
10adf17
Thanks for reporting the issue! It has been solved in commit 10ad17 and the fix will be included in the next release.
Sorry, something went wrong.
No branches or pull requests
Characteristics
Description
When analysing code that contains a native Java method, Descartes analysis fails:
I do not have this problem using Pitest without Descartes.
Steps to reproduce
Add the above-mentioned code in a Java project and launch the Descartes maven analysis.
The text was updated successfully, but these errors were encountered: