From c10af1358a3e881ecba2f7619602ba64a8087725 Mon Sep 17 00:00:00 2001 From: Evgeny Mandrikov Date: Thu, 29 Jun 2017 09:59:26 +0200 Subject: Reduce chance of conflict with other agents (#555) --- org.jacoco.doc/docroot/doc/changes.html | 2 ++ org.jacoco.doc/docroot/doc/implementation.html | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'org.jacoco.doc/docroot') diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html index 88a4b1b0..e5dc783a 100644 --- a/org.jacoco.doc/docroot/doc/changes.html +++ b/org.jacoco.doc/docroot/doc/changes.html @@ -53,6 +53,8 @@
  • More information about context is provided when unable to read stream during analysis (GitHub #541).
  • +
  • Reduced chance of conflict with other agents + (GitHub #555).
  • Non-functional Changes

    diff --git a/org.jacoco.doc/docroot/doc/implementation.html b/org.jacoco.doc/docroot/doc/implementation.html index bea6f736..b1eda7f3 100644 --- a/org.jacoco.doc/docroot/doc/implementation.html +++ b/org.jacoco.doc/docroot/doc/implementation.html @@ -215,7 +215,9 @@ boolean[] probes = (boolean[]) args[0];

    The current JaCoCo Java agent implementation uses the ModifiedSystemClassRuntime adding a field to the class - java.util.UUID. + java.lang.UnknownError. Versions 0.5.0 - 0.7.9 were adding field + to the class java.util.UUID, having bigger chance of conflict + with other agents.

    -- cgit v1.2.3