aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc/docroot
diff options
context:
space:
mode:
authorEvgeny Mandrikov <Godin@users.noreply.github.com>2016-08-16 21:29:36 +0200
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2016-08-16 21:29:36 +0200
commit54334f20cfd15dbd62929ed77464a7fcf3353ef8 (patch)
tree8cf355a0427ab8574541645b2cc8da59d398cb81 /org.jacoco.doc/docroot
parent28a112ca6c6f46cd385f00aa932ec0e334e045a7 (diff)
downloadjacoco-54334f20cfd15dbd62929ed77464a7fcf3353ef8.tar.gz
Do not add members into interfaces with only abstract and clinit methods (#441)
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 e62b4a80..51a58ed3 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -29,6 +29,9 @@
<h3>Fixed Bugs</h3>
<ul>
+ <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>
<li>Fix instrumentation to not violate Java Virtual Machine Specification regarding
initialization of final fields, otherwise <code>IllegalAccessError</code>
will be thrown starting from OpenJDK 9 EA b127