aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc/docroot
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2017-07-18 22:55:38 +0200
committerEvgeny Mandrikov <Godin@users.noreply.github.com>2017-07-18 22:55:38 +0200
commit86856fef9959d90acdddc9d15c7b3c5f587fe086 (patch)
tree2d9b8a096f2f13cadb91d993b80cd4cd870933bd /org.jacoco.doc/docroot
parent31575a306cf1e3c3c5d68d660bc0235da2389458 (diff)
downloadjacoco-86856fef9959d90acdddc9d15c7b3c5f587fe086.tar.gz
Use proper exception type in documentation (#557)
As the outermost exception seen by the user is actually NoClassDefFoundError the FAQ entry should also mention this type.
Diffstat (limited to 'org.jacoco.doc/docroot')
-rw-r--r--org.jacoco.doc/docroot/doc/faq.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.jacoco.doc/docroot/doc/faq.html b/org.jacoco.doc/docroot/doc/faq.html
index 5c5275ab..a1e2e2f9 100644
--- a/org.jacoco.doc/docroot/doc/faq.html
+++ b/org.jacoco.doc/docroot/doc/faq.html
@@ -141,7 +141,9 @@
<code>-Xshareclasses:none</code>.
</p>
-<h3>Why do I get an error "<code>ClassNotFoundException: org.jacoco.agent[...]Offline</code>"?</h3>
+<h3>Why do I get a <code>NoClassDefFoundError</code> or
+ <code>ClassNotFoundException</code> for class
+ <code>org.jacoco.agent[...]Offline</code>?</h3>
<p>
If you use <a href="offline.html">offline instrumentation</a> the instrumented
classes get a direct dependency on the JaCoCo runtime. Therefore