You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by ol...@apache.org on 2018/10/23 05:47:59 UTC

svn commit: r1844617 [19/31] - in /maven/website/components/plugins-archives/maven-pmd-plugin-LATEST: ./ apidocs/ apidocs/jquery/ apidocs/org/apache/maven/plugins/pmd/ apidocs/org/apache/maven/plugins/pmd/class-use/ apidocs/org/apache/maven/plugins/pmd...

Modified: maven/website/components/plugins-archives/maven-pmd-plugin-LATEST/testapidocs/org/apache/maven/plugins/pmd/AbstractPmdReportTest.html
==============================================================================
--- maven/website/components/plugins-archives/maven-pmd-plugin-LATEST/testapidocs/org/apache/maven/plugins/pmd/AbstractPmdReportTest.html (original)
+++ maven/website/components/plugins-archives/maven-pmd-plugin-LATEST/testapidocs/org/apache/maven/plugins/pmd/AbstractPmdReportTest.html Tue Oct 23 05:47:57 2018
@@ -3,24 +3,16 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc -->
-<title>AbstractPmdReportTest (Apache Maven PMD Plugin 3.10.0 Test API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>AbstractPmdReportTest (Apache Maven PMD Plugin 3.11.0 Test API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
-<link rel="stylesheet" type="text/css" href="../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
-<script type="text/javascript" src="../../../../../jquery/jszip/dist/jszip.min.js"></script>
-<script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
-<!--[if IE]>
-<script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
-<![endif]-->
-<script type="text/javascript" src="../../../../../jquery/jquery-1.10.2.js"></script>
-<script type="text/javascript" src="../../../../../jquery/jquery-ui.js"></script>
 </head>
 <body>
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="AbstractPmdReportTest (Apache Maven PMD Plugin 3.10.0 Test API)";
+            parent.document.title="AbstractPmdReportTest (Apache Maven PMD Plugin 3.11.0 Test API)";
         }
     }
     catch(err) {
@@ -32,11 +24,10 @@ var altColor = "altColor";
 var rowColor = "rowColor";
 var tableTab = "tableTab";
 var activeTableTab = "activeTableTab";
-var pathtoroot = "../../../../../";loadScripts(document, 'script');</script>
+</script>
 <noscript>
 <div>JavaScript is disabled on your browser.</div>
 </noscript>
-<div class="fixedNav">
 <!-- ========= START OF TOP NAVBAR ======= -->
 <div class="topNav"><a name="navbar.top">
 <!--   -->
@@ -68,12 +59,6 @@ var pathtoroot = "../../../../../";loadS
 <ul class="navList" id="allclasses_navbar_top">
 <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
 </ul>
-<ul class="navListSearch">
-<li><label for="search">SEARCH:</label>
-<input type="text" id="search" value="search" disabled="disabled">
-<input type="reset" id="reset" value="reset" disabled="disabled">
-</li>
-</ul>
 <div>
 <script type="text/javascript"><!--
   allClassesLink = document.getElementById("allclasses_navbar_top");
@@ -85,9 +70,6 @@ var pathtoroot = "../../../../../";loadS
   }
   //-->
 </script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
 </div>
 <div>
 <ul class="subNavList">
@@ -108,20 +90,14 @@ var pathtoroot = "../../../../../";loadS
 <!--   -->
 </a></div>
 <!-- ========= END OF TOP NAVBAR ========= -->
-</div>
-<div class="navPadding">&nbsp;</div>
-<script type="text/javascript"><!--
-$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
-//-->
-</script>
 <!-- ======== START OF CLASS DATA ======== -->
 <div class="header">
-<div class="subTitle"><span class="packageLabelInType">Package</span>&nbsp;<a href="../../../../../org/apache/maven/plugins/pmd/package-summary.html">org.apache.maven.plugins.pmd</a></div>
+<div class="subTitle">org.apache.maven.plugins.pmd</div>
 <h2 title="Class AbstractPmdReportTest" class="title">Class AbstractPmdReportTest</h2>
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li>java.lang.Object</li>
+<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
 <li>junit.framework.Assert</li>
@@ -133,7 +109,7 @@ $('.navPadding').css('padding-top', $('.
 <li>org.codehaus.plexus.PlexusTestCase</li>
 <li>
 <ul class="inheritance">
-<li><a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true" title="class or interface in org.apache.maven.plugin.testing" class="externalLink">org.apache.maven.plugin.testing.AbstractMojoTestCase</a></li>
+<li><a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true" title="class or interface in org.apache.maven.plugin.testing">org.apache.maven.plugin.testing.AbstractMojoTestCase</a></li>
 <li>
 <ul class="inheritance">
 <li>org.apache.maven.plugins.pmd.AbstractPmdReportTest</li>
@@ -153,15 +129,16 @@ $('.navPadding').css('padding-top', $('.
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd><code>junit.framework.Test</code></dd>
+<dd>junit.framework.Test</dd>
 </dl>
 <dl>
 <dt>Direct Known Subclasses:</dt>
-<dd><code><a href="../../../../../org/apache/maven/plugins/pmd/CpdReportTest.html" title="class in org.apache.maven.plugins.pmd">CpdReportTest</a></code>, <code><a href="../../../../../org/apache/maven/plugins/pmd/PmdReportTest.html" title="class in org.apache.maven.plugins.pmd">PmdReportTest</a></code></dd>
+<dd><a href="../../../../../org/apache/maven/plugins/pmd/CpdReportTest.html" title="class in org.apache.maven.plugins.pmd">CpdReportTest</a>, <a href="../../../../../org/apache/maven/plugins/pmd/PmdReportTest.html" title="class in org.apache.maven.plugins.pmd">PmdReportTest</a></dd>
 </dl>
 <hr>
+<br>
 <pre>public abstract class <span class="typeNameLabel">AbstractPmdReportTest</span>
-extends <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true" title="class or interface in org.apache.maven.plugin.testing" class="externalLink">AbstractMojoTestCase</a></pre>
+extends <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true" title="class or interface in org.apache.maven.plugin.testing">AbstractMojoTestCase</a></pre>
 <dl>
 <dt><span class="simpleTagLabel">Since:</span></dt>
 <dd>2.5</dd>
@@ -197,15 +174,13 @@ extends <a href="http://maven.apache.org
 <!--   -->
 </a>
 <h3>Constructor Summary</h3>
-<table class="memberSummary" summary="Constructor Summary table, listing constructors, and an explanation">
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
 <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
-<th class="colFirst" scope="col">Constructor</th>
-<th class="colLast" scope="col">Description</th>
+<th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/pmd/AbstractPmdReportTest.html#AbstractPmdReportTest--">AbstractPmdReportTest</a></span>()</code></th>
-<td class="colLast">&nbsp;</td>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/pmd/AbstractPmdReportTest.html#AbstractPmdReportTest--">AbstractPmdReportTest</a></span>()</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -216,27 +191,24 @@ extends <a href="http://maven.apache.org
 <!--   -->
 </a>
 <h3>Method Summary</h3>
-<table class="memberSummary" summary="Method Summary table, listing methods, and an explanation">
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
 <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colSecond" scope="col">Method</th>
-<th class="colLast" scope="col">Description</th>
+<th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr id="i0" class="altColor">
 <td class="colFirst"><code>static boolean</code></td>
-<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/pmd/AbstractPmdReportTest.html#lowerCaseContains-java.lang.String-java.lang.String-">lowerCaseContains</a></span>&#8203;(java.lang.String&nbsp;text,
-                 java.lang.String&nbsp;contains)</code></th>
-<td class="colLast">
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/pmd/AbstractPmdReportTest.html#lowerCaseContains-java.lang.String-java.lang.String-">lowerCaseContains</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;text,
+                 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;contains)</code>
 <div class="block">Checks, whether the string <code>contained</code> is contained in
  the given <code>text</code> ignoring case.</div>
 </td>
 </tr>
 <tr id="i1" class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
-<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/pmd/AbstractPmdReportTest.html#renderer-org.apache.maven.plugins.pmd.AbstractPmdReport-java.io.File-">renderer</a></span>&#8203;(<a href="../../../../../../apidocs/org/apache/maven/plugins/pmd/AbstractPmdReport.html?is-external=true" title="class or interface in org.apache.maven.plugins.pmd" class="externalLink">AbstractPmdReport</a>&nbsp;mojo,
-        java.io.File&nbsp;outputHtml)</code></th>
-<td class="colLast">
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/pmd/AbstractPmdReportTest.html#renderer-org.apache.maven.plugins.pmd.AbstractPmdReport-java.io.File-">renderer</a></span>(<a href="../../../../../../apidocs/org/apache/maven/plugins/pmd/AbstractPmdReport.html?is-external=true" title="class or interface in org.apache.maven.plugins.pmd">AbstractPmdReport</a>&nbsp;mojo,
+        <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;outputHtml)</code>
 <div class="block">Renderer the sink from the report mojo.</div>
 </td>
 </tr>
@@ -245,15 +217,8 @@ extends <a href="http://maven.apache.org
 <li class="blockList"><a name="methods.inherited.from.class.org.apache.maven.plugin.testing.AbstractMojoTestCase">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;org.apache.maven.plugin.testing.<a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true" title="class or interface in org.apache.maven.plugin.testing" class="externalLink">AbstractMojoTestCase</a></h3>
-<code><a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#configureMojo-org.apache.maven.plugin.Mojo-java.lang.String-java.io.File-" title="class or interface in org.apache.maven.plugin.testing" class="externalLink">configureMojo</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#configureMojo-org.apache.maven.plugin.Mojo-org.codehaus.plexus.configuration.PlexusConfiguration-" title="class or interface in org.apache.maven.plugin.testing" class="externalLink">configureMojo</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#extractPluginConfiguration-java.lang.String-java.io.File-" title="class or interface in org.apache.maven.plugin.testing" class="exter
 nalLink">extractPluginConfiguration</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#extractPluginConfiguration-java.lang.String-org.codehaus.plexus.util.xml.Xpp3Dom-" title="class or interface in org.apache.maven.plugin.testing" class="externalLink">extractPluginConfiguration</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#getContainer--" title="class or interface in org.apache.maven.plugin.testing" class="externalLink">getContainer</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#getPluginDescriptorLocation--" title="class or interface in org.apache.maven.plugin.testing" class="externalLink">getPluginDescriptorLocation</a>, <a href="http:
 //maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#getPluginDescriptorPath--" title="class or interface in org.apache.maven.plugin.testing" class="externalLink">getPluginDescriptorPath</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#getPublicDescriptorStream--" title="class or interface in org.apache.maven.plugin.testing" class="externalLink">getPublicDescriptorStream</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#getVariablesAndValuesFromObject-java.lang.Class-java.lang.Object-" title="class or interface in org.apache.maven.plugin.testing" class="externalLink">getVariablesAndValuesFromObject</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-t
 esting-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#getVariablesAndValuesFromObject-java.lang.Object-" title="class or interface in org.apache.maven.plugin.testing" class="externalLink">getVariablesAndValuesFromObject</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#getVariableValueFromObject-java.lang.Object-java.lang.String-" title="class or interface in org.apache.maven.plugin.testing" class="externalLink">getVariableValueFromObject</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#lookupConfiguredMojo-org.apache.maven.execution.MavenSession-org.apache.maven.plugin.MojoExecution-" title="class or interface in org.apache.maven.plugin.testing" class="externalLink">lookupConfiguredMojo</a>, <a href="http://mave
 n.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#lookupConfiguredMojo-org.apache.maven.project.MavenProject-java.lang.String-" title="class or interface in org.apache.maven.plugin.testing" class="externalLink">lookupConfiguredMojo</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#lookupEmptyMojo-java.lang.String-java.io.File-" title="class or interface in org.apache.maven.plugin.testing" class="externalLink">lookupEmptyMojo</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#lookupEmptyMojo-java.lang.String-java.lang.String-" title="class or interface in org.apache.maven.plugin.testing" class="externalLink">lookupEmptyMojo</a>, <a href="http://maven.apache.org/plugin-te
 sting/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#lookupMojo-java.lang.String-java.io.File-" title="class or interface in org.apache.maven.plugin.testing" class="externalLink">lookupMojo</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#lookupMojo-java.lang.String-java.lang.String-" title="class or interface in org.apache.maven.plugin.testing" class="externalLink">lookupMojo</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#lookupMojo-java.lang.String-java.lang.String-java.lang.String-java.lang.String-org.codehaus.plexus.configuration.PlexusConfiguration-" title="class or interface in org.apache.maven.plugin.testing" class="externalLink">lookupMojo</a>, <a href="http://maven.apache.org/plug
 in-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#newMavenSession-org.apache.maven.project.MavenProject-" title="class or interface in org.apache.maven.plugin.testing" class="externalLink">newMavenSession</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#newMojoExecution-java.lang.String-" title="class or interface in org.apache.maven.plugin.testing" class="externalLink">newMojoExecution</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#setUp--" title="class or interface in org.apache.maven.plugin.testing" class="externalLink">setUp</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-exte
 rnal=true#setupContainer--" title="class or interface in org.apache.maven.plugin.testing" class="externalLink">setupContainer</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#setupContainerConfiguration--" title="class or interface in org.apache.maven.plugin.testing" class="externalLink">setupContainerConfiguration</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#setVariableValueToObject-java.lang.Object-java.lang.String-java.lang.Object-" title="class or interface in org.apache.maven.plugin.testing" class="externalLink">setVariableValueToObject</a></code></li>
-</ul>
-<ul class="blockList">
-<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
-<!--   -->
-</a>
-<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
-<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+<h3>Methods inherited from class&nbsp;org.apache.maven.plugin.testing.<a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true" title="class or interface in org.apache.maven.plugin.testing">AbstractMojoTestCase</a></h3>
+<code><a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#configureMojo-org.apache.maven.plugin.Mojo-org.codehaus.plexus.configuration.PlexusConfiguration-" title="class or interface in org.apache.maven.plugin.testing">configureMojo</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#configureMojo-org.apache.maven.plugin.Mojo-java.lang.String-java.io.File-" title="class or interface in org.apache.maven.plugin.testing">configureMojo</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#extractPluginConfiguration-java.lang.String-java.io.File-" title="class or interface in org.apache.maven.plugin.testing">extractPluginConfiguration</a>, <a href="http://maven.
 apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#extractPluginConfiguration-java.lang.String-org.codehaus.plexus.util.xml.Xpp3Dom-" title="class or interface in org.apache.maven.plugin.testing">extractPluginConfiguration</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#getContainer--" title="class or interface in org.apache.maven.plugin.testing">getContainer</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#getPluginDescriptorLocation--" title="class or interface in org.apache.maven.plugin.testing">getPluginDescriptorLocation</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.ht
 ml?is-external=true#getPluginDescriptorPath--" title="class or interface in org.apache.maven.plugin.testing">getPluginDescriptorPath</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#getPublicDescriptorStream--" title="class or interface in org.apache.maven.plugin.testing">getPublicDescriptorStream</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#getVariablesAndValuesFromObject-java.lang.Class-java.lang.Object-" title="class or interface in org.apache.maven.plugin.testing">getVariablesAndValuesFromObject</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#getVariablesAndValuesFromObject-java.lang.Object-" title="class or interface in org.apache.
 maven.plugin.testing">getVariablesAndValuesFromObject</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#getVariableValueFromObject-java.lang.Object-java.lang.String-" title="class or interface in org.apache.maven.plugin.testing">getVariableValueFromObject</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#lookupConfiguredMojo-org.apache.maven.project.MavenProject-java.lang.String-" title="class or interface in org.apache.maven.plugin.testing">lookupConfiguredMojo</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#lookupConfiguredMojo-org.apache.maven.execution.MavenSession-org.apache.maven.plugin.MojoExecution-" title="class or interface in org.a
 pache.maven.plugin.testing">lookupConfiguredMojo</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#lookupEmptyMojo-java.lang.String-java.io.File-" title="class or interface in org.apache.maven.plugin.testing">lookupEmptyMojo</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#lookupEmptyMojo-java.lang.String-java.lang.String-" title="class or interface in org.apache.maven.plugin.testing">lookupEmptyMojo</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#lookupMojo-java.lang.String-java.io.File-" title="class or interface in org.apache.maven.plugin.testing">lookupMojo</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness
 /apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#lookupMojo-java.lang.String-java.lang.String-" title="class or interface in org.apache.maven.plugin.testing">lookupMojo</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#lookupMojo-java.lang.String-java.lang.String-java.lang.String-java.lang.String-org.codehaus.plexus.configuration.PlexusConfiguration-" title="class or interface in org.apache.maven.plugin.testing">lookupMojo</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#newMavenSession-org.apache.maven.project.MavenProject-" title="class or interface in org.apache.maven.plugin.testing">newMavenSession</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing
 /AbstractMojoTestCase.html?is-external=true#newMojoExecution-java.lang.String-" title="class or interface in org.apache.maven.plugin.testing">newMojoExecution</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#setUp--" title="class or interface in org.apache.maven.plugin.testing">setUp</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#setupContainer--" title="class or interface in org.apache.maven.plugin.testing">setupContainer</a>, <a href="http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#setupContainerConfiguration--" title="class or interface in org.apache.maven.plugin.testing">setupContainerConfiguration</a>, <a href="http://maven.apache.org/plugin-testi
 ng/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#setVariableValueToObject-java.lang.Object-java.lang.String-java.lang.Object-" title="class or interface in org.apache.maven.plugin.testing">setVariableValueToObject</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.org.codehaus.plexus.PlexusTestCase">
@@ -269,6 +234,13 @@ extends <a href="http://maven.apache.org
 <h3>Methods inherited from class&nbsp;junit.framework.TestCase</h3>
 <code>assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, toString</code></li>
 </ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
+<!--   -->
+</a>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/ja
 va/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
+</ul>
 </li>
 </ul>
 </li>
@@ -306,18 +278,18 @@ extends <a href="http://maven.apache.org
 <ul class="blockList">
 <li class="blockList">
 <h4>renderer</h4>
-<pre>protected&nbsp;void&nbsp;renderer&#8203;(<a href="../../../../../../apidocs/org/apache/maven/plugins/pmd/AbstractPmdReport.html?is-external=true" title="class or interface in org.apache.maven.plugins.pmd" class="externalLink">AbstractPmdReport</a>&nbsp;mojo,
-                        java.io.File&nbsp;outputHtml)
-                 throws <a href="http://maven.apache.org/doxia/doxia-sitetools/doxia-site-renderer/apidocs/org/apache/maven/doxia/siterenderer/RendererException.html?is-external=true" title="class or interface in org.apache.maven.doxia.siterenderer" class="externalLink">RendererException</a>,
-                        java.io.IOException</pre>
+<pre>protected&nbsp;void&nbsp;renderer(<a href="../../../../../../apidocs/org/apache/maven/plugins/pmd/AbstractPmdReport.html?is-external=true" title="class or interface in org.apache.maven.plugins.pmd">AbstractPmdReport</a>&nbsp;mojo,
+                        <a href="https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;outputHtml)
+                 throws <a href="http://maven.apache.org/doxia/doxia-sitetools/doxia-site-renderer/apidocs/org/apache/maven/doxia/siterenderer/RendererException.html?is-external=true" title="class or interface in org.apache.maven.doxia.siterenderer">RendererException</a>,
+                        <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Renderer the sink from the report mojo.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>mojo</code> - not null</dd>
 <dd><code>outputHtml</code> - not null</dd>
 <dt><span class="throwsLabel">Throws:</span></dt>
-<dd><code><a href="http://maven.apache.org/doxia/doxia-sitetools/doxia-site-renderer/apidocs/org/apache/maven/doxia/siterenderer/RendererException.html?is-external=true" title="class or interface in org.apache.maven.doxia.siterenderer" class="externalLink">RendererException</a></code> - if any</dd>
-<dd><code>java.io.IOException</code> - if any</dd>
+<dd><code><a href="http://maven.apache.org/doxia/doxia-sitetools/doxia-site-renderer/apidocs/org/apache/maven/doxia/siterenderer/RendererException.html?is-external=true" title="class or interface in org.apache.maven.doxia.siterenderer">RendererException</a></code> - if any</dd>
+<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if any</dd>
 </dl>
 </li>
 </ul>
@@ -327,8 +299,8 @@ extends <a href="http://maven.apache.org
 <ul class="blockListLast">
 <li class="blockList">
 <h4>lowerCaseContains</h4>
-<pre>public static&nbsp;boolean&nbsp;lowerCaseContains&#8203;(java.lang.String&nbsp;text,
-                                        java.lang.String&nbsp;contains)</pre>
+<pre>public static&nbsp;boolean&nbsp;lowerCaseContains(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;text,
+                                        <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;contains)</pre>
 <div class="block">Checks, whether the string <code>contained</code> is contained in
  the given <code>text</code> ignoring case.</div>
 <dl>
@@ -389,9 +361,6 @@ extends <a href="http://maven.apache.org
   }
   //-->
 </script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
 </div>
 <div>
 <ul class="subNavList">

Modified: maven/website/components/plugins-archives/maven-pmd-plugin-LATEST/testapidocs/org/apache/maven/plugins/pmd/CpdReportTest.MockCpd.html
==============================================================================
--- maven/website/components/plugins-archives/maven-pmd-plugin-LATEST/testapidocs/org/apache/maven/plugins/pmd/CpdReportTest.MockCpd.html (original)
+++ maven/website/components/plugins-archives/maven-pmd-plugin-LATEST/testapidocs/org/apache/maven/plugins/pmd/CpdReportTest.MockCpd.html Tue Oct 23 05:47:57 2018
@@ -3,24 +3,16 @@
 <html lang="en">
 <head>
 <!-- Generated by javadoc -->
-<title>CpdReportTest.MockCpd (Apache Maven PMD Plugin 3.10.0 Test API)</title>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>CpdReportTest.MockCpd (Apache Maven PMD Plugin 3.11.0 Test API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
-<link rel="stylesheet" type="text/css" href="../../../../../jquery/jquery-ui.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
-<script type="text/javascript" src="../../../../../jquery/jszip/dist/jszip.min.js"></script>
-<script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
-<!--[if IE]>
-<script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
-<![endif]-->
-<script type="text/javascript" src="../../../../../jquery/jquery-1.10.2.js"></script>
-<script type="text/javascript" src="../../../../../jquery/jquery-ui.js"></script>
 </head>
 <body>
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CpdReportTest.MockCpd (Apache Maven PMD Plugin 3.10.0 Test API)";
+            parent.document.title="CpdReportTest.MockCpd (Apache Maven PMD Plugin 3.11.0 Test API)";
         }
     }
     catch(err) {
@@ -32,11 +24,10 @@ var altColor = "altColor";
 var rowColor = "rowColor";
 var tableTab = "tableTab";
 var activeTableTab = "activeTableTab";
-var pathtoroot = "../../../../../";loadScripts(document, 'script');</script>
+</script>
 <noscript>
 <div>JavaScript is disabled on your browser.</div>
 </noscript>
-<div class="fixedNav">
 <!-- ========= START OF TOP NAVBAR ======= -->
 <div class="topNav"><a name="navbar.top">
 <!--   -->
@@ -68,12 +59,6 @@ var pathtoroot = "../../../../../";loadS
 <ul class="navList" id="allclasses_navbar_top">
 <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
 </ul>
-<ul class="navListSearch">
-<li><label for="search">SEARCH:</label>
-<input type="text" id="search" value="search" disabled="disabled">
-<input type="reset" id="reset" value="reset" disabled="disabled">
-</li>
-</ul>
 <div>
 <script type="text/javascript"><!--
   allClassesLink = document.getElementById("allclasses_navbar_top");
@@ -85,9 +70,6 @@ var pathtoroot = "../../../../../";loadS
   }
   //-->
 </script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
 </div>
 <div>
 <ul class="subNavList">
@@ -108,20 +90,14 @@ var pathtoroot = "../../../../../";loadS
 <!--   -->
 </a></div>
 <!-- ========= END OF TOP NAVBAR ========= -->
-</div>
-<div class="navPadding">&nbsp;</div>
-<script type="text/javascript"><!--
-$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
-//-->
-</script>
 <!-- ======== START OF CLASS DATA ======== -->
 <div class="header">
-<div class="subTitle"><span class="packageLabelInType">Package</span>&nbsp;<a href="../../../../../org/apache/maven/plugins/pmd/package-summary.html">org.apache.maven.plugins.pmd</a></div>
+<div class="subTitle">org.apache.maven.plugins.pmd</div>
 <h2 title="Class CpdReportTest.MockCpd" class="title">Class CpdReportTest.MockCpd</h2>
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li>java.lang.Object</li>
+<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
 <li>net.sourceforge.pmd.cpd.CPD</li>
@@ -141,6 +117,7 @@ $('.navPadding').css('padding-top', $('.
 <dd><a href="../../../../../org/apache/maven/plugins/pmd/CpdReportTest.html" title="class in org.apache.maven.plugins.pmd">CpdReportTest</a></dd>
 </dl>
 <hr>
+<br>
 <pre>public static class <span class="typeNameLabel">CpdReportTest.MockCpd</span>
 extends net.sourceforge.pmd.cpd.CPD</pre>
 </li>
@@ -155,16 +132,14 @@ extends net.sourceforge.pmd.cpd.CPD</pre
 <!--   -->
 </a>
 <h3>Constructor Summary</h3>
-<table class="memberSummary" summary="Constructor Summary table, listing constructors, and an explanation">
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
 <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
 <tr>
-<th class="colFirst" scope="col">Constructor</th>
-<th class="colLast" scope="col">Description</th>
+<th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/pmd/CpdReportTest.MockCpd.html#MockCpd-net.sourceforge.pmd.cpd.CPDConfiguration-java.util.Iterator-">MockCpd</a></span>&#8203;(net.sourceforge.pmd.cpd.CPDConfiguration&nbsp;configuration,
-       java.util.Iterator&lt;net.sourceforge.pmd.cpd.Match&gt;&nbsp;tMatch)</code></th>
-<td class="colLast">&nbsp;</td>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/pmd/CpdReportTest.MockCpd.html#MockCpd-net.sourceforge.pmd.cpd.CPDConfiguration-java.util.Iterator-">MockCpd</a></span>(net.sourceforge.pmd.cpd.CPDConfiguration&nbsp;configuration,
+       <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;net.sourceforge.pmd.cpd.Match&gt;&nbsp;tMatch)</code>&nbsp;</td>
 </tr>
 </table>
 </li>
@@ -175,17 +150,15 @@ extends net.sourceforge.pmd.cpd.CPD</pre
 <!--   -->
 </a>
 <h3>Method Summary</h3>
-<table class="memberSummary" summary="Method Summary table, listing methods, and an explanation">
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
 <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
-<th class="colSecond" scope="col">Method</th>
-<th class="colLast" scope="col">Description</th>
+<th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr id="i0" class="altColor">
-<td class="colFirst"><code>java.util.Iterator&lt;net.sourceforge.pmd.cpd.Match&gt;</code></td>
-<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/pmd/CpdReportTest.MockCpd.html#getMatches--">getMatches</a></span>()</code></th>
-<td class="colLast">&nbsp;</td>
+<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;net.sourceforge.pmd.cpd.Match&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/maven/plugins/pmd/CpdReportTest.MockCpd.html#getMatches--">getMatches</a></span>()</code>&nbsp;</td>
 </tr>
 </table>
 <ul class="blockList">
@@ -199,8 +172,8 @@ extends net.sourceforge.pmd.cpd.CPD</pre
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
-<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/ja
 va/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -222,8 +195,8 @@ extends net.sourceforge.pmd.cpd.CPD</pre
 <ul class="blockListLast">
 <li class="blockList">
 <h4>MockCpd</h4>
-<pre>public&nbsp;MockCpd&#8203;(net.sourceforge.pmd.cpd.CPDConfiguration&nbsp;configuration,
-               java.util.Iterator&lt;net.sourceforge.pmd.cpd.Match&gt;&nbsp;tMatch)</pre>
+<pre>public&nbsp;MockCpd(net.sourceforge.pmd.cpd.CPDConfiguration&nbsp;configuration,
+               <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;net.sourceforge.pmd.cpd.Match&gt;&nbsp;tMatch)</pre>
 </li>
 </ul>
 </li>
@@ -240,7 +213,7 @@ extends net.sourceforge.pmd.cpd.CPD</pre
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getMatches</h4>
-<pre>public&nbsp;java.util.Iterator&lt;net.sourceforge.pmd.cpd.Match&gt;&nbsp;getMatches()</pre>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a>&lt;net.sourceforge.pmd.cpd.Match&gt;&nbsp;getMatches()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code>getMatches</code>&nbsp;in class&nbsp;<code>net.sourceforge.pmd.cpd.CPD</code></dd>
@@ -296,9 +269,6 @@ extends net.sourceforge.pmd.cpd.CPD</pre
   }
   //-->
 </script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
 </div>
 <div>
 <ul class="subNavList">