Home | History | Annotate | only in /external/jacoco
Up to higher level directory
NameDateSize
.travis.yml05-Oct-2017235
Android.mk05-Oct-20172.7K
asm-debug-all-5.0.1.jar05-Oct-2017371.4K
config.mk05-Oct-2017654
jacoco/05-Oct-2017
jacoco-maven-plugin/05-Oct-2017
jacoco-maven-plugin.test/05-Oct-2017
LICENSE.md05-Oct-2017681
MODULE_LICENSE_EPL05-Oct-20170
NOTICE05-Oct-2017681
org.jacoco.agent/05-Oct-2017
org.jacoco.agent.rt/05-Oct-2017
org.jacoco.agent.rt.test/05-Oct-2017
org.jacoco.agent.test/05-Oct-2017
org.jacoco.ant/05-Oct-2017
org.jacoco.ant.test/05-Oct-2017
org.jacoco.build/05-Oct-2017
org.jacoco.core/05-Oct-2017
org.jacoco.core.test/05-Oct-2017
org.jacoco.doc/05-Oct-2017
org.jacoco.examples/05-Oct-2017
org.jacoco.examples.test/05-Oct-2017
org.jacoco.report/05-Oct-2017
org.jacoco.report.test/05-Oct-2017
org.jacoco.tests/05-Oct-2017
pom.xml05-Oct-2017452
PREBUILT05-Oct-2017272
README.android05-Oct-2017983
README.md05-Oct-2017661
README.version05-Oct-2017102

README.android

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

README.md

      1 JaCoCo 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 
      6 JaCoCo is a free Java code coverage library distributed under the Eclipse Public
      7 License. Check the [project homepage](http://www.eclemma.org/jacoco)
      8 for downloads, documentation and feedback.
      9 
     10 Please use our [mailing list](https://groups.google.com/forum/?fromgroups=#!forum/jacoco)
     11 for questions regarding JaCoCo which are not already covered by the
     12 [extensive documentation](http://www.eclemma.org/jacoco/trunk/doc/).
     13 

README.version

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