All Versions
11
Latest Version
Avg Release Cycle
167 days
Latest Release
998 days ago

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 a IncompatibleExecDataVersionException.

    Non-functional Changes

    • JaCoCo now depends on ASM 5.0.4.

    All Resolved Issues