Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Project:
- maven
- jacoco report
- lombok
When activating `lombok.addLombokGeneratedAnnotation` in a project in order to prevent jacoco from marking the generated methods as untested the total test coverage in NetBeans does not match with the class coverage.
I guess the problem is caused due the fact that jacoco does not shoe these classes in their reports. Since NetBeans does not use the reports list of classes there's a mismatch between total test coverage and class test coverage.
The attached project can be used to reproduce the problem.