aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.core/src/org/jacoco/core/internal
AgeCommit message (Expand)Author
2021-03-05DO NOT MERGE: Reland" Add IExecutionData interface and move all usage ..."Oliver Nguyen
2021-01-11Revert "DO NOT MERGE: Reland "Add IExecutionData interface and m..."Oliver Nguyen
2020-12-10DO NOT MERGE: Reland "Add IExecutionData interface and move all usage ..."Oliver Nguyen
2020-11-06DO NOT MERGE: Revert^3 "Add IExecutionData interface and move al..."Oliver Nguyen
2020-10-14Revert "Revert "Add IExecutionData interface and move all usage ..."Oliver Nguyen
2019-03-14`nextIsInvokeStatic` and `nextIsInvokeVirtual` should check method descriptor...Evgeny Mandrikov
2019-03-09Fix unlikely yet theoretically possible NPE (#853)Evgeny Mandrikov
2019-03-08Method `needsFrames` should also consider high byte of version (#854)Evgeny Mandrikov
2019-03-08Remove redundant parenthesesEvgeny Mandrikov
2019-03-08Upgrade ASM to 7.1 (#851)Evgeny Mandrikov
2019-03-08Fix typo (#852)Evgeny Mandrikov
2019-03-05Use condy for probes array in Java 11+ class files (#845)Evgeny Mandrikov
2019-03-04Update KotlinCoroutineFilter for Kotlin 1.3.30 (#849)Evgeny Mandrikov
2019-03-01Add missing JavadocsEvgeny Mandrikov
2019-01-23Rename method 'isEmpty' to 'containsCode'Evgeny Mandrikov
2019-01-22Add experimental support for Java 13 class files (#835)Evgeny Mandrikov
2019-01-19Happy New Year 2019!Evgeny Mandrikov
2019-01-18Preserve empty class and sourcefile nodes in XML report (#817)Evgeny Mandrikov
2019-01-08Add filter for Kotlin not-null assertion operator (#815)Evgeny Mandrikov
2019-01-08Extend filtering by annotation name to ones that simply contain Generated (#822)Evgeny Mandrikov
2018-12-30Update filter for Kotlin suspending functions (#809)Evgeny Mandrikov
2018-12-28synthetic methods that represent Kotlin suspend functions should not be ignor...Evgeny Mandrikov
2018-12-27Reduce duplication of code (#808)Evgeny Mandrikov
2018-12-26Update filter for Kotlin coroutines that restore state (#803)Evgeny Mandrikov
2018-12-21Add filter for Kotlin coroutines (#802)Evgeny Mandrikov
2018-12-14Fix filtering in case of inlining top level function into class in same file ...Evgeny Mandrikov
2018-12-10Add filter for instructions inlined by Kotlin compiler (#764)Evgeny Mandrikov
2018-11-27Report code coverage correctly for Kotlin methods with default arguments (#774)Evgeny Mandrikov
2018-11-15Refactor coverage analysis package (#744)Marc R. Hoffmann
2018-10-29Upgrade ASM to 7.0 for official support of Java 11Evgeny Mandrikov
2018-10-18Remove redundant modifiers in interfaces (#768)Thomas Traude
2018-10-05Add filter for Kotlin "unsafe" cast operator (#761)Evgeny Mandrikov
2018-10-03Remove unused importEvgeny Mandrikov
2018-10-03No need to modify class bytes for Java 10 support (#740)Marc R. Hoffmann
2018-08-20Get rid of unnecessary instances of Matcher in KotlinLateinitFilter (#750)Evgeny Mandrikov
2018-08-20KotlinWhenFilter should be stateless (#749)Evgeny Mandrikov
2018-08-20All merged instructions should have same covered branches (#747)Evgeny Mandrikov
2018-08-20StringSwitchEcjFilter and KotlinWhenStringFilter should use correct VarInsnNo...Evgeny Mandrikov
2018-08-20Add support for Java 11 and 12 class files with "preview features" (#743)Evgeny Mandrikov
2018-08-18Add filter for Kotlin when-expressions that list all cases of enum (#729)Evgeny Mandrikov
2018-08-18Add filter for Kotlin when-expressions with String (#737)Evgeny Mandrikov
2018-08-18Filter switch on String for which ECJ omits last goto (#741)Evgeny Mandrikov
2018-08-17Add filter for bytecode that ECJ generates for String in switch (#735)Evgeny Mandrikov
2018-08-16Add experimental support for Java 12 class files (#738)Evgeny Mandrikov
2018-08-14Add filter for classes and methods with annotation `Generated` (#731)Evgeny Mandrikov
2018-08-13Filter switch on String that javac compiles into lookupswitch (#730)Evgeny Mandrikov
2018-08-07Add filter for Kotlin when-expressions that list all cases of sealed class (#...Evgeny Mandrikov
2018-08-06Add experimental support for Java 11 class files (#719)Evgeny Mandrikov
2018-08-01Add filter for try-with-resources for javac 11 (#669)Evgeny Mandrikov
2018-07-11Filter branch generated by kotlinc for reading lateinit properties (#707)Fabian Mastenbroek