aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc/docroot
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2014-05-20 13:44:17 +0200
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2014-05-20 13:44:17 +0200
commit1d8389bf86f8a49d31bb5182b3ec1592e2f7289a (patch)
tree2cd5392b8cbc202450fc85533f9bc21d2ba6d441 /org.jacoco.doc/docroot
parent310b7d14546c8f5e49f5e99475fb6001331ac4ca (diff)
downloadjacoco-1d8389bf86f8a49d31bb5182b3ec1592e2f7289a.tar.gz
GitHub #49: New agent option inclbootstrapclasses
Consistent and shorter naming.
Diffstat (limited to 'org.jacoco.doc/docroot')
-rw-r--r--org.jacoco.doc/docroot/doc/agent.html2
-rw-r--r--org.jacoco.doc/docroot/doc/ant.html2
-rw-r--r--org.jacoco.doc/docroot/doc/changes.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/org.jacoco.doc/docroot/doc/agent.html b/org.jacoco.doc/docroot/doc/agent.html
index 5a1628d8..0710bce8 100644
--- a/org.jacoco.doc/docroot/doc/agent.html
+++ b/org.jacoco.doc/docroot/doc/agent.html
@@ -117,7 +117,7 @@
<td><code>sun.reflect.DelegatingClassLoader</code></td>
</tr>
<tr>
- <td><code>includebootstrapclasses</code></td>
+ <td><code>inclbootstrapclasses</code></td>
<td>Specifies whether also classes from the bootstrap classloader should
be instrumented. Use this feature with caution, it needs heavy
includes/excludes tuning.
diff --git a/org.jacoco.doc/docroot/doc/ant.html b/org.jacoco.doc/docroot/doc/ant.html
index aac3473f..38f7179f 100644
--- a/org.jacoco.doc/docroot/doc/ant.html
+++ b/org.jacoco.doc/docroot/doc/ant.html
@@ -205,7 +205,7 @@
<td><code>sun.reflect.DelegatingClassLoader</code></td>
</tr>
<tr>
- <td><code>includebootstrapclasses</code></td>
+ <td><code>inclbootstrapclasses</code></td>
<td>Specifies whether also classes from the bootstrap classloader should
be instrumented. Use this feature with caution, it needs heavy
includes/excludes tuning.
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index 9d5209ac..8a93d2d9 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -23,7 +23,7 @@
<h3>New Features</h3>
<ul>
<li>New configuration option for the JaCoCo agent
- <code>includebootstrapclasses</code> to also instrument classes from the
+ <code>inclbootstrapclasses</code> to also instrument classes from the
bootstrap class loader.
(GitHub <a href="https://github.com/jacoco/jacoco/issues/49">#49</a>).</li>
</ul>