aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc/docroot
diff options
context:
space:
mode:
authorEvgeny Mandrikov <Godin@users.noreply.github.com>2017-05-09 19:45:34 +0200
committerGitHub <noreply@github.com>2017-05-09 19:45:34 +0200
commitc63563d1955934b5d4593c6d057351fc2dd008de (patch)
treecf568377a095ab149642ed2b30d111eb08a1214f /org.jacoco.doc/docroot
parentc24df15ef7c3cd0d65c1e61768b54294f18cf857 (diff)
downloadjacoco-c63563d1955934b5d4593c6d057351fc2dd008de.tar.gz
Add filter for private empty constructors that do not have arguments (#529)
Diffstat (limited to 'org.jacoco.doc/docroot')
-rw-r--r--org.jacoco.doc/docroot/doc/changes.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index 742d745f..8d2e4f8c 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -34,6 +34,8 @@
<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>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>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>