Projekt-Dokumentation (Aktueller Stand von juplo.de) hinzugefĆ¼gt
[website] / dist / hibernate-maven-plugin-2.0.0 / pmd.html
diff --git a/dist/hibernate-maven-plugin-2.0.0/pmd.html b/dist/hibernate-maven-plugin-2.0.0/pmd.html
new file mode 100644 (file)
index 0000000..0817509
--- /dev/null
@@ -0,0 +1,215 @@
+<!DOCTYPE html>
+<!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2016-03-09 -->
+                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <!-- Current: pmd.html -->
+<!-- Active: project-reports.html -->
+<!-- Path: [index.html, project-reports.html, pmd.html] -->
+<!-- Skiplist: [index.html, configuration.html, create-mojo.html, drop-mojo.html, debugging.html, skip.html, force.html, pitfalls.html] -->
+<html>
+  <head>
+    <title>juplo - Hibernate Maven Plugin - PMD</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <link rel="canonical" href="http://juplo.de/hibernate-maven-plugin/pmd.html"/>
+    <meta name="viewport" content="width=device-width, initial-scale=1" />
+    <link rel="stylesheet" type="text/css" href="/css/base.css" />
+    <style type="text/css">
+      @import '/css/screen.css' screen;
+    </style>
+    <script src="/js/prettify.js"></script>
+    <!--[if lt IE 9]>
+      <script src="/js/html5shiv.js"></script>
+    <![endif]-->
+    <!--[if IE 8]>
+      <link rel="stylesheet" type="text/css" href="/css/ie8.css" />
+    <![endif]-->
+        
+  </head>
+  <body class="menu" onload="prettyPrint()">
+    <div id="page" class="cf">
+      <header id="header">
+        <h1 id="logo"><a href="/" title="Home" class="l">juplo</a></h1>
+        <span id="slogan"><strong>Java</strong> bits from nerds for nerds</span>
+        <hr class="h" />
+      </header>
+      <div id="breadcrumb">
+        <strong class="b title">You are here:</strong>
+        <ol class="b">
+          <li class="b"><a class="b" href="/">Home</a></li>
+          <li class="b"><a class="b" href="/projects.html">Projects</a></li>
+                      <li class="b"><a class="b" href="./index.html">Hibernate Maven Plugin</a></li>
+                          <li class="b">      <a href="project-reports.html" class="b" title="Project Reports">Project Reports</a>
+</li>
+                        <li class="b"><strong class="b">PMD</strong></li>
+                  </ol>
+        <a class="hide" href="#navigation">Jump to navigation</a>
+        <hr class="b" />
+      </div>
+      <main class="content cf">
+        <article id="content" class="main">
+          <header><h1>PMD</h1></header>
+          <div class="section">
+<h2><a name="PMD_Results"></a>PMD Results</h2>
+<p>The following document contains the results of <a class="externalLink" href="http://pmd.sourceforge.net/">PMD</a> 5.2.3.</p></div>
+<div class="section">
+<h2><a name="Files"></a>Files</h2>
+<div class="section">
+<h3><a name="dejuplopluginshibernateAbstractSchemaMojo.java"></a>de/juplo/plugins/hibernate/AbstractSchemaMojo.java</h3>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Violation</th>
+<th>Line</th></tr>
+<tr class="b">
+<td>Too many static imports may lead to messy code</td>
+<td><a href="./xref/de/juplo/plugins/hibernate/AbstractSchemaMojo.html#L1">1</a>&#x2013;<a href="./xref/de/juplo/plugins/hibernate/AbstractSchemaMojo.html#L1178">1178</a></td></tr>
+<tr class="a">
+<td>Avoid unused method parameters such as 'path'.</td>
+<td><a href="./xref/de/juplo/plugins/hibernate/AbstractSchemaMojo.html#L970">970</a></td></tr>
+<tr class="b">
+<td>Avoid using a branching statement as the last in a loop.</td>
+<td><a href="./xref/de/juplo/plugins/hibernate/AbstractSchemaMojo.html#L1173">1173</a></td></tr></table></div>
+<div class="section">
+<h3><a name="dejuplopluginshibernateModificationTracker.java"></a>de/juplo/plugins/hibernate/ModificationTracker.java</h3>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Violation</th>
+<th>Line</th></tr>
+<tr class="b">
+<td>Unnecessary use of fully qualified name 'java.security.MessageDigest.getInstance' due to existing import 'java.security.MessageDigest'</td>
+<td><a href="./xref/de/juplo/plugins/hibernate/ModificationTracker.html#L60">60</a></td></tr></table></div>
+<div class="section">
+<h3><a name="dejuplopluginshibernateSimpleConnectionProvider.java"></a>de/juplo/plugins/hibernate/SimpleConnectionProvider.java</h3>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>Violation</th>
+<th>Line</th></tr>
+<tr class="b">
+<td>Too many static imports may lead to messy code</td>
+<td><a href="./xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html#L1">1</a>&#x2013;<a href="./xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html#L249">249</a></td></tr>
+<tr class="a">
+<td>Unnecessary use of fully qualified name 'java.sql.Driver' due to existing import 'java.sql.Driver'</td>
+<td><a href="./xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html#L168">168</a></td></tr>
+<tr class="b">
+<td>Unnecessary use of fully qualified name 'java.sql.Connection' due to existing import 'java.sql.Connection'</td>
+<td><a href="./xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html#L180">180</a></td></tr>
+<tr class="a">
+<td>Unnecessary use of fully qualified name 'java.util.Properties' due to existing import 'java.util.Properties'</td>
+<td><a href="./xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html#L182">182</a></td></tr></table></div>
+<div class="section">
+<h3><a name="dejuplopluginshibernateHelpMojo.java"></a>de/juplo/plugins/hibernate/HelpMojo.java</h3>
+<table border="0" class="bodyTable">
+<tr class="b">
+<th>Violation</th>
+<th>Line</th></tr>
+<tr class="a">
+<td>Useless parentheses.</td>
+<td><a href="./xref/de/juplo/plugins/hibernate/HelpMojo.html#L241">241</a></td></tr>
+<tr class="b">
+<td>Useless parentheses.</td>
+<td><a href="./xref/de/juplo/plugins/hibernate/HelpMojo.html#L286">286</a></td></tr>
+<tr class="a">
+<td>Useless parentheses.</td>
+<td><a href="./xref/de/juplo/plugins/hibernate/HelpMojo.html#L296">296</a></td></tr></table></div></div>
+        </article>
+        <div class="marginal">
+          <nav id="nav">
+            <hr class="n" />
+            <a id="navigation"></a>
+            <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
+            <h2 class="nav menu">Section-Menu</h2>
+            <ul id="menu">
+              <li class="m blog"><a href="/blog/" class="m">Blog</a></li>
+              <li class="m projects"><a href="/projects.html" class="m selected">Projects</a></li>
+              <li class="m about"><a href="/about.html" class="m">About</a></li>
+            </ul>
+            <h2 class="nav submenu">
+              <span class="s">Submenu for section</span>
+              <a class="s selected" href="/projects.html">Projects</a>
+            </h2>
+            <ul id="submenu" class="s">
+                                                              <li class="s sub">
+                                          <a class="s selected" href="./index.html">Hibernate Maven Plugin</a>
+                                        <ul class="s">
+                                                                                                                                                                                                                                                                        <li class="s off">
+                    <a href="configuration.html" class="s" title="Configuration Examples">Configuration Examples</a>
+                </li>
+                                                                                                                                <li class="s off">
+                    <a href="create-mojo.html" class="s" title="Goal: CREATE">Goal: CREATE</a>
+                </li>
+                                                                                                                                <li class="s off">
+                    <a href="drop-mojo.html" class="s" title="Goal: DROP">Goal: DROP</a>
+                </li>
+                                                                                                                                <li class="s off">
+                    <a href="debugging.html" class="s" title="Enable Debug-Output">Enable Debug-Output</a>
+                </li>
+                                                                                                                                <li class="s off">
+                    <a href="skip.html" class="s" title="Skipping Execution">Skipping Execution</a>
+                </li>
+                                                                                                                                <li class="s off">
+                    <a href="force.html" class="s" title="Force Exceution">Force Exceution</a>
+                </li>
+                                                                                                                                <li class="s off">
+                    <a href="pitfalls.html" class="s" title="Known Pitfalls (FAQ)">Known Pitfalls (FAQ)</a>
+                </li>
+                                                                                                                                                                                                                                                                                                                                                                          <li class="s sub off">
+                    <a href="project-info.html" class="s" title="Project Information">Project Information</a>
+                </li>
+                                                                                                                                                                                                                            <li class="s sub">
+                    <a href="project-reports.html" class="s selected" title="Project Reports">Project Reports</a>
+                    <ul class="s active">
+                                                                                                                                                                                      <li class="s">
+                    <a href="testapidocs/index.html" class="s" title="Test JavaDocs">Test JavaDocs</a>
+                </li>
+                                                                                                                                                                                        <li class="s">
+                    <a href="apidocs/index.html" class="s" title="JavaDocs">JavaDocs</a>
+                </li>
+                                                                                                                                                                                        <li class="s">
+                    <a href="xref/index.html" class="s" title="Source Xref">Source Xref</a>
+                </li>
+                                                                                                                                                                                        <li class="s">
+                    <a href="xref-test/index.html" class="s" title="Test Source Xref">Test Source Xref</a>
+                </li>
+                                                                                                                                                                                        <li class="s">
+                    <a href="cpd.html" class="s" title="CPD">CPD</a>
+                </li>
+                                                                                                                                                                                              <li class="s">
+              <strong class="s">PMD</strong>
+                </li>
+                                                                                                                                                                                        <li class="s">
+                    <a href="plugin-info.html" class="s" title="Plugin Documentation">Plugin Documentation</a>
+                </li>
+                    </ul>
+          </li>
+                                                                                              </ul>
+                  </li>
+                                          </ul>
+            <hr class="n" />
+          </nav>
+          <aside class="m">
+            <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+              <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
+            </a>
+          </aside>
+        </div>
+      </main>
+      <footer id="footer">
+        <hr class="f" />
+        <ul id="footerlinks">
+          <li class="f" id="copyright">&#xa9; <strong>mo</strong>             2016
+      </li>
+          <li class="f"><a class="f" href="/impressum.html">Impressum</a></li>
+          <li class="f about"><a class="f" href="/about.html">About</a></li>
+        </ul>
+      </footer>
+    </div>
+        <script type="text/javascript"><!--//--><![CDATA[//><!--
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-571104-3']);
+      _gaq.push(['_trackPageview']);
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+    //--><!]]>
+    </script>
+      </body>
+</html>