JaCoCo v0.7.6 Release Notes

Release Date: 2016-02-18 // about 8 years ago
  • 🆕 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