Projekt-Dokumentation (Aktueller Stand von juplo.de) hinzugefĆ¼gt
[website] / dist / hibernate-maven-plugin-2.0.0 / pmd.html
1 <!DOCTYPE html>
2 <!-- Generated by Apache Maven Doxia Site Renderer 1.6 at 2016-03-09 -->
3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     <!-- Current: pmd.html -->
4 <!-- Active: project-reports.html -->
5 <!-- Path: [index.html, project-reports.html, pmd.html] -->
6 <!-- Skiplist: [index.html, configuration.html, create-mojo.html, drop-mojo.html, debugging.html, skip.html, force.html, pitfalls.html] -->
7 <html>
8   <head>
9     <title>juplo - Hibernate Maven Plugin - PMD</title>
10     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
11     <link rel="canonical" href="http://juplo.de/hibernate-maven-plugin/pmd.html"/>
12     <meta name="viewport" content="width=device-width, initial-scale=1" />
13     <link rel="stylesheet" type="text/css" href="/css/base.css" />
14     <style type="text/css">
15       @import '/css/screen.css' screen;
16     </style>
17     <script src="/js/prettify.js"></script>
18     <!--[if lt IE 9]>
19       <script src="/js/html5shiv.js"></script>
20     <![endif]-->
21     <!--[if IE 8]>
22       <link rel="stylesheet" type="text/css" href="/css/ie8.css" />
23     <![endif]-->
24         
25   </head>
26   <body class="menu" onload="prettyPrint()">
27     <div id="page" class="cf">
28       <header id="header">
29         <h1 id="logo"><a href="/" title="Home" class="l">juplo</a></h1>
30         <span id="slogan"><strong>Java</strong> bits from nerds for nerds</span>
31         <hr class="h" />
32       </header>
33       <div id="breadcrumb">
34         <strong class="b title">You are here:</strong>
35         <ol class="b">
36           <li class="b"><a class="b" href="/">Home</a></li>
37           <li class="b"><a class="b" href="/projects.html">Projects</a></li>
38                       <li class="b"><a class="b" href="./index.html">Hibernate Maven Plugin</a></li>
39                           <li class="b">      <a href="project-reports.html" class="b" title="Project Reports">Project Reports</a>
40 </li>
41                         <li class="b"><strong class="b">PMD</strong></li>
42                   </ol>
43         <a class="hide" href="#navigation">Jump to navigation</a>
44         <hr class="b" />
45       </div>
46       <main class="content cf">
47         <article id="content" class="main">
48           <header><h1>PMD</h1></header>
49           <div class="section">
50 <h2><a name="PMD_Results"></a>PMD Results</h2>
51 <p>The following document contains the results of <a class="externalLink" href="http://pmd.sourceforge.net/">PMD</a> 5.2.3.</p></div>
52 <div class="section">
53 <h2><a name="Files"></a>Files</h2>
54 <div class="section">
55 <h3><a name="dejuplopluginshibernateAbstractSchemaMojo.java"></a>de/juplo/plugins/hibernate/AbstractSchemaMojo.java</h3>
56 <table border="0" class="bodyTable">
57 <tr class="a">
58 <th>Violation</th>
59 <th>Line</th></tr>
60 <tr class="b">
61 <td>Too many static imports may lead to messy code</td>
62 <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>
63 <tr class="a">
64 <td>Avoid unused method parameters such as 'path'.</td>
65 <td><a href="./xref/de/juplo/plugins/hibernate/AbstractSchemaMojo.html#L970">970</a></td></tr>
66 <tr class="b">
67 <td>Avoid using a branching statement as the last in a loop.</td>
68 <td><a href="./xref/de/juplo/plugins/hibernate/AbstractSchemaMojo.html#L1173">1173</a></td></tr></table></div>
69 <div class="section">
70 <h3><a name="dejuplopluginshibernateModificationTracker.java"></a>de/juplo/plugins/hibernate/ModificationTracker.java</h3>
71 <table border="0" class="bodyTable">
72 <tr class="a">
73 <th>Violation</th>
74 <th>Line</th></tr>
75 <tr class="b">
76 <td>Unnecessary use of fully qualified name 'java.security.MessageDigest.getInstance' due to existing import 'java.security.MessageDigest'</td>
77 <td><a href="./xref/de/juplo/plugins/hibernate/ModificationTracker.html#L60">60</a></td></tr></table></div>
78 <div class="section">
79 <h3><a name="dejuplopluginshibernateSimpleConnectionProvider.java"></a>de/juplo/plugins/hibernate/SimpleConnectionProvider.java</h3>
80 <table border="0" class="bodyTable">
81 <tr class="a">
82 <th>Violation</th>
83 <th>Line</th></tr>
84 <tr class="b">
85 <td>Too many static imports may lead to messy code</td>
86 <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>
87 <tr class="a">
88 <td>Unnecessary use of fully qualified name 'java.sql.Driver' due to existing import 'java.sql.Driver'</td>
89 <td><a href="./xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html#L168">168</a></td></tr>
90 <tr class="b">
91 <td>Unnecessary use of fully qualified name 'java.sql.Connection' due to existing import 'java.sql.Connection'</td>
92 <td><a href="./xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html#L180">180</a></td></tr>
93 <tr class="a">
94 <td>Unnecessary use of fully qualified name 'java.util.Properties' due to existing import 'java.util.Properties'</td>
95 <td><a href="./xref/de/juplo/plugins/hibernate/SimpleConnectionProvider.html#L182">182</a></td></tr></table></div>
96 <div class="section">
97 <h3><a name="dejuplopluginshibernateHelpMojo.java"></a>de/juplo/plugins/hibernate/HelpMojo.java</h3>
98 <table border="0" class="bodyTable">
99 <tr class="b">
100 <th>Violation</th>
101 <th>Line</th></tr>
102 <tr class="a">
103 <td>Useless parentheses.</td>
104 <td><a href="./xref/de/juplo/plugins/hibernate/HelpMojo.html#L241">241</a></td></tr>
105 <tr class="b">
106 <td>Useless parentheses.</td>
107 <td><a href="./xref/de/juplo/plugins/hibernate/HelpMojo.html#L286">286</a></td></tr>
108 <tr class="a">
109 <td>Useless parentheses.</td>
110 <td><a href="./xref/de/juplo/plugins/hibernate/HelpMojo.html#L296">296</a></td></tr></table></div></div>
111         </article>
112         <div class="marginal">
113           <nav id="nav">
114             <hr class="n" />
115             <a id="navigation"></a>
116             <a class="hide" href="#top" title="Show Content">Jump back to the top of the page</a>
117             <h2 class="nav menu">Section-Menu</h2>
118             <ul id="menu">
119               <li class="m blog"><a href="/blog/" class="m">Blog</a></li>
120               <li class="m projects"><a href="/projects.html" class="m selected">Projects</a></li>
121               <li class="m about"><a href="/about.html" class="m">About</a></li>
122             </ul>
123             <h2 class="nav submenu">
124               <span class="s">Submenu for section</span>
125               <a class="s selected" href="/projects.html">Projects</a>
126             </h2>
127             <ul id="submenu" class="s">
128                                                               <li class="s sub">
129                                           <a class="s selected" href="./index.html">Hibernate Maven Plugin</a>
130                                         <ul class="s">
131                                                                                                                                                                                                                                                                         <li class="s off">
132                     <a href="configuration.html" class="s" title="Configuration Examples">Configuration Examples</a>
133                 </li>
134                                                                                                                                 <li class="s off">
135                     <a href="create-mojo.html" class="s" title="Goal: CREATE">Goal: CREATE</a>
136                 </li>
137                                                                                                                                 <li class="s off">
138                     <a href="drop-mojo.html" class="s" title="Goal: DROP">Goal: DROP</a>
139                 </li>
140                                                                                                                                 <li class="s off">
141                     <a href="debugging.html" class="s" title="Enable Debug-Output">Enable Debug-Output</a>
142                 </li>
143                                                                                                                                 <li class="s off">
144                     <a href="skip.html" class="s" title="Skipping Execution">Skipping Execution</a>
145                 </li>
146                                                                                                                                 <li class="s off">
147                     <a href="force.html" class="s" title="Force Exceution">Force Exceution</a>
148                 </li>
149                                                                                                                                 <li class="s off">
150                     <a href="pitfalls.html" class="s" title="Known Pitfalls (FAQ)">Known Pitfalls (FAQ)</a>
151                 </li>
152                                                                                                                                                                                                                                                                                                                                                                           <li class="s sub off">
153                     <a href="project-info.html" class="s" title="Project Information">Project Information</a>
154                 </li>
155                                                                                                                                                                                                                             <li class="s sub">
156                     <a href="project-reports.html" class="s selected" title="Project Reports">Project Reports</a>
157                     <ul class="s active">
158                                                                                                                                                                                       <li class="s">
159                     <a href="testapidocs/index.html" class="s" title="Test JavaDocs">Test JavaDocs</a>
160                 </li>
161                                                                                                                                                                                         <li class="s">
162                     <a href="apidocs/index.html" class="s" title="JavaDocs">JavaDocs</a>
163                 </li>
164                                                                                                                                                                                         <li class="s">
165                     <a href="xref/index.html" class="s" title="Source Xref">Source Xref</a>
166                 </li>
167                                                                                                                                                                                         <li class="s">
168                     <a href="xref-test/index.html" class="s" title="Test Source Xref">Test Source Xref</a>
169                 </li>
170                                                                                                                                                                                         <li class="s">
171                     <a href="cpd.html" class="s" title="CPD">CPD</a>
172                 </li>
173                                                                                                                                                                                               <li class="s">
174               <strong class="s">PMD</strong>
175                 </li>
176                                                                                                                                                                                         <li class="s">
177                     <a href="plugin-info.html" class="s" title="Plugin Documentation">Plugin Documentation</a>
178                 </li>
179                     </ul>
180           </li>
181                                                                                               </ul>
182                   </li>
183                                           </ul>
184             <hr class="n" />
185           </nav>
186           <aside class="m">
187             <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
188               <img class="poweredBy" alt="Built by Maven" src="./images/logos/maven-feather.png" />
189             </a>
190           </aside>
191         </div>
192       </main>
193       <footer id="footer">
194         <hr class="f" />
195         <ul id="footerlinks">
196           <li class="f" id="copyright">&#xa9; <strong>mo</strong>             2016
197       </li>
198           <li class="f"><a class="f" href="/impressum.html">Impressum</a></li>
199           <li class="f about"><a class="f" href="/about.html">About</a></li>
200         </ul>
201       </footer>
202     </div>
203         <script type="text/javascript"><!--//--><![CDATA[//><!--
204       var _gaq = _gaq || [];
205       _gaq.push(['_setAccount', 'UA-571104-3']);
206       _gaq.push(['_trackPageview']);
207       (function() {
208         var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
209         ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
210         var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
211       })();
212     //--><!]]>
213     </script>
214       </body>
215 </html>