mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-04-29 19:58:15 +02:00
version 1.0.6
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<!--
|
||||
| Generated by Apache Maven Doxia at 2013-11-16
|
||||
| Generated by Apache Maven Doxia at 2013-12-01
|
||||
| Rendered using Apache Maven Fluido Skin 1.3.0
|
||||
-->
|
||||
<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="20131116" />
|
||||
<meta name="Date-Revision-yyyymmdd" content="20131201" />
|
||||
<meta http-equiv="Content-Language" content="en" />
|
||||
<title>dependency-check-core - CPD Results</title>
|
||||
<link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" />
|
||||
@@ -54,7 +54,7 @@
|
||||
|
||||
|
||||
<li class="">
|
||||
<a href="../../../../../../../../../../../../c:/Users/jeremy/Documents/NetBeansProjects/DependencyCheck/target/site/1.0.5/#" title="">
|
||||
<a href="../../../../../../../../../../../../c:/Users/jeremy/Documents/NetBeansProjects/DependencyCheck/target/site/1.0.6/#" title="">
|
||||
</a>
|
||||
</li>
|
||||
<li class="divider ">/</li>
|
||||
@@ -67,8 +67,8 @@
|
||||
|
||||
|
||||
|
||||
<li id="publishDate" class="pull-right">Last Published: 2013-11-16</li> <li class="divider pull-right">|</li>
|
||||
<li id="projectVersion" class="pull-right">Version: 1.0.5</li>
|
||||
<li id="publishDate" class="pull-right">Last Published: 2013-12-01</li> <li class="divider pull-right">|</li>
|
||||
<li id="projectVersion" class="pull-right">Version: 1.0.6</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
@@ -220,28 +220,7 @@
|
||||
<p>The following document contains the results of PMD's <a class="externalLink" href="http://pmd.sourceforge.net/cpd.html">CPD</a> 5.0.2.</p></div>
|
||||
<div class="section">
|
||||
<h2>Duplications<a name="Duplications"></a></h2>
|
||||
<table border="0" class="table table-striped">
|
||||
<tr class="a">
|
||||
<th>File</th>
|
||||
<th>Line</th></tr>
|
||||
<tr class="b">
|
||||
<td>org\owasp\dependencycheck\data\cpe\CpeIndexWriter.java</td>
|
||||
<td><a href="./xref/org/owasp/dependencycheck/data/cpe/CpeIndexWriter.html#78">78</a></td></tr>
|
||||
<tr class="a">
|
||||
<td>org\owasp\dependencycheck\data\cpe\CpeIndexWriter.java</td>
|
||||
<td><a href="./xref/org/owasp/dependencycheck/data/cpe/CpeIndexWriter.html#105">105</a></td></tr>
|
||||
<tr class="b"><td colspan='2'>
|
||||
<div>
|
||||
<pre> indexWriter.close(true);
|
||||
} catch (CorruptIndexException ex) {
|
||||
final String msg = "Unable to update database, there is a corrupt index.";
|
||||
Logger.getLogger(CpeIndexWriter.class.getName()).log(Level.SEVERE, msg);
|
||||
Logger.getLogger(CpeIndexWriter.class.getName()).log(Level.FINE, null, ex);
|
||||
} catch (IOException ex) {
|
||||
final String msg = "Unable to update database due to an IO error.";
|
||||
Logger.getLogger(CpeIndexWriter.class.getName()).log(Level.SEVERE, msg);
|
||||
Logger.getLogger(CpeIndexWriter.class.getName()).log(Level.FINE, null, ex);
|
||||
} finally {</pre></div></td></tr></table></div>
|
||||
<p>CPD found no problems in your source code.</p></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user