aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc/docroot
diff options
context:
space:
mode:
authorEvgeny Mandrikov <Godin@users.noreply.github.com>2017-04-22 12:39:30 +0200
committerGitHub <noreply@github.com>2017-04-22 12:39:30 +0200
commite93053e8a54540f5394fe0938752f7421e2222ad (patch)
treed2c14bfed5730c09125531404c669b6a7e006375 /org.jacoco.doc/docroot
parent0e72710a54657200a17ade56501463294860baff (diff)
downloadjacoco-e93053e8a54540f5394fe0938752f7421e2222ad.tar.gz
Add filter for try-with-resources statement (#500)
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 43e42aa4..604b5379 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 a part of bytecode that compiler generates for a
+ 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.
(GitHub <a href="https://github.com/jacoco/jacoco/issues/513">#513</a>).</li>