Re: [java code coverage] Off by behavior for source code lines with kotlin?

2017-01-26 Thread Mirko Friedenhagen
Hello, just for the record: But in the kotlin-tracker https://youtrack.jetbrains.com/issue/KT-16002 Regards Mirko Regards Mirko -- http://illegalstateexception.blogspot.com/ https://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen) https://bitbucket.org/mfriedenhagen/ On Thu, Jan

Re: [java code coverage] Off by behavior for source code lines with kotlin?

2017-01-26 Thread Marc R. Hoffmann
Hi Mirko, first of all: Nice to see you back here :-) This seems to be an issue with the Kotlin compiler. The compiled class file AppKt has a reference to line 18 in method outer(). See decmpiled version below. JaCoCo simply takes this debug line information from the class file. Cheers,