aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.core.test
AgeCommit message (Expand)Author
2019-01-18Preserve empty class and sourcefile nodes in XML report (#817)Evgeny Mandrikov
2019-01-09Make unit tests realistic (#824)Evgeny Mandrikov
2019-01-09Replace all remaining uses of Opcodes.ASM6 in tests on Opcodes.ASM7Evgeny 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-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-12Add unit tests for AbstractMatcher (#796)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-19Align actual test with test description (#790)Marc R. Hoffmann
2018-11-15Add test: computation of lines range should respect ignored instructionsEvgeny Mandrikov
2018-11-15Refactor coverage analysis package (#744)Marc R. Hoffmann
2018-10-18Remove redundant modifiers in interfaces (#768)Thomas Traude
2018-10-05Add filter for Kotlin "unsafe" cast operator (#761)Evgeny Mandrikov
2018-10-03No need to modify class bytes for Java 10 support (#740)Marc R. Hoffmann
2018-08-22Prepare for next development iterationEvgeny Mandrikov
2018-08-21Prepare release v0.8.2Evgeny 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-19Use FilterTestBase in KotlinWhenStringFilterTestEvgeny 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-17Remove unused importsEvgeny 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-15Simplify unit tests of filters (#734)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-10Add source filename to assertion messages (#727)Evgeny Mandrikov
2018-08-09Simplify validation test setup (#718)Marc R. Hoffmann
2018-08-07Add filter for Kotlin when-expressions that list all cases of sealed class (#...Evgeny Mandrikov
2018-08-07`assertLine(String, int)` should imply zero number of branches (#722)Evgeny Mandrikov
2018-08-06Add experimental support for Java 11 class files (#719)Evgeny Mandrikov
2018-08-02Reorganize validation test packages (#716)Marc R. Hoffmann
2018-08-01Add filter for try-with-resources for javac 11 (#669)Evgeny Mandrikov
2018-07-24Validation tests should use source filename from coverage results (#714)Evgeny Mandrikov
2018-07-21Extract "validation" tests into separate modules (#711)Evgeny Mandrikov
2018-07-14Upgrade maven-bundle-plugin to 3.5.1Evgeny Mandrikov
2018-07-11Filter branch generated by kotlinc for reading lateinit properties (#707)Fabian Mastenbroek
2018-07-03Upgrade ASM to 6.2 (#706)Evgeny Mandrikov
2018-06-27Improve error message displayed when processing instrumented classes (#703)Marc R. Hoffmann
2018-06-07Add filter for methods that Kotlin compiler generates (#689)Nikolay Krasko
2018-04-15Question mark in filter expressions should match exactly one character (#672)Marc R. Hoffmann
2018-04-04Remove unused dependencies (#670)Evgeny Mandrikov
2018-04-04Do not analyze synthetic classes (#668)Evgeny Mandrikov