All Versions
11
Latest Version
Avg Release Cycle
167 days
Latest Release
998 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.7.6 Changes
February 18, 2016๐ 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 aIncompatibleExecDataVersionException
.
Non-functional Changes
- JaCoCo now depends on ASM 5.0.4.
- ๐ New agent option