mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-04-30 04:04:30 +02:00
version 1.2.0 of the documentation
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<!--
|
||||
| Generated by Apache Maven Doxia at 2014-03-29
|
||||
| Generated by Apache Maven Doxia at 2014-04-28
|
||||
| Rendered using Apache Maven Fluido Skin 1.3.1
|
||||
-->
|
||||
<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="20140329" />
|
||||
<meta name="Date-Revision-yyyymmdd" content="20140428" />
|
||||
<meta http-equiv="Content-Language" content="en" />
|
||||
<title>dependency-check-core - CPD Results</title>
|
||||
<link rel="stylesheet" href="./css/apache-maven-fluido-1.3.1.min.css" />
|
||||
@@ -54,7 +54,7 @@
|
||||
|
||||
|
||||
<li class="">
|
||||
<a href="../../../../../../../../../../../../c:/Users/jeremy/Documents/NetBeansProjects/DependencyCheck/target/site/1.1.4/#" title="">
|
||||
<a href="../../../../../../../../../../../../c:/Users/jeremy/Documents/NetBeansProjects/DependencyCheck/target/site/1.2.0/#" title="">
|
||||
</a>
|
||||
<span class="divider">/</span>
|
||||
</li>
|
||||
@@ -67,9 +67,9 @@
|
||||
|
||||
|
||||
|
||||
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2014-03-29</li>
|
||||
<li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2014-04-28</li>
|
||||
<li id="projectVersion" class="pull-right">
|
||||
Version: 1.1.4
|
||||
Version: 1.2.0
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
@@ -90,7 +90,7 @@
|
||||
<i class="icon-chevron-right"></i>
|
||||
Project Information</a>
|
||||
</li>
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
<a href="project-reports.html" title="Project Reports">
|
||||
@@ -147,6 +147,13 @@
|
||||
Surefire Report</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<a href="failsafe-report.html" title="Failsafe Report">
|
||||
<i class="none"></i>
|
||||
Failsafe Report</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<a href="taglist.html" title="Tag List">
|
||||
@@ -161,18 +168,18 @@
|
||||
Checkstyle</a>
|
||||
</li>
|
||||
|
||||
<li class="active">
|
||||
|
||||
<a href="#"><i class="none"></i>CPD Report</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<a href="pmd.html" title="PMD Report">
|
||||
<a href="pmd.html" title="PMD">
|
||||
<i class="none"></i>
|
||||
PMD Report</a>
|
||||
PMD</a>
|
||||
</li>
|
||||
|
||||
<li class="active">
|
||||
|
||||
<a href="#"><i class="none"></i>CPD</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<a href="findbugs.html" title="FindBugs Report">
|
||||
@@ -232,7 +239,7 @@
|
||||
|
||||
<div class="section">
|
||||
<h2>CPD Results<a name="CPD_Results"></a></h2>
|
||||
<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>
|
||||
<p>The following document contains the results of PMD's <a class="externalLink" href="http://pmd.sourceforge.net/cpd.html">CPD</a> 5.0.5.</p></div>
|
||||
<div class="section">
|
||||
<h2>Duplications<a name="Duplications"></a></h2>
|
||||
<table border="0" class="table table-striped">
|
||||
@@ -241,21 +248,15 @@
|
||||
<th>Line</th></tr>
|
||||
<tr class="b">
|
||||
<td>org\owasp\dependencycheck\analyzer\ArchiveAnalyzer.java</td>
|
||||
<td><a href="./xref/org/owasp/dependencycheck/analyzer/ArchiveAnalyzer.html#157">157</a></td></tr>
|
||||
<td>157</td></tr>
|
||||
<tr class="a">
|
||||
<td>org\owasp\dependencycheck\analyzer\JarAnalyzer.java</td>
|
||||
<td><a href="./xref/org/owasp/dependencycheck/analyzer/JarAnalyzer.html#924">924</a></td></tr>
|
||||
<td>920</td></tr>
|
||||
<tr class="b"><td colspan='2'>
|
||||
<div>
|
||||
<pre> @Override
|
||||
public void initializeFileTypeAnalyzer() throws Exception {
|
||||
final File baseDir = Settings.getTempDirectory();
|
||||
if (!baseDir.exists()) {
|
||||
if (!baseDir.mkdirs()) {
|
||||
final String msg = String.format("Unable to make a temporary folder '%s'", baseDir.getPath());
|
||||
throw new AnalysisException(msg);
|
||||
}
|
||||
}
|
||||
tempFileLocation = File.createTempFile("check", "tmp", baseDir);
|
||||
if (!tempFileLocation.delete()) {
|
||||
final String msg = String.format("Unable to delete temporary file '%s'.", tempFileLocation.getAbsolutePath());
|
||||
|
||||
Reference in New Issue
Block a user