aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc/docroot
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2017-04-03 17:04:22 +0200
committerEvgeny Mandrikov <Godin@users.noreply.github.com>2017-04-03 17:04:22 +0200
commit7f719c8365b3ac8853cfc8b62fd48d2eabddfc4c (patch)
tree0987bc32b552de06e3b4e76fb92c1668108bdcc3 /org.jacoco.doc/docroot
parent40035a00a45f6e817d230334a065716827a69c15 (diff)
downloadjacoco-7f719c8365b3ac8853cfc8b62fd48d2eabddfc4c.tar.gz
Add filter for methods annotated with @lombok.Generated (#513)
Based on initial contribution by RĂ¼diger zu Dohna.
Diffstat (limited to 'org.jacoco.doc/docroot')
-rw-r--r--org.jacoco.doc/docroot/doc/changes.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index c73b155d..43e42aa4 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -28,6 +28,9 @@
<li>Exclude from a report a part of bytecode that compiler generates for a
synchronized statement
(GitHub <a href="https://github.com/jacoco/jacoco/issues/501">#501</a>).</li>
+ <li>Exclude from a report methods which are annotated with <code>@lombok.Generated</code>.
+ Initial analysis and contribution by RĂ¼diger zu Dohna.
+ (GitHub <a href="https://github.com/jacoco/jacoco/issues/513">#513</a>).</li>
<li>Maven aggregated reports will now also include modules of runtime dependencies
(GitHub <a href="https://github.com/jacoco/jacoco/issues/498">#498</a>).</li>
</ul>