Skip to content
Permalink
master

Commits on Jan 3, 2022

  1. Happy New Year 2022!

    Godin committed Jan 3, 2022

Commits on Dec 22, 2021

  1. Update KotlinUnsafeCastOperatorFilter for Kotlin 1.6 (#1266)

    Co-authored-by: Evgeny Mandrikov <mandrikov@gmail.com>
    Co-authored-by: Lukas Rössler <lukas.roessler@mysugr.com>
    Godin and poseidon-mysugr committed Dec 22, 2021

Commits on Nov 18, 2021

Commits on Nov 17, 2021

  1. Fix build for JDK 18 >= EA b21 (#1249)

    Ant task `java` with parameter `fork="false"` calls
    `java.lang.System.setSecurityManager`,
    however tests should not call it,
    because as part of work on JEP 411
    in JDK 17 it was marked as deprecated
    (see https://bugs.openjdk.java.net/browse/JDK-8264713)
    and in JDK 18 throws UnsupportedOperationException
    unless system property `java.security.manager` set to `allow`
    (see https://bugs.openjdk.java.net/browse/JDK-8270380).
    Godin committed Nov 17, 2021

Commits on Nov 8, 2021

  1. Fix range for debug symbols of method parameters (#1246)

    By inserting the probe array access code at the beginning of the method
    we accidently moved the range of the debug symbols of the method
    parameters after the probe array access code. Actually the method
    parameters are still valid from the very beginning of the method.
    
    This offset in the method parameter's debug symbols may confuse tools
    like Jandex.
    marchof committed Nov 8, 2021

Commits on Oct 5, 2021

Commits on Oct 4, 2021

  1. Fix misleading FAQ (#1226)

    A sequence of instructions between two probes may correspond to several lines.
    
    In that case, as identified in #1223, an exception may "hide" the executed status of several lines, and not just one.
    andre15silva committed Oct 4, 2021

Commits on Sep 9, 2021

  1. Use Maven 3.8.1 in Azure Pipelines (#1221)

    Seems that Maven 3.8.2 contains bug, which prevents us from using it.
    Godin committed Sep 9, 2021

Commits on Jul 23, 2021

Commits on Jul 5, 2021

  1. Add org.jacoco.core.test to dependencyManagement

    The module `org.jacoco.core.test` provides test tools for other tests
    modules and is used as a dependency in several places.
    marchof committed Jul 5, 2021

Commits on Jun 29, 2021

  1. Upgrade ASM to 9.2 (#1206)

    marchof committed Jun 29, 2021

Commits on Jun 26, 2021

Commits on Jun 10, 2021

Commits on May 28, 2021

  1. Add module for Java 16 validation tests (#1165)

    Records and Pattern Matching for instanceof are finalized in Java 16,
    so no need to test them as preview features in earlier versions.
    marchof committed May 28, 2021

Commits on May 27, 2021

Commits on May 19, 2021

Commits on May 8, 2021

  1. Fix typo in changelog (#1184)

    Godin committed May 8, 2021

Commits on May 3, 2021

  1. Update KotlinControlStructuresTarget for Kotlin 1.5 (#1180)

    for-loop with range expression whose bounds are constants with end
    less than start is folded into nop by Kotlin compiler version 1.5,
    without constants in for-loops behaviour is the same for compiler
    version 1.5 as for earlier versions.
    Godin committed May 3, 2021

Commits on May 1, 2021

  1. Add maven parameter to control which reports to generate (#1175)

    Co-authored-by: troosan <antoine.de.troostembergh@gmail.com>
    Co-authored-by: Marc R. Hoffmann <hoffmann@mountainminds.com>
    troosan and marchof committed May 1, 2021

Commits on Apr 19, 2021

  1. Fix wording (#1109)

    marchof committed Apr 19, 2021

Commits on Apr 14, 2021

Commits on Mar 21, 2021

Commits on Mar 16, 2021

Older