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

Releases: jacoco/eclemma

2.3.3

23 Feb 19:42
Compare
Choose a tag to compare
  • Upgrade to JaCoCo 0.7.6.
  • Upgrade to ASM 5.0.4.
  • Error logging with exception stack traces (GitHub #106).

2.3.2

14 Sep 19:38
Compare
Choose a tag to compare
  • Fixed internal error when annotated source file is edited (GitHub #90).
  • Upgrade to JaCoCo 0.7.2 for Java 8 lambda expressions support.

2.3.1

11 May 17:01
Compare
Choose a tag to compare
  • Fixed ASM 5.0.1 dependency conflicts with new ASM bundles in Eclipse 4.4 (GitHub #83).
  • Upgrade to JaCoCo 0.7.1 for full Java 8 support.

2.3.0

19 Mar 23:31
Compare
Choose a tag to compare
  • Now with Java 8 support.
  • Upgrade to JaCoCo 0.7.0.

2.2.1

01 Sep 20:19
Compare
Choose a tag to compare
  • Keyboard shortcuts to launch TestNG tests and suites (GitHub #1).
  • New session import option to import execution data from a JaCoCo agent (GitHub #2).
  • New session import option to import execution data from a URL (GitHub #13).
  • Don't fail on Scala function elements (GitHub #32).
  • Don't fail in case of missing output folders (GitHub #38).
  • Upgrade to JaCoCo 0.6.3.

2.2.0

01 Sep 20:20
Compare
Choose a tag to compare
  • The EclEmma project has been moved to GitHub.
  • Upgrade to JaCoCo 0.6.0.
  • Correct menu labels in the Coverage view.
  • SF #1968604: The Coverage view shows graphical bar charts instead of icons to visualize code coverage.

2.1.4

01 Sep 20:21
Compare
Choose a tag to compare
  • Upgrade to JaCoCo 0.5.9.
  • SF #3549343: Correct source folder naming for HTML reports.

2.1.3

01 Sep 20:22
Compare
Choose a tag to compare
  • Upgrade to JaCoCo 0.5.8.
  • Eclipse Bugzilla #383367: Fix drop-down menus in coverage view for Eclipse 4.2.
  • Trac #158: Lifecycle mapping for JaCoCo Maven goals when M2E is used.
  • Trac #203: EclEmma feature now depends on Eclipse 3.5 or greater to ensure version check at installation time.

2.1.2

01 Sep 20:23
Compare
Choose a tag to compare
  • Support for Eclipse 3.8 (Juno) since Eclipse issue 227877 has been resolved.
  • SF #3522048: Upgrade to JaCoCo 0.5.7.
  • SF #3510762: Support for Scala application launches. Contributed by Joachim Hofer.
  • Default setting (enabled) fixed for automatically opening the Coverage view.

2.1.1

01 Sep 20:24
Compare
Choose a tag to compare
  • Trac #195: Don't exclude output folders based on their name. This caused empty coverage data results in certain setups. Many thanks to Dominik Stadler for analyzing this bug.
  • Avoid restoring column widths to zero in the Coverage view.