mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-16 16:46:55 +01:00
documentation v1.3.2
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<!--
|
||||
| Generated by Apache Maven Doxia at 2015-09-20
|
||||
| Generated by Apache Maven Doxia at 2015-11-29
|
||||
| Rendered using Apache Maven Fluido Skin 1.4
|
||||
-->
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="Date-Revision-yyyymmdd" content="20150920" />
|
||||
<meta name="Date-Revision-yyyymmdd" content="20151129" />
|
||||
<meta http-equiv="Content-Language" content="en" />
|
||||
<title>dependency-check-cli – Checkstyle Results</title>
|
||||
<link rel="stylesheet" href="./css/apache-maven-fluido-1.4.min.css" />
|
||||
@@ -54,7 +54,7 @@
|
||||
|
||||
|
||||
<li class="">
|
||||
<a href="../../../../../../target/site/1.3.1/#" title="">
|
||||
<a href="../../../../../../target/site/1.3.2/#" title="">
|
||||
</a>
|
||||
<span class="divider">/</span>
|
||||
</li>
|
||||
@@ -67,9 +67,9 @@
|
||||
|
||||
|
||||
|
||||
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2015-09-20</li>
|
||||
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2015-11-29</li>
|
||||
<li id="projectVersion" class="pull-right">
|
||||
Version: 1.3.1
|
||||
Version: 1.3.2
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
@@ -240,7 +240,7 @@
|
||||
|
||||
<div class="section">
|
||||
<h2><a name="Checkstyle_Results"></a>Checkstyle Results</h2>
|
||||
<p>The following document contains the results of <a class="externalLink" href="http://checkstyle.sourceforge.net/">Checkstyle</a> 6.2 with C:\Users\jeremy\Projects\DependencyCheck\dependency-check-cli/../src/main/config/checkstyle-checks.xml ruleset. <a href="checkstyle.rss"><img alt="rss feed" src="images/rss.png" /></a></p></div>
|
||||
<p>The following document contains the results of <a class="externalLink" href="http://checkstyle.sourceforge.net/">Checkstyle</a> 6.11.2 with C:\Users\jeremy\Projects\DependencyCheck\dependency-check-cli/../src/main/config/checkstyle-checks.xml ruleset. <a href="checkstyle.rss"><img alt="rss feed" src="images/rss.png" /></a></p></div>
|
||||
<div class="section">
|
||||
<h2><a name="Summary"></a>Summary</h2>
|
||||
<table border="0" class="table table-striped">
|
||||
@@ -253,10 +253,25 @@
|
||||
<td>8</td>
|
||||
<td>0</td>
|
||||
<td>0</td>
|
||||
<td>1</td></tr></table></div>
|
||||
<td>3</td></tr></table></div>
|
||||
<div class="section">
|
||||
<h2><a name="Details"></a>Details</h2>
|
||||
<div class="section">
|
||||
<h3 id="org.owasp.dependencycheck.App.java">org/owasp/dependencycheck/App.java</h3>
|
||||
<table border="0" class="table table-striped">
|
||||
<tr class="a">
|
||||
<th>Severity</th>
|
||||
<th>Category</th>
|
||||
<th>Rule</th>
|
||||
<th>Message</th>
|
||||
<th>Line</th></tr>
|
||||
<tr class="b">
|
||||
<td><img src="images/icon_error_sml.gif" alt="" /> Error</td>
|
||||
<td>imports</td>
|
||||
<td>UnusedImports</td>
|
||||
<td>Unused import - org.apache.commons.lang.StringUtils.</td>
|
||||
<td><a href="./xref/org/owasp/dependencycheck/App.html#L30">30</a></td></tr></table></div>
|
||||
<div class="section">
|
||||
<h3 id="org.owasp.dependencycheck.CliParser.java">org/owasp/dependencycheck/CliParser.java</h3>
|
||||
<table border="0" class="table table-striped">
|
||||
<tr class="a">
|
||||
@@ -269,8 +284,14 @@
|
||||
<td><img src="images/icon_error_sml.gif" alt="" /> Error</td>
|
||||
<td>sizes</td>
|
||||
<td>MethodCount</td>
|
||||
<td>Total number of methods is 59 (max allowed is 40).</td>
|
||||
<td><a href="./xref/org/owasp/dependencycheck/CliParser.html#L42">42</a></td></tr></table></div></div>
|
||||
<td>Total number of methods is 62 (max allowed is 40).</td>
|
||||
<td><a href="./xref/org/owasp/dependencycheck/CliParser.html#L42">42</a></td></tr>
|
||||
<tr class="a">
|
||||
<td><img src="images/icon_error_sml.gif" alt="" /> Error</td>
|
||||
<td>regexp</td>
|
||||
<td>RegexpSingleline</td>
|
||||
<td>Line matches the illegal pattern '\s+$'.</td>
|
||||
<td><a href="./xref/org/owasp/dependencycheck/CliParser.html#L347">347</a></td></tr></table></div></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user