From c63563d1955934b5d4593c6d057351fc2dd008de Mon Sep 17 00:00:00 2001 From: Evgeny Mandrikov Date: Tue, 9 May 2017 19:45:34 +0200 Subject: Add filter for private empty constructors that do not have arguments (#529) --- org.jacoco.doc/docroot/doc/changes.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'org.jacoco.doc/docroot') diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html index 742d745f..8d2e4f8c 100644 --- a/org.jacoco.doc/docroot/doc/changes.html +++ b/org.jacoco.doc/docroot/doc/changes.html @@ -34,6 +34,8 @@
  • Exclude from a report methods which are annotated with @lombok.Generated. Initial analysis and contribution by RĂ¼diger zu Dohna. (GitHub #513).
  • +
  • Exclude from a report private empty constructors that do not have arguments + (GitHub #529).
  • Maven aggregated reports will now also include modules of runtime dependencies (GitHub #498).
  • -- cgit v1.2.3