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

Ignore javax.annotation.Generated #685

Closed
drekbour opened this issue May 25, 2018 · 1 comment
Closed

Ignore javax.annotation.Generated #685

drekbour opened this issue May 25, 2018 · 1 comment

Comments

@drekbour
Copy link

drekbour commented May 25, 2018

Based on recent changes to ignore lombok.Generated, it should be evident that that (JDK standard) javax.annotation.Generated be handled identically.

@marchof
Copy link
Member

marchof commented May 25, 2018

This has been discussed here many time before. javax.annotation.Generated has retention SOURCE:

https://docs.oracle.com/javase/9/docs/api/javax/annotation/Generated.html

This means it is not available in class files and cannot be used ba JaCoCo -- which does not process source files.

@marchof marchof closed this as completed May 25, 2018
@jacoco jacoco locked as resolved and limited conversation to collaborators Oct 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants