aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc/docroot
diff options
context:
space:
mode:
authorMichael Hoffmann <datoma@users.noreply.github.com>2017-10-17 22:58:04 +0200
committerEvgeny Mandrikov <Godin@users.noreply.github.com>2017-10-17 22:58:04 +0200
commitec6287a6b947b8e91a1c697aebdb157bbfab564b (patch)
tree0305fc76f722632950eba1fc334eb2222d11e798 /org.jacoco.doc/docroot
parent88d7b01d00451a1351aa7eec4783860844b58c29 (diff)
downloadjacoco-ec6287a6b947b8e91a1c697aebdb157bbfab564b.tar.gz
Add filter for methods annotated with @groovy.transform.Generated (#610)
Diffstat (limited to 'org.jacoco.doc/docroot')
-rw-r--r--org.jacoco.doc/docroot/doc/changes.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index 5ae14dd5..b9e61a12 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -35,8 +35,12 @@
try-with-resources statement
(GitHub <a href="https://github.com/jacoco/jacoco/issues/500">#500</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.
+ Initial analysis and contribution by RĂ¼diger zu Dohna
(GitHub <a href="https://github.com/jacoco/jacoco/issues/513">#513</a>).</li>
+ <li>Exclude from a report methods which are annotated with
+ <code>@groovy.transform.Generated</code> to better integrate with Groovy
+ >= 2.5.0. Thanks to Andres Almiray for adding the annotation to Groovy
+ (GitHub <a href="https://github.com/jacoco/jacoco/issues/610">#610</a>).</li>
<li>Exclude from a report private empty constructors that do not have arguments
(GitHub <a href="https://github.com/jacoco/jacoco/issues/529">#529</a>).</li>
<li>Exclude from a report a part of bytecode that javac generates for a