Skip to content

Commit

Permalink
[releng] Update jacoco version to 0.8.5
Browse files Browse the repository at this point in the history
Version 0.8.0 fixes jacoco/jacoco#551 . And it
seems that we have the same problem:
18:58:51 Exception in thread "main"
java.lang.reflect.InvocationTargetException
18:58:51 	at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
18:58:51 	at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
18:58:51 	at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
18:58:51 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
18:58:51 	at
java.instrument/sun.instrument.InstrumentationImpl.loadClassAndStartAgent(InstrumentationImpl.java:513)
18:58:51 	at
java.instrument/sun.instrument.InstrumentationImpl.loadClassAndCallPremain(InstrumentationImpl.java:525)
18:58:51 Caused by: java.lang.RuntimeException: Class java/util/UUID
could not be instrumented.
18:58:51 	at
org.jacoco.agent.rt.internal_8ff85ea.core.runtime.ModifiedSystemClassRuntime.createFor(ModifiedSystemClassRuntime.java:140)
18:58:51 	at
org.jacoco.agent.rt.internal_8ff85ea.core.runtime.ModifiedSystemClassRuntime.createFor(ModifiedSystemClassRuntime.java:101)
18:58:51 	at
org.jacoco.agent.rt.internal_8ff85ea.PreMain.createRuntime(PreMain.java:55)
18:58:51 	at
org.jacoco.agent.rt.internal_8ff85ea.PreMain.premain(PreMain.java:47)
18:58:51 	... 6 more
18:58:51 Caused by: java.lang.NoSuchFieldException: $jacocoAccess
18:58:51 FATAL ERROR in native method: processing of -javaagent failed
18:58:51 	at java.base/java.lang.Class.getField(Class.java:1999)
18:58:51 	at
org.jacoco.agent.rt.internal_8ff85ea.core.runtime.ModifiedSystemClassRuntime.createFor(ModifiedSystemClassRuntime.java:138)
18:58:51 	... 9 more

Version 0.8.2 fixes
vaskoz/core-java9-impatient#11 that we have
with version 0.8.0.

Change-Id: I2fb566289580bf8fecfec0b15fb323bf3548ee8d
Signed-off-by: Laurent Redor <laurent.redor@obeo.fr>
  • Loading branch information
lredor committed Dec 9, 2019
1 parent 8ec1596 commit 4ae2faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/org.eclipse.sirius.parent/pom.xml
Expand Up @@ -56,7 +56,7 @@
<tests.swtbot-sequence.include />
<tests.ignoreFailures>true</tests.ignoreFailures>
<!-- Sonar properties -->
<jacoco-version>0.7.9</jacoco-version>
<jacoco-version>0.8.5</jacoco-version>
<sonar-version>3.3.0.603</sonar-version>
<sonar.language>java</sonar.language>
<sonar.skipPackageDesign>true</sonar.skipPackageDesign>
Expand Down

0 comments on commit 4ae2faa

Please sign in to comment.