Package org.jacoco.core.internal.instr
package org.jacoco.core.internal.instr
-
ClassDescriptionAdapter that instruments a class for coverage tracing.This strategy for Java 11+ class files uses
ConstantDynamicto hold the probe array and adds bootstrap method requesting the probe array from the runtime.Constants and utilities for byte code instrumentation.Strategies to retrieve the probe array instance for each method within a type.Factory to find a suitable strategy to access the probe array for a given class.Support class to filter entries from JARs related to signatures.