aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc/docroot
diff options
context:
space:
mode:
authorEvgeny Mandrikov <Godin@users.noreply.github.com>2016-09-26 20:20:07 +0200
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2016-09-26 20:20:07 +0200
commit9b1c6f5a0ead14e253e9809cce37edf7ea8bcafb (patch)
tree9b61130d42ebbd1e778c1edb4fcc3d7dada892e1 /org.jacoco.doc/docroot
parent616b5fbe1de4b6aa67452635d3faaa1f4920a608 (diff)
downloadjacoco-9b1c6f5a0ead14e253e9809cce37edf7ea8bcafb.tar.gz
Use RoundingMode#FLOOR for percentages in HTML report (#452)
Diffstat (limited to 'org.jacoco.doc/docroot')
-rw-r--r--org.jacoco.doc/docroot/doc/changes.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index 51a58ed3..0ee9e676 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -29,6 +29,10 @@
<h3>Fixed Bugs</h3>
<ul>
+ <li>Use <code>RoundingMode#FLOOR</code> instead of
+ <code>RoundingMode#HALF_EVEN</code> for percentages in HTML report, so that
+ "99.5" is displayed as "99%", not as "100%"
+ (GitHub <a href="https://github.com/jacoco/jacoco/issues/452">#452</a>).</li>
<li>Do not add useless members into Java 8 interfaces that have only interface
initialization and abstract methods
(GitHub <a href="https://github.com/jacoco/jacoco/issues/441">#441</a>).</li>