aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* make jacocoagent available to all the apex. am: 6cb4de2ab1 am: d6e4eb2f3e ↵android-mainline-11.0.0_r1android11-mainline-releaseandroid11-devKun Niu2020-02-141-0/+5
|\ | | | | | | | | | | am: af335a6d98 Change-Id: I194c1e7be04d619f6f3477d2d813c46c6961fb0b
| * make jacocoagent available to all the apex. am: 6cb4de2ab1 am: d6e4eb2f3eKun Niu2020-02-141-0/+5
| |\ | | | | | | | | | Change-Id: I95ff079808a1f371c526521cd788bd052967332d
| | * make jacocoagent available to all the apex. am: 6cb4de2ab1android-r-preview-4android-r-preview-3android-r-preview-2Kun Niu2020-02-141-0/+5
| |/| | | | | | | | | | Change-Id: I8704fe89139ccbb570f8b75f7539dac3a24e5d24
| | * make jacocoagent available to all the apex.Kun Niu2020-02-131-0/+5
| |/ | | | | | | | | Test: m EMMA_INSTRUMENT=true com.android.media Change-Id: I1db554c8f33ea98a0391f759af097e491ccec44e
* | Upgrade jacoco to v0.8.4 am: 9b5f0cebfe am: 12dee3496f am: 0f0b5ebf86Haibo Huang2019-05-19776-6138/+13700
|\| | | | | | | | | | | am: 8e37ff1470 Change-Id: I07b51555e0c1e4c73e013ae5e9da305897cfc4f3
| * Upgrade jacoco to v0.8.4 am: 9b5f0cebfe am: 12dee3496fandroid-r-preview-1android-mainline-10.0.0_r8android-mainline-10.0.0_r6android10-mainline-resolv-releaseandroid10-mainline-networking-releaseHaibo Huang2019-05-19776-6138/+13700
| |\ | | | | | | | | | | | | | | | am: 0f0b5ebf86 Change-Id: Ice1512bc21409270a58b7542bce06745db99af6c
| | * Upgrade jacoco to v0.8.4 am: 9b5f0cebfendk-sysroot-r21Haibo Huang2019-05-19776-6138/+13700
| |/| | | | | | | | | | | | | | | | am: 12dee3496f Change-Id: Ied87e81d2a101afa03f65e70e3c85410c6ceb2b0
| | * Upgrade jacoco to v0.8.4Haibo Huang2019-05-19776-6138/+13700
| | |\ | | | | | | | | | | | | | | | | | | | | am: 9b5f0cebfe Change-Id: I7952a532483bea4b7540adea09d95d190c43cdab
| | | * Upgrade jacoco to v0.8.4android-o-mr1-iot-release-1.0.14android-o-mr1-iot-release-1.0.13Haibo Huang2019-05-16776-6138/+13700
| | |/| | | | | | | | | | | | | | | | | Test: None Change-Id: I4ca05dd439b98fabd6054bee728d85e3aa11486d
| | | * Prepare release 0.8.4Evgeny Mandrikov2019-05-0828-28/+28
| | | |
| | | * Upgrade Kotlin to 1.3.31Evgeny Mandrikov2019-05-031-1/+1
| | | |
| | | * Upgrade Kotlin to 1.3.30Evgeny Mandrikov2019-04-172-3/+4
| | | |
| | | * Add validation test for Kotlin callable referencesEvgeny Mandrikov2019-04-172-0/+58
| | | |
| | | * Happy birthday JDK 12!Evgeny Mandrikov2019-03-224-9/+6
| | | |
| | | * Build with JDK 13 EA in TravisEvgeny Mandrikov2019-03-223-0/+25
| | | |
| | | * Upgrade maven-javadoc-plugin to 3.0.1Evgeny Mandrikov2019-03-221-9/+5
| | | |
| | | * module-info.class should be excluded from analysis (#859)Evgeny Mandrikov2019-03-163-0/+21
| | | |
| | | * `nextIsInvokeStatic` and `nextIsInvokeVirtual` should check method ↵Evgeny Mandrikov2019-03-1417-125/+62
| | | | | | | | | | | | | | | | descriptor (#857)
| | | * Fix unlikely yet theoretically possible NPE (#853)Evgeny Mandrikov2019-03-091-0/+3
| | | |
| | | * Add unit test for NoneProbeArrayStrategy (#855)Evgeny Mandrikov2019-03-091-0/+46
| | | |
| | | * Method `needsFrames` should also consider high byte of version (#854)Evgeny Mandrikov2019-03-082-1/+3
| | | |
| | | * Remove redundant parenthesesEvgeny Mandrikov2019-03-081-1/+1
| | | |
| | | * Upgrade ASM to 7.1 (#851)Evgeny Mandrikov2019-03-086-20/+97
| | | |
| | | * Fix typo (#852)Evgeny Mandrikov2019-03-081-1/+1
| | | |
| | | * Remove useless method callEvgeny Mandrikov2019-03-051-1/+0
| | | |
| | | * Use condy for probes array in Java 11+ class files (#845)Evgeny Mandrikov2019-03-057-19/+268
| | | |
| | | * Remove `instrument(ClassReader)` and `analyzeClass(ClassReader)` (#850)Evgeny Mandrikov2019-03-045-31/+14
| | | | | | | | | | | | | | | | | | | | | | | | * they use field `ClassReader.b` which is marked as deprecated in ASM 7.1 * they don't work when field contains more than just bytes of one class (see `ClassReader(byte[] classFileBuffer, int classFileOffset, int classFileLength)`)
| | | * Update KotlinCoroutineFilter for Kotlin 1.3.30 (#849)Evgeny Mandrikov2019-03-043-14/+114
| | | |
| | | * Add missing JavadocsEvgeny Mandrikov2019-03-011-0/+10
| | | |
| | | * Remove duplicate throw clauseEvgeny Mandrikov2019-02-091-2/+1
| | | |
| | | * Prepare for next development iterationEvgeny Mandrikov2019-01-2428-27/+29
| | | |
| | | * Prepare release 0.8.3Evgeny Mandrikov2019-01-2328-28/+28
| | | |
| | | * Add InjectedClassRuntime to documentationEvgeny Mandrikov2019-01-231-3/+9
| | | |
| | | * Change wording for consistencyEvgeny Mandrikov2019-01-231-3/+4
| | | |
| | | * Rename method 'isEmpty' to 'containsCode'Evgeny Mandrikov2019-01-239-13/+14
| | | |
| | | * Add experimental support for Java 13 class files (#835)Evgeny Mandrikov2019-01-2217-16/+96
| | | |
| | | * Replace empty table in HTML report by messages (#833)Evgeny Mandrikov2019-01-213-0/+50
| | | |
| | | * Agent can inject class into Java 9+ bootstrap class loader (#829)Evgeny Mandrikov2019-01-215-1/+261
| | | |
| | | * Happy New Year 2019!Evgeny Mandrikov2019-01-19712-755/+755
| | | |
| | | * Preserve empty class and sourcefile nodes in XML report (#817)Evgeny Mandrikov2019-01-1822-53/+284
| | | |
| | | * Improve wording (#832)Evgeny Mandrikov2019-01-171-6/+7
| | | |
| | | * Fix typoEvgeny Mandrikov2019-01-161-1/+1
| | | |
| | | * Configure exec-maven-plugin to use selected JDK toolchain (#830)Evgeny Mandrikov2019-01-121-3/+7
| | | |
| | | * Remove unused maven-plugin-tools-javadoc tagletsEvgeny Mandrikov2019-01-121-13/+0
| | | |
| | | * Remove misleading parameters of jacoco-maven-plugin goals (#827)Evgeny Mandrikov2019-01-105-47/+58
| | | |
| | | * Require at least Maven 3.0 for jacoco-maven-plugin (#821)Sylwester Lachiewicz2019-01-1013-50/+26
| | | |
| | | * Get rid of warnings about shading ASM "module-info.class" (#826)Evgeny Mandrikov2019-01-093-0/+22
| | | |
| | | * Upgrade maven-plugin-plugin to 3.6.0 and maven-shade-plugin to 3.2.1 (#820)Sylwester Lachiewicz2019-01-092-62/+2
| | | |
| | | * Make unit tests realistic (#824)Evgeny Mandrikov2019-01-091-2/+4
| | | | | | | | | | | | Probe 2 is executed when probe 0 or probe 1 is executed.
| | | * Replace all remaining uses of Opcodes.ASM6 in tests on Opcodes.ASM7Evgeny Mandrikov2019-01-092-3/+4
| | | |