documentation update v1.4.4

This commit is contained in:
Jeremy Long
2016-11-05 09:41:16 -04:00
parent e1a447f722
commit a1b5e3f7b0
1217 changed files with 79708 additions and 51391 deletions

View File

@@ -131,9 +131,9 @@
<a class="jxr_linenumber" name="L123" href="#L123">123</a> exCol.addException(ex);
<a class="jxr_linenumber" name="L124" href="#L124">124</a> }
<a class="jxr_linenumber" name="L125" href="#L125">125</a> <strong class="jxr_keyword">if</strong> (<strong class="jxr_keyword">this</strong>.isFailOnError()) {
<a class="jxr_linenumber" name="L126" href="#L126">126</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException(<span class="jxr_string">"One or more exceptions occured during dependency-check analysis"</span>, exCol);
<a class="jxr_linenumber" name="L126" href="#L126">126</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException(<span class="jxr_string">"One or more exceptions occurred during dependency-check analysis"</span>, exCol);
<a class="jxr_linenumber" name="L127" href="#L127">127</a> } <strong class="jxr_keyword">else</strong> {
<a class="jxr_linenumber" name="L128" href="#L128">128</a> getLog().debug(<span class="jxr_string">"One or more exceptions occured during dependency-check analysis"</span>, exCol);
<a class="jxr_linenumber" name="L128" href="#L128">128</a> getLog().debug(<span class="jxr_string">"One or more exceptions occurred during dependency-check analysis"</span>, exCol);
<a class="jxr_linenumber" name="L129" href="#L129">129</a> }
<a class="jxr_linenumber" name="L130" href="#L130">130</a> }
<a class="jxr_linenumber" name="L131" href="#L131">131</a> showSummary(<strong class="jxr_keyword">this</strong>.getProject(), engine.getDependencies());
@@ -248,7 +248,7 @@
<a class="jxr_linenumber" name="L240" href="#L240">240</a> <strong class="jxr_keyword">if</strong> (getLog().isDebugEnabled()) {
<a class="jxr_linenumber" name="L241" href="#L241">241</a> getLog().debug(<span class="jxr_string">"Database connection error"</span>, ex);
<a class="jxr_linenumber" name="L242" href="#L242">242</a> }
<a class="jxr_linenumber" name="L243" href="#L243">243</a> <strong class="jxr_keyword">final</strong> String msg = <span class="jxr_string">"An exception occured connecting to the local database. Please see the log file for more details."</span>;
<a class="jxr_linenumber" name="L243" href="#L243">243</a> <strong class="jxr_keyword">final</strong> String msg = <span class="jxr_string">"An exception occurred connecting to the local database. Please see the log file for more details."</span>;
<a class="jxr_linenumber" name="L244" href="#L244">244</a> <strong class="jxr_keyword">if</strong> (<strong class="jxr_keyword">this</strong>.isFailOnError()) {
<a class="jxr_linenumber" name="L245" href="#L245">245</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> MojoExecutionException(msg, ex);
<a class="jxr_linenumber" name="L246" href="#L246">246</a> }