aboutsummaryrefslogtreecommitdiffstats
path: root/abi-check-plugin
diff options
context:
space:
mode:
authorIlpo Ruotsalainen <ilpo.ruotsalainen@oath.com>2018-11-30 15:24:32 +0100
committerIlpo Ruotsalainen <ilpo.ruotsalainen@oath.com>2018-11-30 15:24:32 +0100
commit44cefe4499786e2df0381ad183c0c7cda40dd63e (patch)
tree3dddab042e2a987cfb775725d378519a2b58621c /abi-check-plugin
parentbb2e5a29c64b06cebd4146f5cdfe9537ae81885f (diff)
Add justification for disabling coverage.
Diffstat (limited to 'abi-check-plugin')
-rw-r--r--abi-check-plugin/src/main/java/com/yahoo/abicheck/classtree/ClassFileTree.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/abi-check-plugin/src/main/java/com/yahoo/abicheck/classtree/ClassFileTree.java b/abi-check-plugin/src/main/java/com/yahoo/abicheck/classtree/ClassFileTree.java
index c72c6009d13..24ebe3c076c 100644
--- a/abi-check-plugin/src/main/java/com/yahoo/abicheck/classtree/ClassFileTree.java
+++ b/abi-check-plugin/src/main/java/com/yahoo/abicheck/classtree/ClassFileTree.java
@@ -72,6 +72,7 @@ public abstract class ClassFileTree implements AutoCloseable {
}
// CLOVER:OFF
+ // Testing debug methods is not necessary
@Override
public String toString() {
return "ClassFile(" + parent.getFullyQualifiedName() + "." + name + ")";
@@ -116,6 +117,7 @@ public abstract class ClassFileTree implements AutoCloseable {
}
// CLOVER:OFF
+ // Testing debug methods is not necessary
@Override
public String toString() {
return "Package(" + getFullyQualifiedName() + ")";