aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc/docroot
diff options
context:
space:
mode:
authorEvgeny Mandrikov <Godin@users.noreply.github.com>2017-12-19 23:58:18 +0100
committerGitHub <noreply@github.com>2017-12-19 23:58:18 +0100
commitff00194751d5d432168d842d089793e18d4011e5 (patch)
tree35c3d6df410bb6b026220b529be35967d5173cda /org.jacoco.doc/docroot
parent00f06ecccf9d6e18f25a488be72a63c9b9393af1 (diff)
downloadjacoco-ff00194751d5d432168d842d089793e18d4011e5.tar.gz
Add filter for duplicates of finally blocks (#604)
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 9035dc36..ee78110f 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -34,6 +34,9 @@
<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>During creation of a report merge duplicate instructions that compiler generates
+ for finally blocks
+ (GitHub <a href="https://github.com/jacoco/jacoco/issues/604">#604</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>