From 310b7d14546c8f5e49f5e99475fb6001331ac4ca Mon Sep 17 00:00:00 2001 From: "Marc R. Hoffmann" Date: Fri, 16 May 2014 20:30:20 +0200 Subject: GitHub #49: New agent option includebootstrapclasses New configuration option for the JaCoCo agent includebootstrapclasses to also instrument classes from the bootstrap class loader. --- org.jacoco.doc/docroot/doc/agent.html | 8 ++++++++ org.jacoco.doc/docroot/doc/ant.html | 8 ++++++++ org.jacoco.doc/docroot/doc/changes.html | 8 ++++++++ 3 files changed, 24 insertions(+) (limited to 'org.jacoco.doc/docroot') diff --git a/org.jacoco.doc/docroot/doc/agent.html b/org.jacoco.doc/docroot/doc/agent.html index c3dec5f9..5a1628d8 100644 --- a/org.jacoco.doc/docroot/doc/agent.html +++ b/org.jacoco.doc/docroot/doc/agent.html @@ -116,6 +116,14 @@ sun.reflect.DelegatingClassLoader + + includebootstrapclasses + Specifies whether also classes from the bootstrap classloader should + be instrumented. Use this feature with caution, it needs heavy + includes/excludes tuning. + + false + sessionid A session identifier that is written with the execution data. Without diff --git a/org.jacoco.doc/docroot/doc/ant.html b/org.jacoco.doc/docroot/doc/ant.html index 7400b7d5..aac3473f 100644 --- a/org.jacoco.doc/docroot/doc/ant.html +++ b/org.jacoco.doc/docroot/doc/ant.html @@ -204,6 +204,14 @@ sun.reflect.DelegatingClassLoader + + includebootstrapclasses + Specifies whether also classes from the bootstrap classloader should + be instrumented. Use this feature with caution, it needs heavy + includes/excludes tuning. + + false + sessionid A session identifier that is written with the execution data. Without diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html index 51679b67..9d5209ac 100644 --- a/org.jacoco.doc/docroot/doc/changes.html +++ b/org.jacoco.doc/docroot/doc/changes.html @@ -20,6 +20,14 @@

Snapshot Build @qualified.bundle.version@ (@build.date@)

+

New Features

+ +

Release 0.7.1 (2014/05/08)

Fixed Bugs

-- cgit v1.2.3