aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.core.test/src/org/jacoco/core/test/filter/targets/Synthetic.java
diff options
context:
space:
mode:
Diffstat (limited to 'org.jacoco.core.test/src/org/jacoco/core/test/filter/targets/Synthetic.java')
-rw-r--r--org.jacoco.core.test/src/org/jacoco/core/test/filter/targets/Synthetic.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/org.jacoco.core.test/src/org/jacoco/core/test/filter/targets/Synthetic.java b/org.jacoco.core.test/src/org/jacoco/core/test/filter/targets/Synthetic.java
index 783495d9..43826a8b 100644
--- a/org.jacoco.core.test/src/org/jacoco/core/test/filter/targets/Synthetic.java
+++ b/org.jacoco.core.test/src/org/jacoco/core/test/filter/targets/Synthetic.java
@@ -18,6 +18,12 @@ public class Synthetic { // $line-classdef$
private static int counter; // $line-field$
+ /**
+ * {@link org.jacoco.core.test.validation.targets.Target06 Default
+ * constructor will refer to a line of class definition}, so that we define
+ * constructor explicitly in order to verify that we filter all other
+ * constructions here that might refer to line of class definition.
+ */
private Synthetic() {
}