Android p preview 4
Merge tag 'v0.8.0' from 'aosp/upstream-master' into master.

* 6a0c097f (tag: v0.8.0) Prepare release v0.8.0
* b9d1b54e Happy New Year 2018!
* 6f375769 Consolidate change log for 0.8.0 release (#632)
* 0c50b210 Restore exec files compatibility regarding Java 9 class files (#636)
* 7f7c246f Offline instrumentation should not damage module-info (#634)
* e050f194 Instrumentation should not damage structured locking (#627)
* 4c0b93e8 Fix ExecutionData.merge JavaDoc (#630)
* ff001947 Add filter for duplicates of finally blocks (#604)
* 00f06ecc Fix typos

Bug: 69463998
Test: m EMMA_INSTRUMENT=true EMMA_INSTRUMENT_FRAMEWORK=true SKIP_BOOT_JARS_CHECK=true WITH_DEXPREOPT=false tests
Change-Id: I00f3079bdbb0618141b4414cac0b83dcf9c0c2d5
tree: 02e651f1bb9087c27fa14dfe4e7fcb11ccbfdc40
  1. .github/
  2. .travis/
  3. jacoco/
  4. jacoco-maven-plugin/
  5. jacoco-maven-plugin.test/
  6. org.jacoco.agent/
  7. org.jacoco.agent.rt/
  8. org.jacoco.agent.rt.test/
  9. org.jacoco.agent.test/
  10. org.jacoco.ant/
  11. org.jacoco.ant.test/
  12. org.jacoco.build/
  13. org.jacoco.cli/
  14. org.jacoco.cli.test/
  15. org.jacoco.core/
  16. org.jacoco.core.test/
  17. org.jacoco.doc/
  18. org.jacoco.examples/
  19. org.jacoco.examples.test/
  20. org.jacoco.report/
  21. org.jacoco.report.test/
  22. org.jacoco.tests/
  23. .appveyor.yml
  24. .gitignore
  25. .travis.sh
  26. .travis.yml
  27. Android.bp
  28. Android.mk
  29. config.mk
  30. LICENSE.md
  31. MODULE_LICENSE_EPL
  32. NOTICE
  33. pom.xml
  34. README.android
  35. README.md
  36. README.version
README.md

JaCoCo Java Code Coverage Library

Build Status Build status Maven Central

JaCoCo is a free Java code coverage library distributed under the Eclipse Public License. Check the project homepage for downloads, documentation and feedback.

Please use our mailing list for questions regarding JaCoCo which are not already covered by the extensive documentation.

Note: We do not answer general questions in the project's issue tracker. Please use our mailing list for this.