Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Releases: jacoco/eclemma

2.1.0

01 Sep 20:25
Compare
Choose a tag to compare
  • For long-running processes intermediate coverage data dumps can now be collected without terminating the application under test. This feature allows so called differential code coverage, a technique proposed by Kaitlin Duck Sherwood in her paper Reducing Code Navigation Effort with Differential Code Coverage.
  • Trac #168: New editor for JaCoCo execution data files.
  • Trac #190: The Coverage view option Hide Unused Types has been generalized to Hide Unused Elements.
  • SF #3489951: Don't process class files in team provider folders.
  • SF #3487904: Avoid NPE in case of new and empty launch configurations.
  • SF #3477725: Java agent must not be added multiple times to plug-in launch configurations.

2.0.1

01 Sep 20:26
Compare
Choose a tag to compare
  • Include bundle org.objectweb.asm with the EclEmma feature as this bundle is not available in all Eclipse distributions.

2.0.0

01 Sep 20:27
Compare
Choose a tag to compare

The first version of EclEmma that is backed by JaCoCo instead of EMMA. This adds several enhancements and new features to EclEmma.

  • Branch Coverage: Branch coverage is shown on the property pages and can be selected in the Coverage view. For the source editors there is a new annotation that marks lines with branches. A new tooltip provides details about branches on a per-line basis.
  • No class file instrumentation: With JaCoCo Java classes are instrumented in-memory only, which means modified class files will not be written to the file system anymore. Therefore the "in-place instrumentation" mode and its disadvantages are not required any more (no re-build required, JAR files can be analyzed). Programs do now launch immediately without delay due to instrumentation of all class files.
  • Source folders can be selected separately even if their class file output location is the same.

v1.5.3

01 Oct 10:15
Compare
Choose a tag to compare
Prepare 1.5.3 Release.

v1.5.2

01 Oct 10:16
Compare
Choose a tag to compare
Preparing 1.5.2 release.

v1.5.1

01 Oct 10:16
Compare
Choose a tag to compare
Prepare 1.5.1 release.

v1.5.0

01 Oct 10:16
Compare
Choose a tag to compare
Version 1.5.0 Tag.

v1.4.3

01 Oct 10:17
Compare
Choose a tag to compare
New 1.4.3 tag due to broken update site.

v1.4.2

01 Oct 10:17
Compare
Choose a tag to compare
EclEmma 1.4.2 tag

v1.4.1

01 Oct 10:17
Compare
Choose a tag to compare
1.4.1 Tag