Details
-
Task
-
Resolution: Fixed
-
Major
-
8.0-milestone-2
-
None
-
N/A
-
N/A
-
Description
See http://www.eclemma.org/jacoco/trunk/doc/changes.html.
Release 0.7.6 (2016/02/18)
New Features
New agent option inclnolocationclasses to support execution environments like Android where no source location is provided with classes (GitHub #288).
Improved error message in case of incompatible execution data files. (GitHub #319).
Command line agent options now supports comma in file names. Contributed by Jochen Berger. (GitHub #358).
Fixed Bugs
Fix MBeanClient example (GitHub #333).
Avoid ConcurrentModificationException during shutdown (GitHub #364).
API Changes
In case of incompatible execution data formats read from another JaCoCo version ExecutionDataReader.read() now throws a IncompatibleExecDataVersionException.
Non-functional Changes
JaCoCo now depends on ASM 5.0.4.
Release 0.7.5 (2015/05/24)
New Features
Better detection of coverage in code blocks with implicit exceptions. (GitHub #310).
Added lifecycle-mapping-metadata.xml for M2E (GitHub #203).
Allow locales with country and variant for Ant report task (GitHub #289).
Fixed Bugs
For the Ant tasks coverage and agent the destfile attribute is now passed as an absolute path also in the default case (GitHub #301).
API Changes
The exec file version has been updated and is not compatible with previous versions.