Skip to content
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

Build fails with native Java method #63

Closed
arnobl opened this issue Jun 28, 2018 · 1 comment
Closed

Build fails with native Java method #63

arnobl opened this issue Jun 28, 2018 · 1 comment

Comments

@arnobl
Copy link
Contributor

arnobl commented Jun 28, 2018

Characteristics

  • Issue Type: bug
  • Reproducibility: always
  • Severity: minor
  • Tool/Service/Component: 1.2.1
  • Execution Environment: linux

Description

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.

Steps to reproduce

Add the above-mentioned code in a Java project and launch the Descartes maven analysis.

oscarlvp added a commit that referenced this issue Jun 28, 2018
@oscarlvp
Copy link
Member

Thanks for reporting the issue!
It has been solved in commit 10ad17 and the fix will be included in the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants