aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-22Add filter for try-with-resources statement (#500)Evgeny Mandrikov
2017-04-04Fix compiler warnings reported in Eclipse (#514)Marc R. Hoffmann
2017-04-03Use new filtering API for existing filter of methods in enums (#512)Evgeny Mandrikov
2017-04-03Add filter for methods annotated with @lombok.Generated (#513)Marc R. Hoffmann
2017-04-03Use new filtering API for existing filter of synthetic methods (#511)Evgeny Mandrikov
2017-04-01add intellij files to ignore (#510)David J. M. Karlsen
2017-03-31Add Javadoc for IFilter#filter (#509)Marc R. Hoffmann
2017-03-28Add internal API for filters and filter for synchronized statement (#501)Evgeny Mandrikov
2017-03-28Separate test scenarios in different methods (#504)Marc R. Hoffmann
2017-03-25Include runtime dependencies in aggregated reports (#502)Marc R. Hoffmann
2017-03-22Use isJDKCompiler constant to validate all cases (#503)Marc R. Hoffmann
2017-03-20Tests can detect that they were compiled by ECJ (#497)Evgeny Mandrikov
2017-03-11Fix typoEvgeny Mandrikov
2017-02-27Exclude enum methods "values" and "valueOf" from reports (#491)Evgeny Mandrikov
2017-02-27Fix test about "bad cycles" with interfaces for JDK8u152 (#492)Evgeny Mandrikov
2017-02-22Fix broken links to CSV and XML coverage reports in distribution (#490)Evgeny Mandrikov
2017-02-06Prepare for next development iterationEvgeny Mandrikov
2017-02-05Prepare release v0.7.9Evgeny Mandrikov
2017-02-05"prepare-agent" should not overwrite property if execution skipped (#486)Evgeny Mandrikov
2017-02-05Consolidate .gitignore files (#485)Evgeny Mandrikov
2017-01-17Generate OSGi Manifests (#211)Evgeny Mandrikov
2017-01-17MethodAnalyzerTest should not violate contracts of ASM API (#480)Evgeny Mandrikov
2017-01-16Add missing assertions (#477)Evgeny Mandrikov
2017-01-16Add links about integration of JaCoCo into Codecov and Coveralls (#481)Evgeny Mandrikov
2017-01-04Test that "ClassFormatError: Short length on BootstrapMethods" fixed by ASM u...Evgeny Mandrikov
2017-01-04Do not recompute frames in case of large methods (#177)Evgeny Mandrikov
2017-01-04Add missing test case that is described in documentation (#475)Evgeny Mandrikov
2017-01-03Happy New Year 2017!Evgeny Mandrikov
2016-12-15Fix build failure with JDK 9 EA b148 (#470)Evgeny Mandrikov
2016-12-14Make FORMAT_VERSION non-constantBrett Kail
2016-12-14Move JaCoCo.ASM_API_VERSION to InstrSupportBrett Kail
2016-12-12Fix typos (#473)Hemant Kumar
2016-12-11Prepare for next development iterationEvgeny Mandrikov
2016-12-10Prepare release v0.7.8Evgeny Mandrikov
2016-12-10Simplify numbering of versions (#468)Evgeny Mandrikov
2016-12-09No need to sign JARs using maven-jarsigner-plugin (#466)Evgeny Mandrikov
2016-12-03Add hint about late property evaluation in maven-surefire-plugin (#465)Nikhil Nanivadekar
2016-11-14To prevent regressions add test for annotation with an initializer (#460)Evgeny Mandrikov
2016-11-02Remove obsolete build config files (#458)Marc R. Hoffmann
2016-10-28Use jacoco.org domain instead of eclemma.org (#457)Marc R. Hoffmann
2016-10-16Fix typo in maven plugin comment (#454)Keita Tsukamoto
2016-09-26Use RoundingMode#FLOOR for percentages in HTML report (#452)Evgeny Mandrikov
2016-09-14Fix typo in Maven plugin help: surefore => surefire. (#450)onlywade
2016-09-12Update comments about "bad cycles" with interfaces (#448)Evgeny Mandrikov
2016-08-22Clarify runtime dependency in case of offline instrumentation (#445). (#445)Marc R. Hoffmann
2016-08-18Assert execution order in validation tests with type cycles (#443)Marc R. Hoffmann
2016-08-17Improve ValidationTestBase (#440)Marc R. Hoffmann
2016-08-16Do not add members into interfaces with only abstract and clinit methods (#441)Evgeny Mandrikov
2016-08-16Do not violate JVMS regarding initialization of final fields (#434)Evgeny Mandrikov
2016-08-01Execute core tests with bytecode version 9 (#411)Evgeny Mandrikov