• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

jacoco/22-Nov-2023-257225

jacoco-maven-plugin/22-Nov-2023-2,0761,039

jacoco-maven-plugin.test/22-Nov-2023-2,7321,754

org.jacoco.agent/22-Nov-2023-391265

org.jacoco.agent.rt/22-Nov-2023-1,670844

org.jacoco.agent.rt.test/22-Nov-2023-2,4461,758

org.jacoco.agent.test/22-Nov-2023-232179

org.jacoco.ant/22-Nov-2023-1,8851,051

org.jacoco.ant.test/22-Nov-2023-2,1411,511

org.jacoco.build/22-Nov-2023-1,064966

org.jacoco.core/22-Nov-2023-9,9884,718

org.jacoco.core.test/22-Nov-2023-13,4489,533

org.jacoco.doc/22-Nov-2023-13,09212,110

org.jacoco.examples/22-Nov-2023-1,8521,120

org.jacoco.examples.test/22-Nov-2023-472348

org.jacoco.report/22-Nov-2023-8,8394,762

org.jacoco.report.test/22-Nov-2023-7,7375,373

org.jacoco.tests/22-Nov-2023-9272

.gitD01-Jan-19700

.travis.ymlD22-Nov-2023235 157

Android.mkD22-Nov-20232.7 KiB6524

LICENSE.mdD22-Nov-2023681 1511

MODULE_LICENSE_EPLD22-Nov-20230

NOTICED22-Nov-2023681 1511

PREBUILTD22-Nov-2023272 85

README.androidD22-Nov-2023906 1611

README.mdD22-Nov-2023661 139

README.versionD22-Nov-2023102 54

asm-debug-all-5.0.1.jarD22-Nov-2023371.4 KiB

config.mkD22-Nov-2023654 171

pom.xmlD22-Nov-2023452 1410

README.android

1We build an equivalent of the jacoco-agent.jar which contains classes from org.jacoco.core,
2org.jacoco.agent and org.jacoco.agent.rt packages but also classes from asm 5.0.1.
3
4However, Jacoco depends on classes that do not exist in Android (java.lang.instrument.* or
5javax.management.*) for runtime instrumentation only. The ART compiler would reject those classes
6when they are either in the bootclasspath (core, frameworks, ...) or system apps.
7
8Since we only use offline instrumentation for code coverage (using Jack) and do not execute these
9classes at runtime, we simply not compile them here.
10
11We also need to modify the source code to cut dependencies to the classes that we exclude from the
12compilation. The changes are surrounded by "BEGIN android-change" and "END android-change". Here
13is the list of the changes:
14
151) Remove the creation of JmxRegistration in org.jacoco.agent.rt.internal.Agent.
16

README.md

1JaCoCo Java Code Coverage Library
2=================================
3
4[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.jacoco/org.jacoco.core/badge.svg?style=flat)](http://search.maven.org/#search|ga|1|g%3Aorg.jacoco)
5
6JaCoCo is a free Java code coverage library distributed under the Eclipse Public
7License. Check the [project homepage](http://www.eclemma.org/jacoco)
8for downloads, documentation and feedback.
9
10Please use our [mailing list](https://groups.google.com/forum/?fromgroups=#!forum/jacoco)
11for questions regarding JaCoCo which are not already covered by the
12[extensive documentation](http://www.eclemma.org/jacoco/trunk/doc/).
13

README.version

1URL: https://github.com/jacoco/jacoco/tree/v0.7.5
2Version: v0.7.5
3BugComponent: 108682
4Owners: shertz
5