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

Coverage is not working for some defects. #626

Open
rjust opened this issue Nov 2, 2024 · 0 comments · May be fixed by #628
Open

Coverage is not working for some defects. #626

rjust opened this issue Nov 2, 2024 · 0 comments · May be fixed by #628

Comments

@rjust
Copy link
Owner

rjust commented Nov 2, 2024

For some older defects, the build does not specify the source and/or target version. As a result, the compiled classes of these defects have a target version of 11 (whereas all other classes have a target version of 6). Cobertura (using an old version of asm) cannot instrument these classes.

Consistent with all other defects, we should explicitly set the source and target versions for these older defects.

(I have compiled a list of affected defects and should have a fix pretty soon.)

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

Successfully merging a pull request may close this issue.

1 participant