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

If a class has a native method, the code coverage will not work properly #45

Open
ckuetbach opened this issue Nov 11, 2014 · 0 comments

Comments

@ckuetbach
Copy link

If a class has a native method, the code coverage will not work properly.

Steps to reproduce (Eclipse, with actual EclEmma and maven needs to be installed):

  • Import the maven project into eclipse
  • Run "Coverage as -> Junit Testcase" at the class MyWidgetTest
  • The coverage will show Line 63 in MyWidget as covered and miss all other lines.

If I change the native method to non-native, everything works fine.

Maybe there are just problems with line-numbers?

Testet with current version from GIT.

@ckuetbach ckuetbach changed the title If a method has a native method, the code coverage will not work properly If a class has a native method, the code coverage will not work properly Nov 11, 2014
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

1 participant