Change History
Release 0.3.1 (2010/02/09)
Fixed Bugs
- Ant tasks broken on Linux (Trac #68).
Release 0.3.0 (2010/02/02)
API Changes
- Agent option and Ant task parameter
file
changed todestfile
(Trac #59). - Agent option and Ant task parameter
merge
changed toappend
(Trac #51).
New Features
- Report renders anonymous classes with type information (Trac #46).
enabled
property added to Agent and Coverage tasks (Trac #63).- Merge Ant task added (Trac #52).
Fixed Bugs
- New
IRuntime
implementation enables JaCoCo usage for J2EE application servers like Glassfish.
Release 0.2.0 (2010/01/08)
New Features
- Simplified probe data structure reduces memory usage (Trac #47).
- Performance test becomes part of the build.
- New bundle
org.jacoco.agent
that provides the Java agent as a resource (Trac #50).
Fixed Bugs
ArrayIndexOutOfBoundsException
due to inconsistent processing while instrumentation and analysis (Trac #44).
Release 0.1.0 (2009/10/28)
The very first JaCoCo release.