Uses of Class
org.jacoco.core.data.IncompatibleExecDataVersionException
-
Packages that use IncompatibleExecDataVersionException Package Description org.jacoco.core.data Representation and persistence of execution data and session information. -
-
Uses of IncompatibleExecDataVersionException in org.jacoco.core.data
Methods in org.jacoco.core.data that throw IncompatibleExecDataVersionException Modifier and Type Method Description boolean
ExecutionDataReader. read()
Reads all data and reports it to the corresponding visitors.
-