aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.doc/docroot/doc/agent.html
diff options
context:
space:
mode:
authorRadek Liba <radekliba@users.sourceforge.net>2009-10-26 13:26:53 +0000
committerRadek Liba <radekliba@users.sourceforge.net>2009-10-26 13:26:53 +0000
commitad5fbc9c2d34459fa4ed5d63f48aa6c44d85c6e3 (patch)
treede3c597701cde2c6b05656809dc0eee12e698ba9 /org.jacoco.doc/docroot/doc/agent.html
parent87be5a3fc8c25fbce2cd6a30e5f59e0bd93cfec1 (diff)
downloadjacoco-ad5fbc9c2d34459fa4ed5d63f48aa6c44d85c6e3.tar.gz
Corrected typos and sentence fragments.
Diffstat (limited to 'org.jacoco.doc/docroot/doc/agent.html')
-rw-r--r--org.jacoco.doc/docroot/doc/agent.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.jacoco.doc/docroot/doc/agent.html b/org.jacoco.doc/docroot/doc/agent.html
index 1f314bd9..da0b591a 100644
--- a/org.jacoco.doc/docroot/doc/agent.html
+++ b/org.jacoco.doc/docroot/doc/agent.html
@@ -18,7 +18,7 @@
<p>
JaCoCo uses class file instrumentation to record execution coverage data.
- Class files are instrumented on-the-fly using a so called Java agent. This is
+ Class files are instrumented on-the-fly using a so called Java agent. This
mechanism allows in-memory pre-processing of all class files during class
loading independent of the application framework. The JaCoCo agent collects
execution information and dumps it to a local file when the JVM exits.
@@ -26,8 +26,8 @@
<p class="hint">
If you use the <a href="ant.html">JaCoCo Ant tasks</a> you don't have to care
- about the agent and its options directly. All set-up is transparently handled
- by the Ant tasks implementation.
+ about the agent and its options directly. This is transparently handled by the
+ Ant tasks.
</p>
<p>
@@ -68,7 +68,7 @@
</tr>
<tr>
<td><code>includes</code></td>
- <td>A list of class names that should be included to execution analysis.
+ <td>A list of class names that should be included in execution analysis.
The list entries are separated by a vertical bar (<code>|</code>) and
may use wildcard characters (<code>*</code> and <code>?</code>).
Except for performance optimization or technical corner cases this