Evgeny Mandrikov

Results 51 issues of Evgeny Mandrikov

From a user point of view : I expect that methods, whose name starts with "print" ( e.g. ParseTreeUtils.printNodeTree ), would really print something to standard output, whereas this is...

Improvement

Currently for exhaustive switch-expression ([JEP 361](https://openjdk.java.net/jeps/361)) ```java public class SwitchExpressionTarget { private enum E { TRUE, FALSE, } private static int target(E e) { return switch (e) { case TRUE...

type: enhancement
component: core.filters

For the following `Example.kt` ``` fun example() { exec { // suspending lambda without suspension points, // i.e. without invocations of suspending functions/lambdas } } fun exec(suspendingLambda: suspend () ->...

type: enhancement
component: core.filters
language: Kotlin

This requires OpenJDK 17 Early Access build with https://github.com/openjdk/jdk/pull/3863

component: test

See https://github.com/jacoco/jacoco/issues/905#issuecomment-746204180 Filter added by #1012 in version `0.8.6` doesn't take into account * methods with parameters * methods consisting of `super` call followed by code other than `return` *...

type: bug :bug:
component: core.filters
language: Kotlin

Fixes #767

type: bug :bug:
component: core

On example of our own XML report majority of lines do not have branches: ``` $ cat jacoco.xml | tr '>' '\n' | grep "

type: enhancement
component: report

I used this little utility to check changes in filters on a real projects. And would like to add it as an example.

type: experimental :construction:

https://github.com/jacoco/jacoco/wiki/filtering-JAVAC.FINALLY

type: enhancement
component: core.filters
language: Java