Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/surefire-report.html ============================================================================== --- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/surefire-report.html (original) +++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/surefire-report.html Tue Feb 14 08:42:34 2023 @@ -1,68 +1,71 @@ <!DOCTYPE html> + + <!-- - | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-surefire-report-plugin:2.22.2:report at 2022-03-08 - | Rendered using Apache Maven Fluido Skin 1.7 + | Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.apache.maven.plugins:maven-surefire-report-plugin:3.0.0-M7:report at 2023-02-14 + | Rendered using Apache Maven Fluido Skin 1.11.1 --> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <meta charset="UTF-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20220308" /> - <meta http-equiv="Content-Language" content="en" /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + <meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" /> <title>Apache Maven Compiler Plugin – Surefire Report</title> - <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" /> + <link rel="stylesheet" href="./css/apache-maven-fluido-1.11.1.min.css" /> <link rel="stylesheet" href="./css/site.css" /> <link rel="stylesheet" href="./css/print.css" media="print" /> - <script type="text/javascript" src="./js/apache-maven-fluido-1.7.min.js"></script> -<!-- Matomo --> -<script> - var _paq = window._paq = window._paq || []; - /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ - /* We explicitly disable cookie tracking to avoid privacy issues */ - _paq.push(['disableCookies']); - _paq.push(['trackPageView']); - _paq.push(['enableLinkTracking']); - (function() { - var u="//matomo.privacy.apache.org/"; - _paq.push(['setTrackerUrl', u+'matomo.php']); - _paq.push(['setSiteId', '3']); - var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; - g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); - })(); -</script> -<!-- End Matomo Code --> + <script src="./js/apache-maven-fluido-1.11.1.min.js"></script> + + <!-- Matomo --> + <script> + var _paq = window._paq = window._paq || []; + _paq.push(['disableCookies']); + _paq.push(['trackPageView']); + _paq.push(['enableLinkTracking']); + + (function() { + var u="https://analytics.apache.org/"; + _paq.push(['setTrackerUrl', u+'/matomo.php']); + _paq.push(['setSiteId', '3']); + var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; + g.async=true; g.src=u+'/matomo.js'; s.parentNode.insertBefore(g,s); + })(); + </script> + <!-- End Matomo Code --> </head> <body class="topBarDisabled"> <div class="container-fluid"> - <div id="banner"> - <div class="pull-left"><a href="https://www.apache.org/" id="bannerLeft"><img src="../../images/apache-maven-project.png" alt="Apache Maven Compiler Plugin"/></a></div> - <div class="pull-right"><a href="../../" id="bannerRight"><img src="../../images/maven-logo-black-on-white.png" alt=""/></a></div> - <div class="clear"><hr/></div> - </div> + <header> + <div id="banner"> + <div class="pull-left"><a href="https://www.apache.org/" id="bannerLeft"><img src="../../images/apache-maven-project.png" alt="Apache Maven Compiler Plugin" style="" /></a></div> + <div class="pull-right"><a href="../../" id="bannerRight"><img src="../../images/maven-logo-black-on-white.png" alt="" style="" /></a></div> + <div class="clear"><hr/></div> + </div> - <div id="breadcrumbs"> - <ul class="breadcrumb"> + <div id="breadcrumbs"> + <ul class="breadcrumb"> <li class=""><a href="https://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li> <li class=""><a href="../../index.html" title="Maven">Maven</a><span class="divider">/</span></li> <li class=""><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li> <li class=""><a href="index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li> <li class="active ">Surefire Report</li> - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2022-03-08</li> - <li id="projectVersion" class="pull-right">Version: 3.10.1</li> - </ul> - </div> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-02-14</li> + <li id="projectVersion" class="pull-right">Version: 3.11.0</li> + </ul> + </div> + </header> <div class="row-fluid"> - <div id="leftColumn" class="span2"> - <div class="well sidebar-nav"> - <ul class="nav nav-list"> - <li class="nav-header">Overview</li> + <header id="leftColumn" class="span2"> + <nav class="well sidebar-nav"> + <ul class="nav nav-list"> + <li class="nav-header">Overview</li> <li><a href="index.html" title="Introduction"><span class="none"></span>Introduction</a></li> <li><a href="plugin-info.html" title="Goals"><span class="none"></span>Goals</a></li> <li><a href="usage.html" title="Usage"><span class="none"></span>Usage</a></li> <li><a href="faq.html" title="FAQ"><span class="none"></span>FAQ</a></li> <li><a href="http://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li> <li><a href="download.html" title="Download"><span class="none"></span>Download</a></li> - <li class="nav-header">Examples</li> + <li class="nav-header">Examples</li> <li><a href="examples/compile-using-different-jdk.html" title="Compile Using A Different JDK"><span class="none"></span>Compile Using A Different JDK</a></li> <li><a href="examples/set-compiler-source-and-target.html" title="Compile Using -source and -target javac Options"><span class="none"></span>Compile Using -source and -target javac Options</a></li> <li><a href="examples/set-compiler-release.html" title="Compile Using the --release javac Option (JDK 9+)"><span class="none"></span>Compile Using the --release javac Option (JDK 9+)</a></li> @@ -71,27 +74,26 @@ <li><a href="non-javac-compilers.html" title="Non-javac compilerIds"><span class="none"></span>Non-javac compilerIds</a></li> <li><a href="examples/module-info.html" title="Older projects with module-info"><span class="none"></span>Older projects with module-info</a></li> <li><a href="multirelease.html" title="MultiRelease"><span class="none"></span>MultiRelease</a></li> - <li class="nav-header">Project Documentation</li> + <li class="nav-header">Project Documentation</li> <li><a href="project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a></li> <li><a href="project-reports.html" title="Project Reports"><span class="icon-chevron-down"></span>Project Reports</a> - <ul class="nav nav-list"> - <li class="active"><a href="#"><span class="none"></span>Surefire Report</a></li> - <li><a href="checkstyle.html" title="Checkstyle"><span class="none"></span>Checkstyle</a></li> - <li><a href="pmd.html" title="PMD"><span class="none"></span>PMD</a></li> - <li><a href="xref/index.html" title="Source Xref"><span class="none"></span>Source Xref</a></li> - <li><a href="xref-test/index.html" title="Test Source Xref"><span class="none"></span>Test Source Xref</a></li> - <li><a href="taglist.html" title="Tag List"><span class="none"></span>Tag List</a></li> - <li><a href="apidocs/index.html" title="Javadoc"><span class="none"></span>Javadoc</a></li> - <li><a href="testapidocs/index.html" title="Test Javadoc"><span class="none"></span>Test Javadoc</a></li> - <li><a href="findbugs.html" title="FindBugs"><span class="none"></span>FindBugs</a></li> - <li><a href="plugin-info.html" title="Plugin Documentation"><span class="none"></span>Plugin Documentation</a></li> - <li><a href="invoker-report.html" title="Invoker Build Results"><span class="none"></span>Invoker Build Results</a></li> - </ul> -</li> - <li class="nav-header">Maven Projects</li> + <ul class="nav nav-list"> + <li class="active"><a><span class="none"></span>Surefire Report</a></li> + <li><a href="checkstyle.html" title="Checkstyle"><span class="none"></span>Checkstyle</a></li> + <li><a href="cpd.html" title="CPD"><span class="none"></span>CPD</a></li> + <li><a href="pmd.html" title="PMD"><span class="none"></span>PMD</a></li> + <li><a href="xref/index.html" title="Source Xref"><span class="none"></span>Source Xref</a></li> + <li><a href="xref-test/index.html" title="Test Source Xref"><span class="none"></span>Test Source Xref</a></li> + <li><a href="taglist.html" title="Tag List"><span class="none"></span>Tag List</a></li> + <li><a href="apidocs/index.html" title="Javadoc"><span class="none"></span>Javadoc</a></li> + <li><a href="plugin-info.html" title="Plugin Documentation"><span class="none"></span>Plugin Documentation</a></li> + <li><a href="invoker-report.html" title="Invoker Build Results"><span class="none"></span>Invoker Build Results</a></li> + </ul></li> + <li class="nav-header">Maven Projects</li> <li><a href="../../archetype/index.html" title="Archetype"><span class="none"></span>Archetype</a></li> <li><a href="../../resolver/index.html" title="Artifact Resolver"><span class="none"></span>Artifact Resolver</a></li> <li><a href="../../doxia/index.html" title="Doxia"><span class="none"></span>Doxia</a></li> + <li><a href="../../extensions/index.html" title="Extensions"><span class="none"></span>Extensions</a></li> <li><a href="../../jxr/index.html" title="JXR"><span class="none"></span>JXR</a></li> <li><a href="../../ref/current" title="Maven"><span class="none"></span>Maven</a></li> <li><a href="../../pom/index.html" title="Parent POMs"><span class="none"></span>Parent POMs</a></li> @@ -104,32 +106,24 @@ <li><a href="../../skins/index.html" title="Skins"><span class="none"></span>Skins</a></li> <li><a href="../../surefire/index.html" title="Surefire"><span class="none"></span>Surefire</a></li> <li><a href="../../wagon/index.html" title="Wagon"><span class="none"></span>Wagon</a></li> - <li class="nav-header">ASF</li> + <li class="nav-header">ASF</li> <li><a href="https://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How Apache Works"><span class="none"></span>How Apache Works</a></li> <li><a href="https://www.apache.org/foundation/" class="externalLink" title="Foundation"><span class="none"></span>Foundation</a></li> + <li><a href="https://privacy.apache.org/policies/privacy-policy-public.html" class="externalLink" title="Data Privacy"><span class="none"></span>Data Privacy</a></li> <li><a href="https://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsoring Apache"><span class="none"></span>Sponsoring Apache</a></li> <li><a href="https://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks"><span class="none"></span>Thanks</a></li> -</ul> -<form id="search-form" action="https://www.google.com/search" method="get" > - <input value="maven.apache.org/plugins/maven-compiler-plugin/" name="sitesearch" type="hidden"/> - <input class="search-query" name="q" id="query" type="text" /> -</form> -<script type="text/javascript">asyncJs( 'https://cse.google.com/brand?form=search-form' )</script> - <hr /> - <div id="poweredBy"> - <div class="clear"></div> - <div class="clear"></div> - <div id="twitter"> - <a href="https://twitter.com/ASFMavenProject" class="twitter-follow-button" data-show-count="false" data-align="left" data-size="medium" data-show-screen-name="true" data-lang="en">Follow ASFMavenProject</a> - <script type="text/javascript">!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> - </div> - <div class="clear"></div> - <div class="clear"></div> + </ul> + </nav> + <div class="well sidebar-nav"> + <div id="poweredBy"> + <div class="clear"></div> + <div class="clear"></div> + <div class="clear"></div> <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /></a> </div> </div> - </div> - <div id="bodyColumn" class="span10" > + </header> + <main id="bodyColumn" class="span10" > <script type="application/javascript"> //<![CDATA[ function toggleDisplay(elementId) { @@ -149,10 +143,8 @@ function toggleDisplay(elementId) { } } //]]> -</script> -<div class="section"> -<h2><a name="Surefire_Report"></a>Surefire Report</h2></div> -<div class="section"> +</script><section> +<h2><a name="Surefire_Report"></a>Surefire Report</h2></section><section> <h2><a name="Summary"></a>Summary</h2><a name="Summary"></a> <p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p><br /> <table border="1" class="table table-striped"> @@ -164,14 +156,13 @@ function toggleDisplay(elementId) { <th>Success Rate</th> <th>Time</th></tr> <tr class="b"> -<td>12</td> -<td>0</td> -<td>0</td> -<td>0</td> -<td>100%</td> -<td>3.258</td></tr></table><br /> -<p>Note: failures are anticipated and checked for with assertions while errors are unanticipated.</p><br /></div> -<div class="section"> +<td align="left">14</td> +<td align="left">0</td> +<td align="left">0</td> +<td align="left">0</td> +<td align="left">100%</td> +<td align="left">1.928</td></tr></table><br /> +<p>Note: failures are anticipated and checked for with assertions while errors are unanticipated.</p><br /></section><section> <h2><a name="Package_List"></a>Package List</h2><a name="Package_List"></a> <p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p><br /> <table border="1" class="table table-striped"> @@ -184,15 +175,14 @@ function toggleDisplay(elementId) { <th>Success Rate</th> <th>Time</th></tr> <tr class="b"> -<td><a href="#org.apache.maven.plugin.compiler">org.apache.maven.plugin.compiler</a></td> -<td>12</td> -<td>0</td> -<td>0</td> -<td>0</td> -<td>100%</td> -<td>3.258</td></tr></table><br /> -<p>Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.</p> -<div class="section"> +<td align="left"><a href="#org.apache.maven.plugin.compiler">org.apache.maven.plugin.compiler</a></td> +<td align="left">14</td> +<td align="left">0</td> +<td align="left">0</td> +<td align="left">0</td> +<td align="left">100%</td> +<td align="left">1.928</td></tr></table><br /> +<p>Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.</p><section> <h3><a name="org.apache.maven.plugin.compiler"></a>org.apache.maven.plugin.compiler</h3><a name="org.apache.maven.plugin.compiler"></a> <table border="1" class="table table-striped"> <tr class="a"> @@ -205,80 +195,91 @@ function toggleDisplay(elementId) { <th>Success Rate</th> <th>Time</th></tr> <tr class="b"> -<td><a href="#org.apache.maven.plugin.compiler.CompilerMojoTestCase"><img src="images/icon_success_sml.gif" alt="" /></a></td> -<td><a href="#org.apache.maven.plugin.compiler.CompilerMojoTestCase">CompilerMojoTestCase</a></td> -<td>12</td> -<td>0</td> -<td>0</td> -<td>0</td> -<td>100%</td> -<td>3.258</td></tr></table></div><br /></div> -<div class="section"> +<td align="left"><a href="#org.apache.maven.plugin.compiler.CompilerMojoTestCase"><figure><img src="images/icon_success_sml.gif" alt="" /></figure></a></td> +<td align="left"><a href="#org.apache.maven.plugin.compiler.CompilerMojoTestCase">CompilerMojoTestCase</a></td> +<td align="left">14</td> +<td align="left">0</td> +<td align="left">0</td> +<td align="left">0</td> +<td align="left">100%</td> +<td align="left">1.928</td></tr></table></section><br /></section><section> <h2><a name="Test_Cases"></a>Test Cases</h2><a name="Test_Cases"></a> -<p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p> -<div class="section"> +<p>[<a href="#Summary">Summary</a>] [<a href="#Package_List">Package List</a>] [<a href="#Test_Cases">Test Cases</a>]</p><section> <h3><a name="CompilerMojoTestCase"></a>CompilerMojoTestCase</h3><a name="org.apache.maven.plugin.compiler.CompilerMojoTestCase"></a> <table border="1" class="table table-striped"> <tr class="a"> -<td><img src="images/icon_success_sml.gif" alt="" /></td> -<td><a name="TC_org.apache.maven.plugin.compiler.CompilerMojoTestCase.testCompilerBasic"></a>testCompilerBasic</td> -<td>1.544</td></tr> +<td align="left"><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td> +<td align="left"><a name="TC_org.apache.maven.plugin.compiler.CompilerMojoTestCase.testCompilerBasic"></a>testCompilerBasic</td> +<td align="left">0.846</td></tr> <tr class="b"> -<td><img src="images/icon_success_sml.gif" alt="" /></td> -<td><a name="TC_org.apache.maven.plugin.compiler.CompilerMojoTestCase.testCompilerIncludesExcludes"></a>testCompilerIncludesExcludes</td> -<td>0.13</td></tr> +<td align="left"><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td> +<td align="left"><a name="TC_org.apache.maven.plugin.compiler.CompilerMojoTestCase.testCompilerIncludesExcludes"></a>testCompilerIncludesExcludes</td> +<td align="left">0.087</td></tr> <tr class="a"> -<td><img src="images/icon_success_sml.gif" alt="" /></td> -<td><a name="TC_org.apache.maven.plugin.compiler.CompilerMojoTestCase.testCompileSkipMain"></a>testCompileSkipMain</td> -<td>0.078</td></tr> +<td align="left"><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td> +<td align="left"><a name="TC_org.apache.maven.plugin.compiler.CompilerMojoTestCase.testCompileSkipMain"></a>testCompileSkipMain</td> +<td align="left">0.055</td></tr> <tr class="b"> -<td><img src="images/icon_success_sml.gif" alt="" /></td> -<td><a name="TC_org.apache.maven.plugin.compiler.CompilerMojoTestCase.testCompileSkipTest"></a>testCompileSkipTest</td> -<td>0.088</td></tr> +<td align="left"><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td> +<td align="left"><a name="TC_org.apache.maven.plugin.compiler.CompilerMojoTestCase.testCompileSkipTest"></a>testCompileSkipTest</td> +<td align="left">0.049</td></tr> <tr class="a"> -<td><img src="images/icon_success_sml.gif" alt="" /></td> -<td><a name="TC_org.apache.maven.plugin.compiler.CompilerMojoTestCase.testCompilerEmptySource"></a>testCompilerEmptySource</td> -<td>0.05</td></tr> +<td align="left"><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td> +<td align="left"><a name="TC_org.apache.maven.plugin.compiler.CompilerMojoTestCase.testCompilerEmptySource"></a>testCompilerEmptySource</td> +<td align="left">0.039</td></tr> <tr class="b"> -<td><img src="images/icon_success_sml.gif" alt="" /></td> -<td><a name="TC_org.apache.maven.plugin.compiler.CompilerMojoTestCase.testCompileFailure"></a>testCompileFailure</td> -<td>0.056</td></tr> +<td align="left"><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td> +<td align="left"><a name="TC_org.apache.maven.plugin.compiler.CompilerMojoTestCase.testCompileFailure"></a>testCompileFailure</td> +<td align="left">0.034</td></tr> <tr class="a"> -<td><img src="images/icon_success_sml.gif" alt="" /></td> -<td><a name="TC_org.apache.maven.plugin.compiler.CompilerMojoTestCase.testOneOutputFileForAllInput2"></a>testOneOutputFileForAllInput2</td> -<td>0.059</td></tr> +<td align="left"><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td> +<td align="left"><a name="TC_org.apache.maven.plugin.compiler.CompilerMojoTestCase.testOneOutputFileForAllInput2"></a>testOneOutputFileForAllInput2</td> +<td align="left">0.037</td></tr> <tr class="b"> -<td><img src="images/icon_success_sml.gif" alt="" /></td> -<td><a name="TC_org.apache.maven.plugin.compiler.CompilerMojoTestCase.testCompilerBasicSourceTarget"></a>testCompilerBasicSourceTarget</td> -<td>0.074</td></tr> +<td align="left"><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td> +<td align="left"><a name="TC_org.apache.maven.plugin.compiler.CompilerMojoTestCase.testCompilerBasicSourceTarget"></a>testCompilerBasicSourceTarget</td> +<td align="left">0.043</td></tr> <tr class="a"> -<td><img src="images/icon_success_sml.gif" alt="" /></td> -<td><a name="TC_org.apache.maven.plugin.compiler.CompilerMojoTestCase.testOneOutputFileForAllInput"></a>testOneOutputFileForAllInput</td> -<td>0.057</td></tr> +<td align="left"><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td> +<td align="left"><a name="TC_org.apache.maven.plugin.compiler.CompilerMojoTestCase.testOneOutputFileForAllInput"></a>testOneOutputFileForAllInput</td> +<td align="left">0.033</td></tr> <tr class="b"> -<td><img src="images/icon_success_sml.gif" alt="" /></td> -<td><a name="TC_org.apache.maven.plugin.compiler.CompilerMojoTestCase.testCompileFailOnError"></a>testCompileFailOnError</td> -<td>0.051</td></tr> +<td align="left"><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td> +<td align="left"><a name="TC_org.apache.maven.plugin.compiler.CompilerMojoTestCase.testImplicitFlagNotSet"></a>testImplicitFlagNotSet</td> +<td align="left">0.027</td></tr> <tr class="a"> -<td><img src="images/icon_success_sml.gif" alt="" /></td> -<td><a name="TC_org.apache.maven.plugin.compiler.CompilerMojoTestCase.testCompilerArgs"></a>testCompilerArgs</td> -<td>0.05</td></tr> +<td align="left"><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td> +<td align="left"><a name="TC_org.apache.maven.plugin.compiler.CompilerMojoTestCase.testCompileFailOnError"></a>testCompileFailOnError</td> +<td align="left">0.03</td></tr> <tr class="b"> -<td><img src="images/icon_success_sml.gif" alt="" /></td> -<td><a name="TC_org.apache.maven.plugin.compiler.CompilerMojoTestCase.testCompilerFork"></a>testCompilerFork</td> -<td>0.981</td></tr></table></div><br /></div> - </div> +<td align="left"><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td> +<td align="left"><a name="TC_org.apache.maven.plugin.compiler.CompilerMojoTestCase.testCompilerArgs"></a>testCompilerArgs</td> +<td align="left">0.028</td></tr> +<tr class="a"> +<td align="left"><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td> +<td align="left"><a name="TC_org.apache.maven.plugin.compiler.CompilerMojoTestCase.testCompilerFork"></a>testCompilerFork</td> +<td align="left">0.558</td></tr> +<tr class="b"> +<td align="left"><figure><img src="images/icon_success_sml.gif" alt="" /></figure></td> +<td align="left"><a name="TC_org.apache.maven.plugin.compiler.CompilerMojoTestCase.testImplicitFlagNone"></a>testImplicitFlagNone</td> +<td align="left">0.032</td></tr></table></section><br /></section> + </main> </div> </div> <hr/> <footer> <div class="container-fluid"> <div class="row-fluid"> - <p>Copyright ©2001–2022 -<a href="https://www.apache.org/">The Apache Software Foundation</a>. -All rights reserved.</p> + <p>© 2001–2023 +<a href="https://www.apache.org/">The Apache Software Foundation</a> +</p> </div> </div> </footer> +<script> + if(anchors) { + anchors.add(); + } +</script> </body> </html> \ No newline at end of file
Modified: maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/taglist.html ============================================================================== --- maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/taglist.html (original) +++ maven/website/components/plugins-archives/maven-compiler-plugin-LATEST/taglist.html Tue Feb 14 08:42:34 2023 @@ -1,68 +1,71 @@ <!DOCTYPE html> + + <!-- - | Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.codehaus.mojo:taglist-maven-plugin:2.4:taglist at 2022-03-08 - | Rendered using Apache Maven Fluido Skin 1.7 + | Generated by Apache Maven Doxia Site Renderer 1.11.1 from org.codehaus.mojo:taglist-maven-plugin:3.0.0:taglist at 2023-02-14 + | Rendered using Apache Maven Fluido Skin 1.11.1 --> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <meta charset="UTF-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20220308" /> - <meta http-equiv="Content-Language" content="en" /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + <meta name="generator" content="Apache Maven Doxia Site Renderer 1.11.1" /> <title>Apache Maven Compiler Plugin – Tag List report</title> - <link rel="stylesheet" href="./css/apache-maven-fluido-1.7.min.css" /> + <link rel="stylesheet" href="./css/apache-maven-fluido-1.11.1.min.css" /> <link rel="stylesheet" href="./css/site.css" /> <link rel="stylesheet" href="./css/print.css" media="print" /> - <script type="text/javascript" src="./js/apache-maven-fluido-1.7.min.js"></script> -<!-- Matomo --> -<script> - var _paq = window._paq = window._paq || []; - /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ - /* We explicitly disable cookie tracking to avoid privacy issues */ - _paq.push(['disableCookies']); - _paq.push(['trackPageView']); - _paq.push(['enableLinkTracking']); - (function() { - var u="//matomo.privacy.apache.org/"; - _paq.push(['setTrackerUrl', u+'matomo.php']); - _paq.push(['setSiteId', '3']); - var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; - g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); - })(); -</script> -<!-- End Matomo Code --> + <script src="./js/apache-maven-fluido-1.11.1.min.js"></script> + + <!-- Matomo --> + <script> + var _paq = window._paq = window._paq || []; + _paq.push(['disableCookies']); + _paq.push(['trackPageView']); + _paq.push(['enableLinkTracking']); + + (function() { + var u="https://analytics.apache.org/"; + _paq.push(['setTrackerUrl', u+'/matomo.php']); + _paq.push(['setSiteId', '3']); + var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; + g.async=true; g.src=u+'/matomo.js'; s.parentNode.insertBefore(g,s); + })(); + </script> + <!-- End Matomo Code --> </head> <body class="topBarDisabled"> <div class="container-fluid"> - <div id="banner"> - <div class="pull-left"><a href="https://www.apache.org/" id="bannerLeft"><img src="../../images/apache-maven-project.png" alt="Apache Maven Compiler Plugin"/></a></div> - <div class="pull-right"><a href="../../" id="bannerRight"><img src="../../images/maven-logo-black-on-white.png" alt=""/></a></div> - <div class="clear"><hr/></div> - </div> + <header> + <div id="banner"> + <div class="pull-left"><a href="https://www.apache.org/" id="bannerLeft"><img src="../../images/apache-maven-project.png" alt="Apache Maven Compiler Plugin" style="" /></a></div> + <div class="pull-right"><a href="../../" id="bannerRight"><img src="../../images/maven-logo-black-on-white.png" alt="" style="" /></a></div> + <div class="clear"><hr/></div> + </div> - <div id="breadcrumbs"> - <ul class="breadcrumb"> + <div id="breadcrumbs"> + <ul class="breadcrumb"> <li class=""><a href="https://www.apache.org/" class="externalLink" title="Apache">Apache</a><span class="divider">/</span></li> <li class=""><a href="../../index.html" title="Maven">Maven</a><span class="divider">/</span></li> <li class=""><a href="../index.html" title="Plugins">Plugins</a><span class="divider">/</span></li> <li class=""><a href="index.html" title="Apache Maven Compiler Plugin">Apache Maven Compiler Plugin</a><span class="divider">/</span></li> <li class="active ">Tag List report</li> - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2022-03-08</li> - <li id="projectVersion" class="pull-right">Version: 3.10.1</li> - </ul> - </div> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2023-02-14</li> + <li id="projectVersion" class="pull-right">Version: 3.11.0</li> + </ul> + </div> + </header> <div class="row-fluid"> - <div id="leftColumn" class="span2"> - <div class="well sidebar-nav"> - <ul class="nav nav-list"> - <li class="nav-header">Overview</li> + <header id="leftColumn" class="span2"> + <nav class="well sidebar-nav"> + <ul class="nav nav-list"> + <li class="nav-header">Overview</li> <li><a href="index.html" title="Introduction"><span class="none"></span>Introduction</a></li> <li><a href="plugin-info.html" title="Goals"><span class="none"></span>Goals</a></li> <li><a href="usage.html" title="Usage"><span class="none"></span>Usage</a></li> <li><a href="faq.html" title="FAQ"><span class="none"></span>FAQ</a></li> <li><a href="http://www.apache.org/licenses/" class="externalLink" title="License"><span class="none"></span>License</a></li> <li><a href="download.html" title="Download"><span class="none"></span>Download</a></li> - <li class="nav-header">Examples</li> + <li class="nav-header">Examples</li> <li><a href="examples/compile-using-different-jdk.html" title="Compile Using A Different JDK"><span class="none"></span>Compile Using A Different JDK</a></li> <li><a href="examples/set-compiler-source-and-target.html" title="Compile Using -source and -target javac Options"><span class="none"></span>Compile Using -source and -target javac Options</a></li> <li><a href="examples/set-compiler-release.html" title="Compile Using the --release javac Option (JDK 9+)"><span class="none"></span>Compile Using the --release javac Option (JDK 9+)</a></li> @@ -71,27 +74,26 @@ <li><a href="non-javac-compilers.html" title="Non-javac compilerIds"><span class="none"></span>Non-javac compilerIds</a></li> <li><a href="examples/module-info.html" title="Older projects with module-info"><span class="none"></span>Older projects with module-info</a></li> <li><a href="multirelease.html" title="MultiRelease"><span class="none"></span>MultiRelease</a></li> - <li class="nav-header">Project Documentation</li> + <li class="nav-header">Project Documentation</li> <li><a href="project-info.html" title="Project Information"><span class="icon-chevron-right"></span>Project Information</a></li> <li><a href="project-reports.html" title="Project Reports"><span class="icon-chevron-down"></span>Project Reports</a> - <ul class="nav nav-list"> - <li><a href="surefire-report.html" title="Surefire Report"><span class="none"></span>Surefire Report</a></li> - <li><a href="checkstyle.html" title="Checkstyle"><span class="none"></span>Checkstyle</a></li> - <li><a href="pmd.html" title="PMD"><span class="none"></span>PMD</a></li> - <li><a href="xref/index.html" title="Source Xref"><span class="none"></span>Source Xref</a></li> - <li><a href="xref-test/index.html" title="Test Source Xref"><span class="none"></span>Test Source Xref</a></li> - <li class="active"><a href="#"><span class="none"></span>Tag List</a></li> - <li><a href="apidocs/index.html" title="Javadoc"><span class="none"></span>Javadoc</a></li> - <li><a href="testapidocs/index.html" title="Test Javadoc"><span class="none"></span>Test Javadoc</a></li> - <li><a href="findbugs.html" title="FindBugs"><span class="none"></span>FindBugs</a></li> - <li><a href="plugin-info.html" title="Plugin Documentation"><span class="none"></span>Plugin Documentation</a></li> - <li><a href="invoker-report.html" title="Invoker Build Results"><span class="none"></span>Invoker Build Results</a></li> - </ul> -</li> - <li class="nav-header">Maven Projects</li> + <ul class="nav nav-list"> + <li><a href="surefire-report.html" title="Surefire Report"><span class="none"></span>Surefire Report</a></li> + <li><a href="checkstyle.html" title="Checkstyle"><span class="none"></span>Checkstyle</a></li> + <li><a href="cpd.html" title="CPD"><span class="none"></span>CPD</a></li> + <li><a href="pmd.html" title="PMD"><span class="none"></span>PMD</a></li> + <li><a href="xref/index.html" title="Source Xref"><span class="none"></span>Source Xref</a></li> + <li><a href="xref-test/index.html" title="Test Source Xref"><span class="none"></span>Test Source Xref</a></li> + <li class="active"><a><span class="none"></span>Tag List</a></li> + <li><a href="apidocs/index.html" title="Javadoc"><span class="none"></span>Javadoc</a></li> + <li><a href="plugin-info.html" title="Plugin Documentation"><span class="none"></span>Plugin Documentation</a></li> + <li><a href="invoker-report.html" title="Invoker Build Results"><span class="none"></span>Invoker Build Results</a></li> + </ul></li> + <li class="nav-header">Maven Projects</li> <li><a href="../../archetype/index.html" title="Archetype"><span class="none"></span>Archetype</a></li> <li><a href="../../resolver/index.html" title="Artifact Resolver"><span class="none"></span>Artifact Resolver</a></li> <li><a href="../../doxia/index.html" title="Doxia"><span class="none"></span>Doxia</a></li> + <li><a href="../../extensions/index.html" title="Extensions"><span class="none"></span>Extensions</a></li> <li><a href="../../jxr/index.html" title="JXR"><span class="none"></span>JXR</a></li> <li><a href="../../ref/current" title="Maven"><span class="none"></span>Maven</a></li> <li><a href="../../pom/index.html" title="Parent POMs"><span class="none"></span>Parent POMs</a></li> @@ -104,33 +106,25 @@ <li><a href="../../skins/index.html" title="Skins"><span class="none"></span>Skins</a></li> <li><a href="../../surefire/index.html" title="Surefire"><span class="none"></span>Surefire</a></li> <li><a href="../../wagon/index.html" title="Wagon"><span class="none"></span>Wagon</a></li> - <li class="nav-header">ASF</li> + <li class="nav-header">ASF</li> <li><a href="https://www.apache.org/foundation/how-it-works.html" class="externalLink" title="How Apache Works"><span class="none"></span>How Apache Works</a></li> <li><a href="https://www.apache.org/foundation/" class="externalLink" title="Foundation"><span class="none"></span>Foundation</a></li> + <li><a href="https://privacy.apache.org/policies/privacy-policy-public.html" class="externalLink" title="Data Privacy"><span class="none"></span>Data Privacy</a></li> <li><a href="https://www.apache.org/foundation/sponsorship.html" class="externalLink" title="Sponsoring Apache"><span class="none"></span>Sponsoring Apache</a></li> <li><a href="https://www.apache.org/foundation/thanks.html" class="externalLink" title="Thanks"><span class="none"></span>Thanks</a></li> -</ul> -<form id="search-form" action="https://www.google.com/search" method="get" > - <input value="maven.apache.org/plugins/maven-compiler-plugin/" name="sitesearch" type="hidden"/> - <input class="search-query" name="q" id="query" type="text" /> -</form> -<script type="text/javascript">asyncJs( 'https://cse.google.com/brand?form=search-form' )</script> - <hr /> - <div id="poweredBy"> - <div class="clear"></div> - <div class="clear"></div> - <div id="twitter"> - <a href="https://twitter.com/ASFMavenProject" class="twitter-follow-button" data-show-count="false" data-align="left" data-size="medium" data-show-screen-name="true" data-lang="en">Follow ASFMavenProject</a> - <script type="text/javascript">!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> - </div> - <div class="clear"></div> - <div class="clear"></div> + </ul> + </nav> + <div class="well sidebar-nav"> + <div id="poweredBy"> + <div class="clear"></div> + <div class="clear"></div> + <div class="clear"></div> <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"><img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /></a> </div> </div> - </div> - <div id="bodyColumn" class="span10" > -<div class="section"> + </header> + <main id="bodyColumn" class="span10" > +<section> <h2><a name="Tag_List_Report"></a>Tag List Report</h2> <p>The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.</p> <table border="0" class="table table-striped"> @@ -150,8 +144,7 @@ <td><a href="#tag_class_2">Todo Work</a></td> <td>5</td> <td>todo, @todo</td></tr></table> -<p>Each tag is detailed below:</p> -<div class="section"> +<p>Each tag is detailed below:</p><section> <h3><a name="Deprecated_Work"></a><a name="tag_class_3">Deprecated Work</a></h3> <p><b>Number of occurrences found in the code: 2</b></p> <table border="0" class="table table-striped"> @@ -160,11 +153,10 @@ <th>Line</th></tr> <tr class="b"> <td>This property is a no-op in {@code javac}.</td> -<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#165">165</a></td></tr> +<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#L167">167</a></td></tr> <tr class="a"> <td>use {@link #compilerArgs} instead.</td> -<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#342">342</a></td></tr></table></div> -<div class="section"> +<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#L357">357</a></td></tr></table></section><section> <h3><a name="Todo_Work"></a><a name="tag_class_2">Todo Work</a></h3> <p><b>Number of occurrences found in the code: 5</b></p> <table border="0" class="table table-striped"> @@ -173,31 +165,36 @@ <th>Line</th></tr> <tr class="a"> <td>At least one step could be optimized, currently the plugin will do two scans of all the source code if the compiler has to have the entire set of sources. This is currently the case for at least the C# compiler and most likely all the other .NET compilers too.</td> -<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#89">89</a></td></tr> +<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#L92">92</a></td></tr> <tr class="b"> <td>somehow shaky dependency between compilerId and tool executable.</td> -<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#646">646</a></td></tr> +<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#L655">655</a></td></tr> <tr class="a"> <td>This second scan for source files is sub-optimal</td> -<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#907">907</a></td></tr> +<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#L905">905</a></td></tr> <tr class="b"> <td>don't catch Exception</td> -<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#1219">1219</a></td></tr> +<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#L1142">1142</a></td></tr> <tr class="a"> <td>remove the part with ToolchainManager lookup once we depend on 3.0.9 (have it as prerequisite). Define as regular component field then.</td> -<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#1570">1570</a></td></tr></table></div></div> - </div> +<td><a href="./xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html#L1399">1399</a></td></tr></table></section></section> + </main> </div> </div> <hr/> <footer> <div class="container-fluid"> <div class="row-fluid"> - <p>Copyright ©2001–2022 -<a href="https://www.apache.org/">The Apache Software Foundation</a>. -All rights reserved.</p> + <p>© 2001–2023 +<a href="https://www.apache.org/">The Apache Software Foundation</a> +</p> </div> </div> </footer> +<script> + if(anchors) { + anchors.add(); + } +</script> </body> </html> \ No newline at end of file
