jeslie commented on issue #1322:
URL: 
https://github.com/apache/maven-javadoc-plugin/issues/1322#issuecomment-5201038864

   If you use **lombok** to generate a `private` constructor you can't create a 
unit test for it:  **Jacoco** recognizes the `@Generated` flag and doesn't 
complain BUT **Javadoc** complains about the lack of a comment for a default 
constructor. If you explicitly code a `private` constructor to give it a 
javadoc comment: **Javadoc** doesn't issue the prior warning BUT **Jacoco** 
(unit tests) complains about the constructor not being unit tested.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to