aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2015-01-05 22:12:08 +0100
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2015-01-05 22:20:13 +0100
commit82f40d7151ef0f99e18573a4e6b248eba6abc3ad (patch)
tree0f054da1ff4e2d7aafe65e7ed6294f4d61e27f92
parent980dd12af38779efe69885bad9fbb618f72fb599 (diff)
downloadjacoco-82f40d7151ef0f99e18573a4e6b248eba6abc3ad.tar.gz
Revert exec file version increment.
The new probe insertion strategy for exceptions leads to semantically identical probes. Therefore we don't need to take the hassle of incompatible exec files. This reverts commits bc3c1cad4b60091cc95c1bd7429c7c1d92d1fb5a and 834d1556e4a1051621909f705a6ac94eaa6d7248.
-rw-r--r--jacoco-maven-plugin.test/it/it-report-nomatch/nomatch.execbin24 -> 24 bytes
-rw-r--r--org.jacoco.ant.test/src/org/jacoco/ant/data/nomatch.execbin42 -> 42 bytes
-rw-r--r--org.jacoco.ant.test/src/org/jacoco/ant/data/sample1.exec2
-rw-r--r--org.jacoco.ant.test/src/org/jacoco/ant/data/sample2.exec2
-rw-r--r--org.jacoco.core/src/org/jacoco/core/data/ExecutionDataWriter.java2
5 files changed, 3 insertions, 3 deletions
diff --git a/jacoco-maven-plugin.test/it/it-report-nomatch/nomatch.exec b/jacoco-maven-plugin.test/it/it-report-nomatch/nomatch.exec
index b3396529..31cad96f 100644
--- a/jacoco-maven-plugin.test/it/it-report-nomatch/nomatch.exec
+++ b/jacoco-maven-plugin.test/it/it-report-nomatch/nomatch.exec
Binary files differ
diff --git a/org.jacoco.ant.test/src/org/jacoco/ant/data/nomatch.exec b/org.jacoco.ant.test/src/org/jacoco/ant/data/nomatch.exec
index 66d78df2..ef7d62ae 100644
--- a/org.jacoco.ant.test/src/org/jacoco/ant/data/nomatch.exec
+++ b/org.jacoco.ant.test/src/org/jacoco/ant/data/nomatch.exec
Binary files differ
diff --git a/org.jacoco.ant.test/src/org/jacoco/ant/data/sample1.exec b/org.jacoco.ant.test/src/org/jacoco/ant/data/sample1.exec
index 2e87d6ca..b9c3ab93 100644
--- a/org.jacoco.ant.test/src/org/jacoco/ant/data/sample1.exec
+++ b/org.jacoco.ant.test/src/org/jacoco/ant/data/sample1.exec
@@ -1 +1 @@
-ÀÀ \ No newline at end of file
+ÀÀ \ No newline at end of file
diff --git a/org.jacoco.ant.test/src/org/jacoco/ant/data/sample2.exec b/org.jacoco.ant.test/src/org/jacoco/ant/data/sample2.exec
index 2e87d6ca..b9c3ab93 100644
--- a/org.jacoco.ant.test/src/org/jacoco/ant/data/sample2.exec
+++ b/org.jacoco.ant.test/src/org/jacoco/ant/data/sample2.exec
@@ -1 +1 @@
-ÀÀ \ No newline at end of file
+ÀÀ \ No newline at end of file
diff --git a/org.jacoco.core/src/org/jacoco/core/data/ExecutionDataWriter.java b/org.jacoco.core/src/org/jacoco/core/data/ExecutionDataWriter.java
index 1095d95d..d986e536 100644
--- a/org.jacoco.core/src/org/jacoco/core/data/ExecutionDataWriter.java
+++ b/org.jacoco.core/src/org/jacoco/core/data/ExecutionDataWriter.java
@@ -24,7 +24,7 @@ public class ExecutionDataWriter implements ISessionInfoVisitor,
IExecutionDataVisitor {
/** File format version, will be incremented for each incompatible change. */
- public static final char FORMAT_VERSION = 0x1007;
+ public static final char FORMAT_VERSION = 0x1006;
/** Magic number in header for file format identification. */
public static final char MAGIC_NUMBER = 0xC0C0;