1. 4522341 Use default environment in Travis instead of deprecated by Evgeny Mandrikov · 7 years ago
  2. caa820e Upgrade ASM to 6.0 (#600) by Roberto Araujo · 7 years ago
  3. ec6287a Add filter for methods annotated with @groovy.transform.Generated (#610) by Michael Hoffmann · 7 years ago
  4. 88d7b01 Fix test to not require additional settings on JDK 9 (#611) by Evgeny Mandrikov · 7 years ago
  5. bdfa45f Add test of offline instrumentation of Java 9 module-info (#608) by Evgeny Mandrikov · 7 years ago
  6. 11ac066 Document contract for In/OutputStream resources and fix example (#605) by Marc R. Hoffmann · 7 years ago
  7. 4d6ca95 Descriptive names for all tests in FrameSnapshotTest (#609) by Marc R. Hoffmann · 7 years ago
  8. 9924475 Add test of ASM bug 317792 (#607) by Evgeny Mandrikov · 7 years ago
  9. b060c25 Update links to ASM issues by Evgeny Mandrikov · 7 years ago
  10. e094d69 Add test of ASM bug 317793 (#606) by Evgeny Mandrikov · 7 years ago
  11. ac25a3f Apply naming convention and add missing tests by Marc R. Hoffmann · 7 years ago
  12. b19911c Suppress compiler warning by Marc R. Hoffmann · 7 years ago
  13. 1962cf5 Yak shaving: add ability to merge coverage of several instructions (#601) by Evgeny Mandrikov · 7 years ago
  14. aca2da1 Show in StringSwitchTest that filter works for complex expressions (#599) by Evgeny Mandrikov · 7 years ago
  15. 4109d66 Yak shaving: determine covered branches for each instruction (#598) by Evgeny Mandrikov · 7 years ago
  16. 04f923c Add filter for bytecode that javac generates for String in switch (#596) by Evgeny Mandrikov · 7 years ago
  17. 8cd3247 Happy birthday JDK 9! by Evgeny Mandrikov · 7 years ago
  18. 8a2822d Describe correct agent option in MBeanClient example (#582) by Marc R. Hoffmann · 7 years ago
  19. 4d08365 Add "--verbose" option to "classinfo" CLI command (#578) by Marc R. Hoffmann · 7 years ago
  20. 424251f Fix build in Travis by Evgeny Mandrikov · 7 years ago
  21. 90a1416 Fix build in Travis by Evgeny Mandrikov · 7 years ago
  22. 4b471ef Remove duplicate line from the file header by Evgeny Mandrikov · 7 years ago
  23. 4b7fd7c Add link about integration of JaCoCo into Shippable (#579) by Evgeny Mandrikov · 7 years ago
  24. 5a745a3 Fix assertions for JDK 8 >= u152 (#576) by Evgeny Mandrikov · 7 years ago
  25. 765bf09 Remove unused SVN keyword "Id" by Evgeny Mandrikov · 7 years ago
  26. fcf9baf Remove unused MAVEN_OPTS by Evgeny Mandrikov · 7 years ago
  27. bb2ecb5 Add Artifact.SCOPE_PROVIDED artifacts to aggregate report (#572) by Chas Honton · 7 years ago
  28. 86856fe Use proper exception type in documentation (#557) by Marc R. Hoffmann · 7 years ago
  29. 31575a3 For Java 9 add "Automatic-Module-Name" to manifests of JAR files (#565) by Evgeny Mandrikov · 7 years ago
  30. 98a2a41 Relocate 3rd party libs in CLI nodeps JAR (#561) by Evgeny Mandrikov · 7 years ago
  31. 63d375f Fix build for JDK 9 >= b175 (#558) by Evgeny Mandrikov · 7 years ago
  32. c85fd2a Update documentation about Maven artifacts (#540) by Evgeny Mandrikov · 7 years ago
  33. 05a2aa7 Descriptor of jacoco-maven-plugin should include "help" mojo (#559) by Evgeny Mandrikov · 7 years ago
  34. c10af13 Reduce chance of conflict with other agents (#555) by Evgeny Mandrikov · 7 years ago
  35. 2a2f161 Use dest argument as folder in any case (#543) by Marc R. Hoffmann · 7 years ago
  36. 817d0ae Merge pull request #541 from jacoco/issue-541 by Marc R. Hoffmann · 7 years ago
  37. 1b95943 Add location to IOException when unable to read stream during analysis by Evgeny Mandrikov · 7 years ago
  38. 13f12d3 Add Command Line Interface (#525) by Marc R. Hoffmann · 7 years ago
  39. 10f3ff0 ExecDumpClient should report error when no data is retrieved (#538) by Marc R. Hoffmann · 7 years ago
  40. 938b0b4 Merge pull request #536 from mattnelson/percentages by Marc R. Hoffmann · 7 years ago
  41. 129201d Update documentation for limit configuration as percent. by Marc R. Hoffmann · 7 years ago
  42. c39e3d2 create reusable parseValue method for ratio limits by Matt Nelson · 7 years ago
  43. d9caed9 Support limit ratios as percents by Matt Nelson · 7 years ago
  44. 60b82f2 Remove obsolete test code by Marc R. Hoffmann · 7 years ago
  45. 6ce9737 Fix random test failures in TcpClientOutputTest and TcpConnectionTest by Marc R. Hoffmann · 7 years ago
  46. c63563d Add filter for private empty constructors that do not have arguments (#529) by Evgeny Mandrikov · 7 years ago
  47. c24df15 Explanations for possible StackOverflowErrors (#528) by Marc R. Hoffmann · 7 years ago
  48. a973267 Add input name to IOException if unable to read during instrumentation (#527) by Evgeny Mandrikov · 7 years ago
  49. f1a1c50 Fix typo by Evgeny Mandrikov · 7 years ago
  50. 30bc8e1 Add profile for compilation with ECJ (#522) by Evgeny Mandrikov · 7 years ago
  51. e93053e Add filter for try-with-resources statement (#500) by Evgeny Mandrikov · 7 years ago
  52. 0e72710 Fix compiler warnings reported in Eclipse (#514) by Marc R. Hoffmann · 7 years ago
  53. e94c7af Use new filtering API for existing filter of methods in enums (#512) by Evgeny Mandrikov · 7 years ago
  54. 7f719c8 Add filter for methods annotated with @lombok.Generated (#513) by Marc R. Hoffmann · 7 years ago
  55. 40035a0 Use new filtering API for existing filter of synthetic methods (#511) by Evgeny Mandrikov · 7 years ago
  56. b11b56b add intellij files to ignore (#510) by David J. M. Karlsen · 8 years ago
  57. 1f34a6a Add Javadoc for IFilter#filter (#509) by Marc R. Hoffmann · 8 years ago
  58. eaef191 Add internal API for filters and filter for synchronized statement (#501) by Evgeny Mandrikov · 8 years ago
  59. 38a26f4 Separate test scenarios in different methods (#504) by Marc R. Hoffmann · 8 years ago
  60. ca65c22 Include runtime dependencies in aggregated reports (#502) by Marc R. Hoffmann · 8 years ago
  61. 47094b8 Use isJDKCompiler constant to validate all cases (#503) by Marc R. Hoffmann · 8 years ago
  62. 8652078 Tests can detect that they were compiled by ECJ (#497) by Evgeny Mandrikov · 8 years ago
  63. eb4fdb1 Fix typo by Evgeny Mandrikov · 8 years ago
  64. 296f992 Exclude enum methods "values" and "valueOf" from reports (#491) by Evgeny Mandrikov · 8 years ago
  65. 274577d Fix test about "bad cycles" with interfaces for JDK8u152 (#492) by Evgeny Mandrikov · 8 years ago
  66. 84de5f5 Fix broken links to CSV and XML coverage reports in distribution (#490) by Evgeny Mandrikov · 8 years ago
  67. 7432e17 Prepare for next development iteration by Evgeny Mandrikov · 8 years ago
  68. ec516e4 Prepare release v0.7.9 by Evgeny Mandrikov · 8 years ago
  69. 2b1d4b2 "prepare-agent" should not overwrite property if execution skipped (#486) by Evgeny Mandrikov · 8 years ago
  70. 4585416 Consolidate .gitignore files (#485) by Evgeny Mandrikov · 8 years ago
  71. d1a0f19 Generate OSGi Manifests (#211) by Evgeny Mandrikov · 8 years ago
  72. d80b6b5 MethodAnalyzerTest should not violate contracts of ASM API (#480) by Evgeny Mandrikov · 8 years ago
  73. b20e495 Add missing assertions (#477) by Evgeny Mandrikov · 8 years ago
  74. 8225e1c Add links about integration of JaCoCo into Codecov and Coveralls (#481) by Evgeny Mandrikov · 8 years ago
  75. b208594 Test that "ClassFormatError: Short length on BootstrapMethods" fixed by ASM upgrade (#462) by Evgeny Mandrikov · 8 years ago
  76. ed97906 Do not recompute frames in case of large methods (#177) by Evgeny Mandrikov · 8 years ago
  77. c78b2bf Add missing test case that is described in documentation (#475) by Evgeny Mandrikov · 8 years ago
  78. 34cd880 Happy New Year 2017! by Evgeny Mandrikov · 8 years ago
  79. 2bc56b2 Fix build failure with JDK 9 EA b148 (#470) by Evgeny Mandrikov · 8 years ago
  80. 055e8e4 Make FORMAT_VERSION non-constant by Brett Kail · 8 years ago
  81. eeb3aa8 Move JaCoCo.ASM_API_VERSION to InstrSupport by Brett Kail · 8 years ago
  82. 02accc7 Fix typos (#473) by Hemant Kumar · 8 years ago
  83. 248723e Prepare for next development iteration by Evgeny Mandrikov · 8 years ago
  84. 6e9b6f2 Prepare release v0.7.8 by Evgeny Mandrikov · 8 years ago
  85. bb8e46c Simplify numbering of versions (#468) by Evgeny Mandrikov · 8 years ago
  86. 52284d1 No need to sign JARs using maven-jarsigner-plugin (#466) by Evgeny Mandrikov · 8 years ago
  87. f749802 Add hint about late property evaluation in maven-surefire-plugin (#465) by Nikhil Nanivadekar · 8 years ago
  88. 0988e8c To prevent regressions add test for annotation with an initializer (#460) by Evgeny Mandrikov · 8 years ago
  89. 7c61c38 Remove obsolete build config files (#458) by Marc R. Hoffmann · 8 years ago
  90. 9eb151b Use jacoco.org domain instead of eclemma.org (#457) by Marc R. Hoffmann · 8 years ago
  91. be326b7 Fix typo in maven plugin comment (#454) by Keita Tsukamoto · 8 years ago
  92. 9b1c6f5 Use RoundingMode#FLOOR for percentages in HTML report (#452) by Evgeny Mandrikov · 8 years ago
  93. 616b5fb Fix typo in Maven plugin help: surefore => surefire. (#450) by onlywade · 8 years ago
  94. 36ee332 Update comments about "bad cycles" with interfaces (#448) by Evgeny Mandrikov · 8 years ago
  95. 2a3b756 Clarify runtime dependency in case of offline instrumentation (#445). (#445) by Marc R. Hoffmann · 8 years ago
  96. a0afcd6 Assert execution order in validation tests with type cycles (#443) by Marc R. Hoffmann · 8 years ago
  97. e26ee1e Improve ValidationTestBase (#440) by Marc R. Hoffmann · 8 years ago
  98. 54334f2 Do not add members into interfaces with only abstract and clinit methods (#441) by Evgeny Mandrikov · 8 years ago
  99. 28a112c Do not violate JVMS regarding initialization of final fields (#434) by Evgeny Mandrikov · 8 years ago
  100. c6f2b6b Execute core tests with bytecode version 9 (#411) by Evgeny Mandrikov · 8 years ago