Uses of Package
org.jacoco.core.runtime
Packages that use org.jacoco.core.runtime
Package
Description
Instrumentation of Java class files for code coverage.
Runtime control and execution data collection.
Rules check implementation.
-
Classes in org.jacoco.core.runtime used by org.jacoco.agent.rt.internalClassDescriptionUtility to create and parse options for the runtime agent.This interface represents a particular mechanism to collect execution information in the target VM at runtime.Container for runtime execution and meta data.Matches strings against glob like wildcard expressions where
?
matches any single character and*
matches any number of any character. -
Classes in org.jacoco.core.runtime used by org.jacoco.agent.rt.internal.outputClassDescriptionUtility to create and parse options for the runtime agent.Interface for remote commands to a coverage runtime.
ExecutionDataReader
with commands added for runtime remote control.ExecutionDataWriter
with commands added for runtime remote control.Container for runtime execution and meta data. -
Classes in org.jacoco.core.runtime used by org.jacoco.ant
-
Classes in org.jacoco.core.runtime used by org.jacoco.core.instrClassDescriptionThe instrumented classes need a piece of code that obtains a
boolean[]
instance from the runtime. -
Classes in org.jacoco.core.runtime used by org.jacoco.core.internal.instrClassDescriptionThe instrumented classes need a piece of code that obtains a
boolean[]
instance from the runtime. -
Classes in org.jacoco.core.runtime used by org.jacoco.core.runtimeClassDescriptionBase
IRuntime
implementation.Possible values forAgentOptions.OUTPUT
.The instrumented classes need a piece of code that obtains aboolean[]
instance from the runtime.Provides access to classesjava.lang.invoke.MethodHandles
andjava.lang.invoke.MethodHandles.Lookup
introduced in Java 8.Interface for remote commands to a coverage runtime.This interface represents a particular mechanism to collect execution information in the target VM at runtime.Container for runtime execution and meta data. -
Classes in org.jacoco.core.runtime used by org.jacoco.maven
-
Classes in org.jacoco.core.runtime used by org.jacoco.report.checkClassDescriptionMatches strings against glob like wildcard expressions where
?
matches any single character and*
matches any number of any character.