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

2.1.0

Compare
Choose a tag to compare
@marchof marchof released this 01 Sep 20:25
· 113 commits to master since this release
  • 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.