We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ced468 commit 9ec09cdCopy full SHA for 9ec09cd
prj/coverage/pom.xml
@@ -70,6 +70,10 @@
70
<exclude>**/com/tangosol/run/jca/*.*</exclude>
71
<exclude>**/com/tangosol/net/management/jmx/*.*</exclude>
72
73
+ <!-- excluding duplicate class from coherence-concurrent mrjar;
74
+ class is uninteresting from a coverage point of view. -->
75
+ <exclude>**/com/oracle/coherence/concurrent/config/NamespaceHandler.*</exclude>
76
+
77
<!-- exclude unused classes -->
78
<!-- pof -->
79
<exclude>**/com/tangosol/io/pof/AbstractPofHandler.class</exclude>
0 commit comments