Also note that content of exec file might change from one JaCoCo version to another - see https://github.com/jacoco/jacoco/wiki/ExecFileVersions And as an examples of consequences of usage of exec file see https://github.com/jenkinsci/jacoco-plugin/pull/55#issuecomment-124449625 and http://stackoverflow.com/questions/30459260/jacoco-sonarqube-incompatible-version-1007
Regards, Evgeny On Monday, January 9, 2017 at 5:22:00 PM UTC+1, [email protected] wrote: > > See the "API JavaDoc" link from the documentation page: > http://www.eclemma.org/jacoco/trunk/doc/ > > The ExecutionDataReader class reads .exec files, and the Analyzer class > converts ExecutionData to IClassCoverage. Note that Analyzer requires > access to the original .class files (.exec files contain per-class lists of > true/false "probes", which are meaningless without a corresponding .class > file, which contain the actual method names, line numbers, etc.). You > might also be interested in the CoverageBuilder or XMLFormatter classes > depending on what you're trying to do exactly. > -- You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/4c45f09e-ed11-4dcc-8953-e1d1741ca972%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
