aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-19Happy New Year 2019!Evgeny Mandrikov
2019-01-18Preserve empty class and sourcefile nodes in XML report (#817)Evgeny Mandrikov
2019-01-17Improve wording (#832)Evgeny Mandrikov
2019-01-16Fix typoEvgeny Mandrikov
2019-01-12Configure exec-maven-plugin to use selected JDK toolchain (#830)Evgeny Mandrikov
2019-01-12Remove unused maven-plugin-tools-javadoc tagletsEvgeny Mandrikov
2019-01-10Remove misleading parameters of jacoco-maven-plugin goals (#827)Evgeny Mandrikov
2019-01-10Require at least Maven 3.0 for jacoco-maven-plugin (#821)Sylwester Lachiewicz
2019-01-09Get rid of warnings about shading ASM "module-info.class" (#826)Evgeny Mandrikov
2019-01-09Upgrade maven-plugin-plugin to 3.6.0 and maven-shade-plugin to 3.2.1 (#820)Sylwester Lachiewicz
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
2019-01-06Add validation test for Kotlin "safe" cast operatorEvgeny Mandrikov
2019-01-06Add validation test for Kotlin elvis operatorEvgeny Mandrikov
2019-01-06Add validation test for Kotlin safe call operatorEvgeny Mandrikov
2019-01-06Fix typoEvgeny Mandrikov
2019-01-06Show message in HTML report when analyzed class does not match executed (#819)Evgeny Mandrikov
2019-01-06Show messages in HTML report when class has no debug information (#818)Evgeny Mandrikov
2019-01-06Fix typoEvgeny 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-23Show message in HTML report when source file can't be found (#801)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-11-07Add module with validation tests for Groovy (#733)Andres Almiray
2018-11-04Add missing license headers to Groovy scriptsEvgeny Mandrikov
2018-10-29Upgrade ASM to 7.0 for official support of Java 11Evgeny Mandrikov
2018-10-26Update FAQ (#778)Marc R. Hoffmann
2018-10-24Normalize line endingsEvgeny Mandrikov
2018-10-18Remove redundant modifiers in interfaces (#768)Thomas Traude
2018-10-11fix typosRenuka Fernando
2018-10-11make constant values readableRenuka Fernando
2018-10-09Add new Jenkins plugin to list of third-party integrations (#762)Evgeny Mandrikov
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-22Prepare for next development iterationEvgeny Mandrikov
2018-08-21Prepare release v0.8.2Evgeny Mandrikov
2018-08-21Clarify entry in changelog (#752)Evgeny Mandrikov
2018-08-20Get rid of unnecessary instances of Matcher in KotlinLateinitFilter (#750)Evgeny Mandrikov