You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-dev@james.apache.org by rd...@apache.org on 2008/12/01 23:33:14 UTC

svn commit: r722268 [3/11] - in /james/site/trunk/www/jsieve: ./ mailet/ mailet/apidocs/ mailet/apidocs/org/apache/jsieve/mailet/ mailet/apidocs/org/apache/jsieve/mailet/class-use/ mailet/xref/org/apache/jsieve/mailet/ main/ main/apidocs/ main/apidocs/...

Modified: james/site/trunk/www/jsieve/mailet/pmd.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/jsieve/mailet/pmd.html?rev=722268&r1=722267&r2=722268&view=diff
==============================================================================
--- james/site/trunk/www/jsieve/mailet/pmd.html (original)
+++ james/site/trunk/www/jsieve/mailet/pmd.html Mon Dec  1 14:33:02 2008
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 11/30/2008
+        Last Published: 12/01/2008
                       </div>
             <div class="xright">      <a href="../index.html">JAMES Project</a>
           |
@@ -85,15 +85,11 @@
         <ul>
               
     <li class="none">
-              <a href="main/index.html">Main</a>
+              <a href="index.html">Overview</a>
         </li>
               
     <li class="none">
-              <a href="mailet/index.html">Mailet</a>
-        </li>
-              
-    <li class="none">
-              <a href="util/index.html">Util</a>
+              <a href="mailet-report.html">Catelog</a>
         </li>
               
     <li class="none">
@@ -111,6 +107,97 @@
     <li class="none">
               <a href="http://www.ietf.org/rfc/rfc3028.txt">RFC 3028 (Sieve)</a>
         </li>
+              
+    <li class="none">
+              <a href="doap_apache-jsieve-mailet.rdf">DOAP</a>
+        </li>
+          </ul>
+          <h5>Project Documentation</h5>
+        <ul>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="collapsed">
+              <a href="project-info.html">Project Information</a>
+              </li>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+            
+            
+      
+            
+      
+            
+      
+            
+      
+              
+            <li class="expanded">
+              <a href="project-reports.html">Project Reports</a>
+                <ul>
+                  
+    <li class="none">
+              <a href="cpd.html">CPD Report</a>
+        </li>
+                  
+    <li class="none">
+              <a href="apidocs/index.html">JavaDocs</a>
+        </li>
+                  
+    <li class="none">
+              <a href="mailet-report.html">Mailet Reference</a>
+        </li>
+                  
+    <li class="none">
+              <strong>PMD Report</strong>
+        </li>
+                  
+    <li class="none">
+              <a href="rat-report.html">RAT Report</a>
+        </li>
+                  
+    <li class="none">
+              <a href="xref/index.html">Source Xref</a>
+        </li>
+                  
+    <li class="none">
+              <a href="surefire-report.html">Surefire Report</a>
+        </li>
+                  
+    <li class="none">
+              <a href="taglist.html">Tag List</a>
+        </li>
+              </ul>
+        </li>
           </ul>
           <h5>Useful Information</h5>
         <ul>
@@ -171,7 +258,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>PMD Results</h2><p>The following document contains the results of <a href="http://pmd.sourceforge.net/">PMD</a> 4.2.2.</p></div><div class="section"><h2>Files</h2><div class="section"><h3>org/apache/jsieve/mailet/ActionDispatcher.java</h3><table class="bodyTable"><tr class="a"><th>Violation</th><th>Line</th></tr><tr class="b"><td>Found 'DD'-anomaly for variable 'instance' (lines '68'-'69').</td><td><a href="./xref/org/apache/jsieve/mailet/ActionDispatcher.html#68">68</a> - <a href="./xref/org/apache/jsieve/mailet/ActionDispatcher.html#69">69</a></td></tr><tr class="a"><td>Avoid assignments in operands</td><td><a href="./xref/org/apache/jsieve/mailet/ActionDispatcher.html#69">69</a></td></tr><tr class="b"><td>Found 'DU'-anomaly for variable 'instance' (lines '69'-'75').</td><td><a href="./xref/org/apache/jsieve/mailet/ActionDispatcher.html#69">69</a> - <a href="./xref/org/apache/jsieve/mailet/ActionDispatcher.html#75">75</a></td></tr><tr class
 ="a"><td>A method should have only one exit point, and that should be the last statement in the method</td><td><a href="./xref/org/apache/jsieve/mailet/ActionDispatcher.html#72">72</a></td></tr><tr class="b"><td>Found 'DD'-anomaly for variable 'methodMap' (lines '164'-'165').</td><td><a href="./xref/org/apache/jsieve/mailet/ActionDispatcher.html#164">164</a> - <a href="./xref/org/apache/jsieve/mailet/ActionDispatcher.html#165">165</a></td></tr><tr class="a"><td>Avoid assignments in operands</td><td><a href="./xref/org/apache/jsieve/mailet/ActionDispatcher.html#165">165</a></td></tr><tr class="b"><td>Found 'DU'-anomaly for variable 'methodMap' (lines '165'-'171').</td><td><a href="./xref/org/apache/jsieve/mailet/ActionDispatcher.html#165">165</a> - <a href="./xref/org/apache/jsieve/mailet/ActionDispatcher.html#171">171</a></td></tr><tr class="a"><td>A method should have only one exit point, and that should be the last statement in the method</td><td><a href="./xref/org/apache
 /jsieve/mailet/ActionDispatcher.html#168">168</a></td></tr></table></div><div class="section"><h3>org/apache/jsieve/mailet/Actions.java</h3><table class="bodyTable"><tr class="b"><th>Violation</th><th>Line</th></tr><tr class="a"><td>Found 'DD'-anomaly for variable 'delivered' (lines '97'-'112').</td><td><a href="./xref/org/apache/jsieve/mailet/Actions.html#97">97</a> - <a href="./xref/org/apache/jsieve/mailet/Actions.html#112">112</a></td></tr><tr class="b"><td>Avoid using final local variables, turn them into fields</td><td><a href="./xref/org/apache/jsieve/mailet/Actions.html#108">108</a> - <a href="./xref/org/apache/jsieve/mailet/Actions.html#109">109</a></td></tr><tr class="a"><td>Found 'DU'-anomaly for variable 'delivered' (lines '112'-'131').</td><td><a href="./xref/org/apache/jsieve/mailet/Actions.html#112">112</a> - <a href="./xref/org/apache/jsieve/mailet/Actions.html#131">131</a></td></tr><tr class="b"><td>Avoid using final local variables, turn them into fields</t
 d><td><a href="./xref/org/apache/jsieve/mailet/Actions.html#170">170</a></td></tr><tr class="a"><td>Found 'DD'-anomaly for variable 'reporting_UA_name' (lines '225'-'228').</td><td><a href="./xref/org/apache/jsieve/mailet/Actions.html#225">225</a> - <a href="./xref/org/apache/jsieve/mailet/Actions.html#228">228</a></td></tr><tr class="b"><td>Found 'DD'-anomaly for variable 'reporting_UA_name' (lines '228'-'233').</td><td><a href="./xref/org/apache/jsieve/mailet/Actions.html#228">228</a> - <a href="./xref/org/apache/jsieve/mailet/Actions.html#233">233</a></td></tr><tr class="a"><td>Found 'DD'-anomaly for variable 'original_recipient' (lines '240'-'243').</td><td><a href="./xref/org/apache/jsieve/mailet/Actions.html#240">240</a> - <a href="./xref/org/apache/jsieve/mailet/Actions.html#243">243</a></td></tr><tr class="b"><td>Avoid unnecessary temporaries when converting primitives to Strings</td><td><a href="./xref/org/apache/jsieve/mailet/Actions.html#299">299</a></td></tr><tr 
 class="a"><td>Found 'DD'-anomaly for variable 'value' (lines '311'-'312').</td><td><a href="./xref/org/apache/jsieve/mailet/Actions.html#311">311</a> - <a href="./xref/org/apache/jsieve/mailet/Actions.html#312">312</a></td></tr><tr class="b"><td>Avoid assignments in operands</td><td><a href="./xref/org/apache/jsieve/mailet/Actions.html#312">312</a></td></tr><tr class="a"><td>Found 'DU'-anomaly for variable 'value' (lines '312'-'318').</td><td><a href="./xref/org/apache/jsieve/mailet/Actions.html#312">312</a> - <a href="./xref/org/apache/jsieve/mailet/Actions.html#318">318</a></td></tr><tr class="b"><td>A method should have only one exit point, and that should be the last statement in the method</td><td><a href="./xref/org/apache/jsieve/mailet/Actions.html#315">315</a></td></tr></table></div><div class="section"><h3>org/apache/jsieve/mailet/Poster.java</h3><table class="bodyTable"><tr class="a"><th>Violation</th><th>Line</th></tr><tr class="b"><td>Avoid modifiers which are im
 plied by the context</td><td><a href="./xref/org/apache/jsieve/mailet/Poster.html#38">38</a></td></tr></table></div><div class="section"><h3>org/apache/jsieve/mailet/SieveMailAdapter.java</h3><table class="bodyTable"><tr class="a"><th>Violation</th><th>Line</th></tr><tr class="b"><td>Found 'DD'-anomaly for variable 'actions' (lines '106'-'107').</td><td><a href="./xref/org/apache/jsieve/mailet/SieveMailAdapter.html#106">106</a> - <a href="./xref/org/apache/jsieve/mailet/SieveMailAdapter.html#107">107</a></td></tr><tr class="a"><td>Avoid assignments in operands</td><td><a href="./xref/org/apache/jsieve/mailet/SieveMailAdapter.html#107">107</a></td></tr><tr class="b"><td>Found 'DU'-anomaly for variable 'actions' (lines '107'-'113').</td><td><a href="./xref/org/apache/jsieve/mailet/SieveMailAdapter.html#107">107</a> - <a href="./xref/org/apache/jsieve/mailet/SieveMailAdapter.html#113">113</a></td></tr><tr class="a"><td>A method should have only one exit point, and that should b
 e the last statement in the method</td><td><a href="./xref/org/apache/jsieve/mailet/SieveMailAdapter.html#110">110</a></td></tr><tr class="b"><td>Found 'DD'-anomaly for variable 'recipient' (lines '319'-'322').</td><td><a href="./xref/org/apache/jsieve/mailet/SieveMailAdapter.html#319">319</a> - <a href="./xref/org/apache/jsieve/mailet/SieveMailAdapter.html#322">322</a></td></tr><tr class="a"><td>Found 'DD'-anomaly for variable 'messageID' (lines '366'-'369').</td><td><a href="./xref/org/apache/jsieve/mailet/SieveMailAdapter.html#366">366</a> - <a href="./xref/org/apache/jsieve/mailet/SieveMailAdapter.html#369">369</a></td></tr><tr class="b"><td>Found 'DD'-anomaly for variable 'messageID' (lines '369'-'373').</td><td><a href="./xref/org/apache/jsieve/mailet/SieveMailAdapter.html#369">369</a> - <a href="./xref/org/apache/jsieve/mailet/SieveMailAdapter.html#373">373</a></td></tr><tr class="a"><td>Avoid using final local variables, turn them into fields</td><td><a href="./xref/
 org/apache/jsieve/mailet/SieveMailAdapter.html#401">401</a></td></tr><tr class="b"><td>Avoid using final local variables, turn them into fields</td><td><a href="./xref/org/apache/jsieve/mailet/SieveMailAdapter.html#402">402</a></td></tr><tr class="a"><td>Avoid using final local variables, turn them into fields</td><td><a href="./xref/org/apache/jsieve/mailet/SieveMailAdapter.html#403">403</a></td></tr><tr class="b"><td>Found 'DD'-anomaly for variable 'results' (lines '403'-'406').</td><td><a href="./xref/org/apache/jsieve/mailet/SieveMailAdapter.html#403">403</a> - <a href="./xref/org/apache/jsieve/mailet/SieveMailAdapter.html#406">406</a></td></tr><tr class="a"><td>Found 'DU'-anomaly for variable 'results' (lines '403'-'412').</td><td><a href="./xref/org/apache/jsieve/mailet/SieveMailAdapter.html#403">403</a> - <a href="./xref/org/apache/jsieve/mailet/SieveMailAdapter.html#412">412</a></td></tr><tr class="b"><td>Avoid using final local variables, turn them into fields</td><
 td><a href="./xref/org/apache/jsieve/mailet/SieveMailAdapter.html#405">405</a></td></tr><tr class="a"><td>Found 'DD'-anomaly for variable 'results' (lines '406'-'406').</td><td><a href="./xref/org/apache/jsieve/mailet/SieveMailAdapter.html#406">406</a></td></tr><tr class="b"><td>Found 'DU'-anomaly for variable 'results' (lines '406'-'412').</td><td><a href="./xref/org/apache/jsieve/mailet/SieveMailAdapter.html#406">406</a> - <a href="./xref/org/apache/jsieve/mailet/SieveMailAdapter.html#412">412</a></td></tr></table></div><div class="section"><h3>org/apache/jsieve/mailet/SieveMailboxMailet.java</h3><table class="bodyTable"><tr class="a"><th>Violation</th><th>Line</th></tr><tr class="b"><td>It is a good practice to call super() in a constructor</td><td><a href="./xref/org/apache/jsieve/mailet/SieveMailboxMailet.html#84">84</a></td></tr><tr class="a"><td>Found 'DD'-anomaly for variable 'message' (lines '132'-'134').</td><td><a href="./xref/org/apache/jsieve/mailet/SieveMailbox
 Mailet.html#132">132</a> - <a href="./xref/org/apache/jsieve/mailet/SieveMailboxMailet.html#134">134</a></td></tr><tr class="b"><td>Found 'DU'-anomaly for variable 'message' (lines '134'-'201').</td><td><a href="./xref/org/apache/jsieve/mailet/SieveMailboxMailet.html#134">134</a> - <a href="./xref/org/apache/jsieve/mailet/SieveMailboxMailet.html#201">201</a></td></tr><tr class="a"><td>Found 'DU'-anomaly for variable 'deliveredTo' (lines '148'-'201').</td><td><a href="./xref/org/apache/jsieve/mailet/SieveMailboxMailet.html#148">148</a> - <a href="./xref/org/apache/jsieve/mailet/SieveMailboxMailet.html#201">201</a></td></tr><tr class="b"><td>These nested if statements could be combined</td><td><a href="./xref/org/apache/jsieve/mailet/SieveMailboxMailet.html#170">170</a> - <a href="./xref/org/apache/jsieve/mailet/SieveMailboxMailet.html#180">180</a></td></tr><tr class="a"><td>Use explicit scoping instead of the default package private level</td><td><a href="./xref/org/apache/js
 ieve/mailet/SieveMailboxMailet.html#237">237</a> - <a href="./xref/org/apache/jsieve/mailet/SieveMailboxMailet.html#246">246</a></td></tr><tr class="b"><td>Use explicit scoping instead of the default package private level</td><td><a href="./xref/org/apache/jsieve/mailet/SieveMailboxMailet.html#248">248</a> - <a href="./xref/org/apache/jsieve/mailet/SieveMailboxMailet.html#270">270</a></td></tr><tr class="a"><td>Use explicit scoping instead of the default package private level</td><td><a href="./xref/org/apache/jsieve/mailet/SieveMailboxMailet.html#272">272</a> - <a href="./xref/org/apache/jsieve/mailet/SieveMailboxMailet.html#275">275</a></td></tr></table></div></div>
+        <div class="section"><h2>PMD Results</h2><p>The following document contains the results of <a href="http://pmd.sourceforge.net/">PMD</a> 4.2.2.</p></div><div class="section"><h2>Files</h2><div class="section"><h3>org/apache/jsieve/mailet/ActionDispatcher.java</h3><table class="bodyTable"><tr class="a"><th>Violation</th><th>Line</th></tr><tr class="b"><td>Found 'DD'-anomaly for variable 'instance' (lines '68'-'69').</td><td><a href="./xref/org/apache/jsieve/mailet/ActionDispatcher.html#68">68</a> - <a href="./xref/org/apache/jsieve/mailet/ActionDispatcher.html#69">69</a></td></tr><tr class="a"><td>Avoid assignments in operands</td><td><a href="./xref/org/apache/jsieve/mailet/ActionDispatcher.html#69">69</a></td></tr><tr class="b"><td>Found 'DU'-anomaly for variable 'instance' (lines '69'-'75').</td><td><a href="./xref/org/apache/jsieve/mailet/ActionDispatcher.html#69">69</a> - <a href="./xref/org/apache/jsieve/mailet/ActionDispatcher.html#75">75</a></td></tr><tr class
 ="a"><td>A method should have only one exit point, and that should be the last statement in the method</td><td><a href="./xref/org/apache/jsieve/mailet/ActionDispatcher.html#72">72</a></td></tr><tr class="b"><td>Found 'DD'-anomaly for variable 'methodMap' (lines '164'-'165').</td><td><a href="./xref/org/apache/jsieve/mailet/ActionDispatcher.html#164">164</a> - <a href="./xref/org/apache/jsieve/mailet/ActionDispatcher.html#165">165</a></td></tr><tr class="a"><td>Avoid assignments in operands</td><td><a href="./xref/org/apache/jsieve/mailet/ActionDispatcher.html#165">165</a></td></tr><tr class="b"><td>Found 'DU'-anomaly for variable 'methodMap' (lines '165'-'171').</td><td><a href="./xref/org/apache/jsieve/mailet/ActionDispatcher.html#165">165</a> - <a href="./xref/org/apache/jsieve/mailet/ActionDispatcher.html#171">171</a></td></tr><tr class="a"><td>A method should have only one exit point, and that should be the last statement in the method</td><td><a href="./xref/org/apache
 /jsieve/mailet/ActionDispatcher.html#168">168</a></td></tr></table></div><div class="section"><h3>org/apache/jsieve/mailet/Actions.java</h3><table class="bodyTable"><tr class="b"><th>Violation</th><th>Line</th></tr><tr class="a"><td>Found 'DD'-anomaly for variable 'delivered' (lines '97'-'112').</td><td><a href="./xref/org/apache/jsieve/mailet/Actions.html#97">97</a> - <a href="./xref/org/apache/jsieve/mailet/Actions.html#112">112</a></td></tr><tr class="b"><td>Avoid using final local variables, turn them into fields</td><td><a href="./xref/org/apache/jsieve/mailet/Actions.html#108">108</a> - <a href="./xref/org/apache/jsieve/mailet/Actions.html#109">109</a></td></tr><tr class="a"><td>Found 'DU'-anomaly for variable 'delivered' (lines '112'-'131').</td><td><a href="./xref/org/apache/jsieve/mailet/Actions.html#112">112</a> - <a href="./xref/org/apache/jsieve/mailet/Actions.html#131">131</a></td></tr><tr class="b"><td>Avoid using final local variables, turn them into fields</t
 d><td><a href="./xref/org/apache/jsieve/mailet/Actions.html#170">170</a></td></tr><tr class="a"><td>Found 'DD'-anomaly for variable 'reporting_UA_name' (lines '225'-'228').</td><td><a href="./xref/org/apache/jsieve/mailet/Actions.html#225">225</a> - <a href="./xref/org/apache/jsieve/mailet/Actions.html#228">228</a></td></tr><tr class="b"><td>Found 'DD'-anomaly for variable 'reporting_UA_name' (lines '228'-'233').</td><td><a href="./xref/org/apache/jsieve/mailet/Actions.html#228">228</a> - <a href="./xref/org/apache/jsieve/mailet/Actions.html#233">233</a></td></tr><tr class="a"><td>Found 'DD'-anomaly for variable 'original_recipient' (lines '240'-'243').</td><td><a href="./xref/org/apache/jsieve/mailet/Actions.html#240">240</a> - <a href="./xref/org/apache/jsieve/mailet/Actions.html#243">243</a></td></tr><tr class="b"><td>Avoid unnecessary temporaries when converting primitives to Strings</td><td><a href="./xref/org/apache/jsieve/mailet/Actions.html#299">299</a></td></tr><tr 
 class="a"><td>Found 'DD'-anomaly for variable 'value' (lines '311'-'312').</td><td><a href="./xref/org/apache/jsieve/mailet/Actions.html#311">311</a> - <a href="./xref/org/apache/jsieve/mailet/Actions.html#312">312</a></td></tr><tr class="b"><td>Avoid assignments in operands</td><td><a href="./xref/org/apache/jsieve/mailet/Actions.html#312">312</a></td></tr><tr class="a"><td>Found 'DU'-anomaly for variable 'value' (lines '312'-'318').</td><td><a href="./xref/org/apache/jsieve/mailet/Actions.html#312">312</a> - <a href="./xref/org/apache/jsieve/mailet/Actions.html#318">318</a></td></tr><tr class="b"><td>A method should have only one exit point, and that should be the last statement in the method</td><td><a href="./xref/org/apache/jsieve/mailet/Actions.html#315">315</a></td></tr></table></div><div class="section"><h3>org/apache/jsieve/mailet/Poster.java</h3><table class="bodyTable"><tr class="a"><th>Violation</th><th>Line</th></tr><tr class="b"><td>Avoid modifiers which are im
 plied by the context</td><td><a href="./xref/org/apache/jsieve/mailet/Poster.html#38">38</a></td></tr></table></div><div class="section"><h3>org/apache/jsieve/mailet/SieveMailAdapter.java</h3><table class="bodyTable"><tr class="a"><th>Violation</th><th>Line</th></tr><tr class="b"><td>Found 'DD'-anomaly for variable 'actions' (lines '106'-'107').</td><td><a href="./xref/org/apache/jsieve/mailet/SieveMailAdapter.html#106">106</a> - <a href="./xref/org/apache/jsieve/mailet/SieveMailAdapter.html#107">107</a></td></tr><tr class="a"><td>Avoid assignments in operands</td><td><a href="./xref/org/apache/jsieve/mailet/SieveMailAdapter.html#107">107</a></td></tr><tr class="b"><td>Found 'DU'-anomaly for variable 'actions' (lines '107'-'113').</td><td><a href="./xref/org/apache/jsieve/mailet/SieveMailAdapter.html#107">107</a> - <a href="./xref/org/apache/jsieve/mailet/SieveMailAdapter.html#113">113</a></td></tr><tr class="a"><td>A method should have only one exit point, and that should b
 e the last statement in the method</td><td><a href="./xref/org/apache/jsieve/mailet/SieveMailAdapter.html#110">110</a></td></tr><tr class="b"><td>Found 'DD'-anomaly for variable 'recipient' (lines '319'-'322').</td><td><a href="./xref/org/apache/jsieve/mailet/SieveMailAdapter.html#319">319</a> - <a href="./xref/org/apache/jsieve/mailet/SieveMailAdapter.html#322">322</a></td></tr><tr class="a"><td>Found 'DD'-anomaly for variable 'messageID' (lines '366'-'369').</td><td><a href="./xref/org/apache/jsieve/mailet/SieveMailAdapter.html#366">366</a> - <a href="./xref/org/apache/jsieve/mailet/SieveMailAdapter.html#369">369</a></td></tr><tr class="b"><td>Found 'DD'-anomaly for variable 'messageID' (lines '369'-'373').</td><td><a href="./xref/org/apache/jsieve/mailet/SieveMailAdapter.html#369">369</a> - <a href="./xref/org/apache/jsieve/mailet/SieveMailAdapter.html#373">373</a></td></tr><tr class="a"><td>Avoid using final local variables, turn them into fields</td><td><a href="./xref/
 org/apache/jsieve/mailet/SieveMailAdapter.html#401">401</a></td></tr><tr class="b"><td>Avoid using final local variables, turn them into fields</td><td><a href="./xref/org/apache/jsieve/mailet/SieveMailAdapter.html#402">402</a></td></tr><tr class="a"><td>Avoid using final local variables, turn them into fields</td><td><a href="./xref/org/apache/jsieve/mailet/SieveMailAdapter.html#403">403</a></td></tr><tr class="b"><td>Found 'DD'-anomaly for variable 'results' (lines '403'-'406').</td><td><a href="./xref/org/apache/jsieve/mailet/SieveMailAdapter.html#403">403</a> - <a href="./xref/org/apache/jsieve/mailet/SieveMailAdapter.html#406">406</a></td></tr><tr class="a"><td>Found 'DU'-anomaly for variable 'results' (lines '403'-'412').</td><td><a href="./xref/org/apache/jsieve/mailet/SieveMailAdapter.html#403">403</a> - <a href="./xref/org/apache/jsieve/mailet/SieveMailAdapter.html#412">412</a></td></tr><tr class="b"><td>Avoid using final local variables, turn them into fields</td><
 td><a href="./xref/org/apache/jsieve/mailet/SieveMailAdapter.html#405">405</a></td></tr><tr class="a"><td>Found 'DD'-anomaly for variable 'results' (lines '406'-'406').</td><td><a href="./xref/org/apache/jsieve/mailet/SieveMailAdapter.html#406">406</a></td></tr><tr class="b"><td>Found 'DU'-anomaly for variable 'results' (lines '406'-'412').</td><td><a href="./xref/org/apache/jsieve/mailet/SieveMailAdapter.html#406">406</a> - <a href="./xref/org/apache/jsieve/mailet/SieveMailAdapter.html#412">412</a></td></tr></table></div><div class="section"><h3>org/apache/jsieve/mailet/SieveMailboxMailet.java</h3><table class="bodyTable"><tr class="a"><th>Violation</th><th>Line</th></tr><tr class="b"><td>It is a good practice to call super() in a constructor</td><td><a href="./xref/org/apache/jsieve/mailet/SieveMailboxMailet.html#68">68</a></td></tr><tr class="a"><td>Found 'DD'-anomaly for variable 'message' (lines '116'-'118').</td><td><a href="./xref/org/apache/jsieve/mailet/SieveMailbox
 Mailet.html#116">116</a> - <a href="./xref/org/apache/jsieve/mailet/SieveMailboxMailet.html#118">118</a></td></tr><tr class="b"><td>Found 'DU'-anomaly for variable 'message' (lines '118'-'185').</td><td><a href="./xref/org/apache/jsieve/mailet/SieveMailboxMailet.html#118">118</a> - <a href="./xref/org/apache/jsieve/mailet/SieveMailboxMailet.html#185">185</a></td></tr><tr class="a"><td>Found 'DU'-anomaly for variable 'deliveredTo' (lines '132'-'185').</td><td><a href="./xref/org/apache/jsieve/mailet/SieveMailboxMailet.html#132">132</a> - <a href="./xref/org/apache/jsieve/mailet/SieveMailboxMailet.html#185">185</a></td></tr><tr class="b"><td>These nested if statements could be combined</td><td><a href="./xref/org/apache/jsieve/mailet/SieveMailboxMailet.html#154">154</a> - <a href="./xref/org/apache/jsieve/mailet/SieveMailboxMailet.html#164">164</a></td></tr><tr class="a"><td>Use explicit scoping instead of the default package private level</td><td><a href="./xref/org/apache/js
 ieve/mailet/SieveMailboxMailet.html#221">221</a> - <a href="./xref/org/apache/jsieve/mailet/SieveMailboxMailet.html#230">230</a></td></tr><tr class="b"><td>Use explicit scoping instead of the default package private level</td><td><a href="./xref/org/apache/jsieve/mailet/SieveMailboxMailet.html#232">232</a> - <a href="./xref/org/apache/jsieve/mailet/SieveMailboxMailet.html#254">254</a></td></tr><tr class="a"><td>Use explicit scoping instead of the default package private level</td><td><a href="./xref/org/apache/jsieve/mailet/SieveMailboxMailet.html#256">256</a> - <a href="./xref/org/apache/jsieve/mailet/SieveMailboxMailet.html#259">259</a></td></tr></table></div></div>
       </div>
     </div>
     <div class="clear">

Modified: james/site/trunk/www/jsieve/mailet/pmd.xml
URL: http://svn.apache.org/viewvc/james/site/trunk/www/jsieve/mailet/pmd.xml?rev=722268&r1=722267&r2=722268&view=diff
==============================================================================
--- james/site/trunk/www/jsieve/mailet/pmd.xml (original)
+++ james/site/trunk/www/jsieve/mailet/pmd.xml Mon Dec  1 14:33:02 2008
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<pmd version="4.2.2" timestamp="2008-11-30T17:38:57.166">
+<pmd version="4.2.2" timestamp="2008-12-01T22:19:10.594">
 <file name="/opt/development/workspace/jsieve/mailet/src/main/java/org/apache/jsieve/mailet/ActionDispatcher.java">
 <violation beginline="68" endline="69" begincolumn="13" endcolumn="51" rule="DataflowAnomalyAnalysis" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="ActionDispatcher" method="getInstance" variable="instance" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DataflowAnomalyAnalysis" priority="5">
 Found 'DD'-anomaly for variable 'instance' (lines '68'-'69').
@@ -117,28 +117,28 @@
 </violation>
 </file>
 <file name="/opt/development/workspace/jsieve/mailet/src/main/java/org/apache/jsieve/mailet/SieveMailboxMailet.java">
-<violation beginline="84" endline="84" begincolumn="12" endcolumn="34" rule="CallSuperInConstructor" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailboxMailet" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#CallSuperInConstructor" priority="3">
+<violation beginline="68" endline="68" begincolumn="12" endcolumn="34" rule="CallSuperInConstructor" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailboxMailet" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#CallSuperInConstructor" priority="3">
 It is a good practice to call super() in a constructor
 </violation>
-<violation beginline="132" endline="134" begincolumn="13" endcolumn="39" rule="DataflowAnomalyAnalysis" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailboxMailet" method="service" variable="message" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DataflowAnomalyAnalysis" priority="5">
-Found 'DD'-anomaly for variable 'message' (lines '132'-'134').
+<violation beginline="116" endline="118" begincolumn="13" endcolumn="39" rule="DataflowAnomalyAnalysis" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailboxMailet" method="service" variable="message" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DataflowAnomalyAnalysis" priority="5">
+Found 'DD'-anomaly for variable 'message' (lines '116'-'118').
 </violation>
-<violation beginline="134" endline="201" begincolumn="13" endcolumn="39" rule="DataflowAnomalyAnalysis" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailboxMailet" method="service" variable="message" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DataflowAnomalyAnalysis" priority="5">
-Found 'DU'-anomaly for variable 'message' (lines '134'-'201').
+<violation beginline="118" endline="185" begincolumn="13" endcolumn="39" rule="DataflowAnomalyAnalysis" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailboxMailet" method="service" variable="message" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DataflowAnomalyAnalysis" priority="5">
+Found 'DU'-anomaly for variable 'message' (lines '118'-'185').
 </violation>
-<violation beginline="148" endline="201" begincolumn="25" endcolumn="59" rule="DataflowAnomalyAnalysis" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailboxMailet" method="service" variable="deliveredTo" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DataflowAnomalyAnalysis" priority="5">
-Found 'DU'-anomaly for variable 'deliveredTo' (lines '148'-'201').
+<violation beginline="132" endline="185" begincolumn="25" endcolumn="59" rule="DataflowAnomalyAnalysis" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailboxMailet" method="service" variable="deliveredTo" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DataflowAnomalyAnalysis" priority="5">
+Found 'DU'-anomaly for variable 'deliveredTo' (lines '132'-'185').
 </violation>
-<violation beginline="170" endline="180" begincolumn="21" endcolumn="21" rule="CollapsibleIfStatements" ruleset="Basic Rules" package="org.apache.jsieve.mailet" class="SieveMailboxMailet" method="service" externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#CollapsibleIfStatements" priority="3">
+<violation beginline="154" endline="164" begincolumn="21" endcolumn="21" rule="CollapsibleIfStatements" ruleset="Basic Rules" package="org.apache.jsieve.mailet" class="SieveMailboxMailet" method="service" externalInfoUrl="http://pmd.sourceforge.net/rules/basic.html#CollapsibleIfStatements" priority="3">
 These nested if statements could be combined
 </violation>
-<violation beginline="237" endline="246" begincolumn="5" endcolumn="5" rule="DefaultPackage" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailboxMailet" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DefaultPackage" priority="3">
+<violation beginline="221" endline="230" begincolumn="5" endcolumn="5" rule="DefaultPackage" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailboxMailet" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DefaultPackage" priority="3">
 Use explicit scoping instead of the default package private level
 </violation>
-<violation beginline="248" endline="270" begincolumn="5" endcolumn="5" rule="DefaultPackage" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailboxMailet" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DefaultPackage" priority="3">
+<violation beginline="232" endline="254" begincolumn="5" endcolumn="5" rule="DefaultPackage" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailboxMailet" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DefaultPackage" priority="3">
 Use explicit scoping instead of the default package private level
 </violation>
-<violation beginline="272" endline="275" begincolumn="5" endcolumn="5" rule="DefaultPackage" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailboxMailet" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DefaultPackage" priority="3">
+<violation beginline="256" endline="259" begincolumn="5" endcolumn="5" rule="DefaultPackage" ruleset="Controversial Rules" package="org.apache.jsieve.mailet" class="SieveMailboxMailet" externalInfoUrl="http://pmd.sourceforge.net/rules/controversial.html#DefaultPackage" priority="3">
 Use explicit scoping instead of the default package private level
 </violation>
 </file>

Modified: james/site/trunk/www/jsieve/mailet/project-info.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/jsieve/mailet/project-info.html?rev=722268&r1=722267&r2=722268&view=diff
==============================================================================
--- james/site/trunk/www/jsieve/mailet/project-info.html (original)
+++ james/site/trunk/www/jsieve/mailet/project-info.html Mon Dec  1 14:33:02 2008
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 11/30/2008
+        Last Published: 12/01/2008
                       </div>
             <div class="xright">      <a href="../index.html">JAMES Project</a>
           |
@@ -85,15 +85,11 @@
         <ul>
               
     <li class="none">
-              <a href="main/index.html">Main</a>
+              <a href="index.html">Overview</a>
         </li>
               
     <li class="none">
-              <a href="mailet/index.html">Mailet</a>
-        </li>
-              
-    <li class="none">
-              <a href="util/index.html">Util</a>
+              <a href="mailet-report.html">Catelog</a>
         </li>
               
     <li class="none">
@@ -111,6 +107,109 @@
     <li class="none">
               <a href="http://www.ietf.org/rfc/rfc3028.txt">RFC 3028 (Sieve)</a>
         </li>
+              
+    <li class="none">
+              <a href="doap_apache-jsieve-mailet.rdf">DOAP</a>
+        </li>
+          </ul>
+          <h5>Project Documentation</h5>
+        <ul>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+            <li class="expanded">
+              <strong>Project Information</strong>
+                <ul>
+                  
+    <li class="none">
+              <a href="integration.html">Continuous Integration</a>
+        </li>
+                  
+    <li class="none">
+              <a href="dependencies.html">Dependencies</a>
+        </li>
+                  
+    <li class="none">
+              <a href="dependency-convergence.html">Dependency Convergence</a>
+        </li>
+                  
+    <li class="none">
+              <a href="issue-tracking.html">Issue Tracking</a>
+        </li>
+                  
+    <li class="none">
+              <a href="mail-lists.html">Mailing Lists</a>
+        </li>
+                  
+    <li class="none">
+              <a href="plugin-management.html">Plugin Management</a>
+        </li>
+                  
+    <li class="none">
+              <a href="license.html">Project License</a>
+        </li>
+                  
+    <li class="none">
+              <a href="plugins.html">Project Plugins</a>
+        </li>
+                  
+    <li class="none">
+              <a href="project-summary.html">Project Summary</a>
+        </li>
+                  
+    <li class="none">
+              <a href="team-list.html">Project Team</a>
+        </li>
+                  
+    <li class="none">
+              <a href="source-repository.html">Source Repository</a>
+        </li>
+              </ul>
+        </li>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="collapsed">
+              <a href="project-reports.html">Project Reports</a>
+              </li>
           </ul>
           <h5>Useful Information</h5>
         <ul>
@@ -171,9 +270,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Project Information</h2><p>This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by <a href="http://maven.apache.org">Maven</a> on behalf of the project.</p><div class="section"><h3>Overview</h3><table class="bodyTable"><tr class="a"><th>Document</th><th>Description</th></tr><tr class="b"><td><a href="index.html">About</a></td><td>Apache jSieve is a server side mail filtering system 
-implementing RFC3028. Apache jSieve is developed by the 
-JAMES project.</td></tr><tr class="a"><td><a href="dependencies.html">Dependencies</a></td><td>This document lists the project's dependencies and provides information on each dependency.</td></tr><tr class="b"><td><a href="mail-lists.html">Mailing Lists</a></td><td>This document provides subscription and archive information for this project's mailing lists.</td></tr><tr class="a"><td><a href="source-repository.html">Source Repository</a></td><td>This is a link to the online source repository that can be viewed via a web browser.</td></tr><tr class="b"><td><a href="dependency-convergence.html">Dependency Convergence</a></td><td>This document presents the convergence of dependency versions across the entire project, and its sub modules.</td></tr><tr class="a"><td><a href="license.html">Project License</a></td><td>This is a link to the definitions of project licenses.</td></tr><tr class="b"><td><a href="plugin-management.html">Plugin Management</a></td><td>This document lists t
 he plugins that are defined through pluginManagement.</td></tr><tr class="a"><td><a href="team-list.html">Project Team</a></td><td>This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.</td></tr><tr class="b"><td><a href="integration.html">Continuous Integration</a></td><td>This is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.</td></tr><tr class="a"><td><a href="project-summary.html">Project Summary</a></td><td>This document lists other related information of this project</td></tr><tr class="b"><td><a href="issue-tracking.html">Issue Tracking</a></td><td>This is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link.</td></tr><tr class="a"><td><a href="plugins.html">Project Plugins</a></td><td>This document lists the bu
 ild plugins and the report plugins used by this project.</td></tr></table></div></div>
+        <div class="section"><h2>Project Information</h2><p>This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by <a href="http://maven.apache.org">Maven</a> on behalf of the project.</p><div class="section"><h3>Overview</h3><table class="bodyTable"><tr class="a"><th>Document</th><th>Description</th></tr><tr class="b"><td><a href="integration.html">Continuous Integration</a></td><td>This is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.</td></tr><tr class="a"><td><a href="dependencies.html">Dependencies</a></td><td>This document lists the project's dependencies and provides information on each dependency.</td></tr><tr class="b"><td><a href="dependency-convergence.html">Dependency Convergence</a></td><td>This document presents the convergence of dependency versions across the entire p
 roject, and its sub modules.</td></tr><tr class="a"><td><a href="issue-tracking.html">Issue Tracking</a></td><td>This is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link.</td></tr><tr class="b"><td><a href="mail-lists.html">Mailing Lists</a></td><td>This document provides subscription and archive information for this project's mailing lists.</td></tr><tr class="a"><td><a href="plugin-management.html">Plugin Management</a></td><td>This document lists the plugins that are defined through pluginManagement.</td></tr><tr class="b"><td><a href="license.html">Project License</a></td><td>This is a link to the definitions of project licenses.</td></tr><tr class="a"><td><a href="plugins.html">Project Plugins</a></td><td>This document lists the build plugins and the report plugins used by this project.</td></tr><tr class="b"><td><a href="project-summary.html">Project Summary</a></td><td>This docu
 ment lists other related information of this project</td></tr><tr class="a"><td><a href="team-list.html">Project Team</a></td><td>This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.</td></tr><tr class="b"><td><a href="source-repository.html">Source Repository</a></td><td>This is a link to the online source repository that can be viewed via a web browser.</td></tr></table></div></div>
       </div>
     </div>
     <div class="clear">

Modified: james/site/trunk/www/jsieve/mailet/project-reports.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/jsieve/mailet/project-reports.html?rev=722268&r1=722267&r2=722268&view=diff
==============================================================================
--- james/site/trunk/www/jsieve/mailet/project-reports.html (original)
+++ james/site/trunk/www/jsieve/mailet/project-reports.html Mon Dec  1 14:33:02 2008
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 11/30/2008
+        Last Published: 12/01/2008
                       </div>
             <div class="xright">      <a href="../index.html">JAMES Project</a>
           |
@@ -85,15 +85,11 @@
         <ul>
               
     <li class="none">
-              <a href="main/index.html">Main</a>
+              <a href="index.html">Overview</a>
         </li>
               
     <li class="none">
-              <a href="mailet/index.html">Mailet</a>
-        </li>
-              
-    <li class="none">
-              <a href="util/index.html">Util</a>
+              <a href="mailet-report.html">Catelog</a>
         </li>
               
     <li class="none">
@@ -111,6 +107,97 @@
     <li class="none">
               <a href="http://www.ietf.org/rfc/rfc3028.txt">RFC 3028 (Sieve)</a>
         </li>
+              
+    <li class="none">
+              <a href="doap_apache-jsieve-mailet.rdf">DOAP</a>
+        </li>
+          </ul>
+          <h5>Project Documentation</h5>
+        <ul>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="collapsed">
+              <a href="project-info.html">Project Information</a>
+              </li>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+            <li class="expanded">
+              <strong>Project Reports</strong>
+                <ul>
+                  
+    <li class="none">
+              <a href="cpd.html">CPD Report</a>
+        </li>
+                  
+    <li class="none">
+              <a href="apidocs/index.html">JavaDocs</a>
+        </li>
+                  
+    <li class="none">
+              <a href="mailet-report.html">Mailet Reference</a>
+        </li>
+                  
+    <li class="none">
+              <a href="pmd.html">PMD Report</a>
+        </li>
+                  
+    <li class="none">
+              <a href="rat-report.html">RAT Report</a>
+        </li>
+                  
+    <li class="none">
+              <a href="xref/index.html">Source Xref</a>
+        </li>
+                  
+    <li class="none">
+              <a href="surefire-report.html">Surefire Report</a>
+        </li>
+                  
+    <li class="none">
+              <a href="taglist.html">Tag List</a>
+        </li>
+              </ul>
+        </li>
           </ul>
           <h5>Useful Information</h5>
         <ul>
@@ -171,7 +258,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>Generated Reports</h2><p>This document provides an overview of the various reports that are automatically generated by <a href="http://maven.apache.org">Maven</a> Each report is briefly described below.</p><div class="section"><h3>Overview</h3><table class="bodyTable"><tr class="a"><th>Document</th><th>Description</th></tr><tr class="b"><td><a href="pmd.html">PMD Report</a></td><td>Verification of coding rules.</td></tr><tr class="a"><td><a href="surefire-report.html">Surefire Report</a></td><td>Report on the test results of the project.</td></tr><tr class="b"><td><a href="cpd.html">CPD Report</a></td><td>Duplicate code detection.</td></tr><tr class="a"><td><a href="taglist.html">Tag List</a></td><td>Report on various tags found in the code.</td></tr><tr class="b"><td><a href="apidocs/index.html">JavaDocs</a></td><td>JavaDoc API documentation.</td></tr><tr class="a"><td><a href="rat-report.html">RAT Report</a></td><td>Report on compliance to 
 license related source code policies</td></tr><tr class="b"><td><a href="xref/index.html">Source Xref</a></td><td>HTML based, cross-reference version of Java source code.</td></tr></table></div></div>
+        <div class="section"><h2>Generated Reports</h2><p>This document provides an overview of the various reports that are automatically generated by <a href="http://maven.apache.org">Maven</a> Each report is briefly described below.</p><div class="section"><h3>Overview</h3><table class="bodyTable"><tr class="a"><th>Document</th><th>Description</th></tr><tr class="b"><td><a href="cpd.html">CPD Report</a></td><td>Duplicate code detection.</td></tr><tr class="a"><td><a href="apidocs/index.html">JavaDocs</a></td><td>JavaDoc API documentation.</td></tr><tr class="b"><td><a href="mailet-report.html">Mailet Reference</a></td><td>Documentation about bundled mailets</td></tr><tr class="a"><td><a href="pmd.html">PMD Report</a></td><td>Verification of coding rules.</td></tr><tr class="b"><td><a href="rat-report.html">RAT Report</a></td><td>Report on compliance to license related source code policies</td></tr><tr class="a"><td><a href="xref/index.html">Source Xref</a></td><td>HTML ba
 sed, cross-reference version of Java source code.</td></tr><tr class="b"><td><a href="surefire-report.html">Surefire Report</a></td><td>Report on the test results of the project.</td></tr><tr class="a"><td><a href="taglist.html">Tag List</a></td><td>Report on various tags found in the code.</td></tr></table></div></div>
       </div>
     </div>
     <div class="clear">

Modified: james/site/trunk/www/jsieve/mailet/project-summary.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/jsieve/mailet/project-summary.html?rev=722268&r1=722267&r2=722268&view=diff
==============================================================================
--- james/site/trunk/www/jsieve/mailet/project-summary.html (original)
+++ james/site/trunk/www/jsieve/mailet/project-summary.html Mon Dec  1 14:33:02 2008
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 11/30/2008
+        Last Published: 12/01/2008
                       </div>
             <div class="xright">      <a href="../index.html">JAMES Project</a>
           |
@@ -85,15 +85,11 @@
         <ul>
               
     <li class="none">
-              <a href="main/index.html">Main</a>
+              <a href="index.html">Overview</a>
         </li>
               
     <li class="none">
-              <a href="mailet/index.html">Mailet</a>
-        </li>
-              
-    <li class="none">
-              <a href="util/index.html">Util</a>
+              <a href="mailet-report.html">Catelog</a>
         </li>
               
     <li class="none">
@@ -111,6 +107,109 @@
     <li class="none">
               <a href="http://www.ietf.org/rfc/rfc3028.txt">RFC 3028 (Sieve)</a>
         </li>
+              
+    <li class="none">
+              <a href="doap_apache-jsieve-mailet.rdf">DOAP</a>
+        </li>
+          </ul>
+          <h5>Project Documentation</h5>
+        <ul>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+            
+            
+      
+            
+      
+              
+            <li class="expanded">
+              <a href="project-info.html">Project Information</a>
+                <ul>
+                  
+    <li class="none">
+              <a href="integration.html">Continuous Integration</a>
+        </li>
+                  
+    <li class="none">
+              <a href="dependencies.html">Dependencies</a>
+        </li>
+                  
+    <li class="none">
+              <a href="dependency-convergence.html">Dependency Convergence</a>
+        </li>
+                  
+    <li class="none">
+              <a href="issue-tracking.html">Issue Tracking</a>
+        </li>
+                  
+    <li class="none">
+              <a href="mail-lists.html">Mailing Lists</a>
+        </li>
+                  
+    <li class="none">
+              <a href="plugin-management.html">Plugin Management</a>
+        </li>
+                  
+    <li class="none">
+              <a href="license.html">Project License</a>
+        </li>
+                  
+    <li class="none">
+              <a href="plugins.html">Project Plugins</a>
+        </li>
+                  
+    <li class="none">
+              <strong>Project Summary</strong>
+        </li>
+                  
+    <li class="none">
+              <a href="team-list.html">Project Team</a>
+        </li>
+                  
+    <li class="none">
+              <a href="source-repository.html">Source Repository</a>
+        </li>
+              </ul>
+        </li>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="collapsed">
+              <a href="project-reports.html">Project Reports</a>
+              </li>
           </ul>
           <h5>Useful Information</h5>
         <ul>

Modified: james/site/trunk/www/jsieve/mailet/rat-report.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/jsieve/mailet/rat-report.html?rev=722268&r1=722267&r2=722268&view=diff
==============================================================================
--- james/site/trunk/www/jsieve/mailet/rat-report.html (original)
+++ james/site/trunk/www/jsieve/mailet/rat-report.html Mon Dec  1 14:33:02 2008
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 11/30/2008
+        Last Published: 12/01/2008
                       </div>
             <div class="xright">      <a href="../index.html">JAMES Project</a>
           |
@@ -85,15 +85,11 @@
         <ul>
               
     <li class="none">
-              <a href="main/index.html">Main</a>
+              <a href="index.html">Overview</a>
         </li>
               
     <li class="none">
-              <a href="mailet/index.html">Mailet</a>
-        </li>
-              
-    <li class="none">
-              <a href="util/index.html">Util</a>
+              <a href="mailet-report.html">Catelog</a>
         </li>
               
     <li class="none">
@@ -111,6 +107,97 @@
     <li class="none">
               <a href="http://www.ietf.org/rfc/rfc3028.txt">RFC 3028 (Sieve)</a>
         </li>
+              
+    <li class="none">
+              <a href="doap_apache-jsieve-mailet.rdf">DOAP</a>
+        </li>
+          </ul>
+          <h5>Project Documentation</h5>
+        <ul>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="collapsed">
+              <a href="project-info.html">Project Information</a>
+              </li>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+            
+            
+      
+            
+      
+            
+      
+              
+            <li class="expanded">
+              <a href="project-reports.html">Project Reports</a>
+                <ul>
+                  
+    <li class="none">
+              <a href="cpd.html">CPD Report</a>
+        </li>
+                  
+    <li class="none">
+              <a href="apidocs/index.html">JavaDocs</a>
+        </li>
+                  
+    <li class="none">
+              <a href="mailet-report.html">Mailet Reference</a>
+        </li>
+                  
+    <li class="none">
+              <a href="pmd.html">PMD Report</a>
+        </li>
+                  
+    <li class="none">
+              <strong>RAT Report</strong>
+        </li>
+                  
+    <li class="none">
+              <a href="xref/index.html">Source Xref</a>
+        </li>
+                  
+    <li class="none">
+              <a href="surefire-report.html">Surefire Report</a>
+        </li>
+                  
+    <li class="none">
+              <a href="taglist.html">Tag List</a>
+        </li>
+              </ul>
+        </li>
           </ul>
           <h5>Useful Information</h5>
         <ul>
@@ -178,9 +265,9 @@
 Notes: 2
 Binaries: 2
 Archives: 0
-Standards: 15
+Standards: 17
 
-Apache Licensed: 15
+Apache Licensed: 17
 Generated Documents: 0
 
 JavaDocs are generated and so license header is optional
@@ -201,6 +288,8 @@
   AL    /opt/development/workspace/jsieve/mailet/pom.xml
   B     /opt/development/workspace/jsieve/mailet/src/site/resources/images/asf-logo-reduced.gif
   B     /opt/development/workspace/jsieve/mailet/src/site/resources/images/james-jsieve-logo.gif
+  AL    /opt/development/workspace/jsieve/mailet/src/site/xdoc/index.xml
+  AL    /opt/development/workspace/jsieve/mailet/src/site/site.xml
   AL    /opt/development/workspace/jsieve/mailet/src/main/resources/sieveConfig.xml
   AL    /opt/development/workspace/jsieve/mailet/src/main/resources/org/apache/james/transport/JamesMailetLoader.xinfo
   AL    /opt/development/workspace/jsieve/mailet/src/main/resources/org/apache/james/transport/JamesMatcherLoader.xinfo

Modified: james/site/trunk/www/jsieve/mailet/source-repository.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/jsieve/mailet/source-repository.html?rev=722268&r1=722267&r2=722268&view=diff
==============================================================================
--- james/site/trunk/www/jsieve/mailet/source-repository.html (original)
+++ james/site/trunk/www/jsieve/mailet/source-repository.html Mon Dec  1 14:33:02 2008
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 11/30/2008
+        Last Published: 12/01/2008
                       </div>
             <div class="xright">      <a href="../index.html">JAMES Project</a>
           |
@@ -85,15 +85,11 @@
         <ul>
               
     <li class="none">
-              <a href="main/index.html">Main</a>
+              <a href="index.html">Overview</a>
         </li>
               
     <li class="none">
-              <a href="mailet/index.html">Mailet</a>
-        </li>
-              
-    <li class="none">
-              <a href="util/index.html">Util</a>
+              <a href="mailet-report.html">Catelog</a>
         </li>
               
     <li class="none">
@@ -111,6 +107,109 @@
     <li class="none">
               <a href="http://www.ietf.org/rfc/rfc3028.txt">RFC 3028 (Sieve)</a>
         </li>
+              
+    <li class="none">
+              <a href="doap_apache-jsieve-mailet.rdf">DOAP</a>
+        </li>
+          </ul>
+          <h5>Project Documentation</h5>
+        <ul>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+            
+              
+            <li class="expanded">
+              <a href="project-info.html">Project Information</a>
+                <ul>
+                  
+    <li class="none">
+              <a href="integration.html">Continuous Integration</a>
+        </li>
+                  
+    <li class="none">
+              <a href="dependencies.html">Dependencies</a>
+        </li>
+                  
+    <li class="none">
+              <a href="dependency-convergence.html">Dependency Convergence</a>
+        </li>
+                  
+    <li class="none">
+              <a href="issue-tracking.html">Issue Tracking</a>
+        </li>
+                  
+    <li class="none">
+              <a href="mail-lists.html">Mailing Lists</a>
+        </li>
+                  
+    <li class="none">
+              <a href="plugin-management.html">Plugin Management</a>
+        </li>
+                  
+    <li class="none">
+              <a href="license.html">Project License</a>
+        </li>
+                  
+    <li class="none">
+              <a href="plugins.html">Project Plugins</a>
+        </li>
+                  
+    <li class="none">
+              <a href="project-summary.html">Project Summary</a>
+        </li>
+                  
+    <li class="none">
+              <a href="team-list.html">Project Team</a>
+        </li>
+                  
+    <li class="none">
+              <strong>Source Repository</strong>
+        </li>
+              </ul>
+        </li>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="collapsed">
+              <a href="project-reports.html">Project Reports</a>
+              </li>
           </ul>
           <h5>Useful Information</h5>
         <ul>

Modified: james/site/trunk/www/jsieve/mailet/surefire-report.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/jsieve/mailet/surefire-report.html?rev=722268&r1=722267&r2=722268&view=diff
==============================================================================
--- james/site/trunk/www/jsieve/mailet/surefire-report.html (original)
+++ james/site/trunk/www/jsieve/mailet/surefire-report.html Mon Dec  1 14:33:02 2008
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 11/30/2008
+        Last Published: 12/01/2008
                       </div>
             <div class="xright">      <a href="../index.html">JAMES Project</a>
           |
@@ -85,15 +85,11 @@
         <ul>
               
     <li class="none">
-              <a href="main/index.html">Main</a>
+              <a href="index.html">Overview</a>
         </li>
               
     <li class="none">
-              <a href="mailet/index.html">Mailet</a>
-        </li>
-              
-    <li class="none">
-              <a href="util/index.html">Util</a>
+              <a href="mailet-report.html">Catelog</a>
         </li>
               
     <li class="none">
@@ -111,6 +107,97 @@
     <li class="none">
               <a href="http://www.ietf.org/rfc/rfc3028.txt">RFC 3028 (Sieve)</a>
         </li>
+              
+    <li class="none">
+              <a href="doap_apache-jsieve-mailet.rdf">DOAP</a>
+        </li>
+          </ul>
+          <h5>Project Documentation</h5>
+        <ul>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="collapsed">
+              <a href="project-info.html">Project Information</a>
+              </li>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+            
+            
+      
+              
+            <li class="expanded">
+              <a href="project-reports.html">Project Reports</a>
+                <ul>
+                  
+    <li class="none">
+              <a href="cpd.html">CPD Report</a>
+        </li>
+                  
+    <li class="none">
+              <a href="apidocs/index.html">JavaDocs</a>
+        </li>
+                  
+    <li class="none">
+              <a href="mailet-report.html">Mailet Reference</a>
+        </li>
+                  
+    <li class="none">
+              <a href="pmd.html">PMD Report</a>
+        </li>
+                  
+    <li class="none">
+              <a href="rat-report.html">RAT Report</a>
+        </li>
+                  
+    <li class="none">
+              <a href="xref/index.html">Source Xref</a>
+        </li>
+                  
+    <li class="none">
+              <strong>Surefire Report</strong>
+        </li>
+                  
+    <li class="none">
+              <a href="taglist.html">Tag List</a>
+        </li>
+              </ul>
+        </li>
           </ul>
           <h5>Useful Information</h5>
         <ul>

Modified: james/site/trunk/www/jsieve/mailet/taglist.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/jsieve/mailet/taglist.html?rev=722268&r1=722267&r2=722268&view=diff
==============================================================================
--- james/site/trunk/www/jsieve/mailet/taglist.html (original)
+++ james/site/trunk/www/jsieve/mailet/taglist.html Mon Dec  1 14:33:02 2008
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 11/30/2008
+        Last Published: 12/01/2008
                       </div>
             <div class="xright">      <a href="../index.html">JAMES Project</a>
           |
@@ -85,15 +85,11 @@
         <ul>
               
     <li class="none">
-              <a href="main/index.html">Main</a>
+              <a href="index.html">Overview</a>
         </li>
               
     <li class="none">
-              <a href="mailet/index.html">Mailet</a>
-        </li>
-              
-    <li class="none">
-              <a href="util/index.html">Util</a>
+              <a href="mailet-report.html">Catelog</a>
         </li>
               
     <li class="none">
@@ -111,6 +107,97 @@
     <li class="none">
               <a href="http://www.ietf.org/rfc/rfc3028.txt">RFC 3028 (Sieve)</a>
         </li>
+              
+    <li class="none">
+              <a href="doap_apache-jsieve-mailet.rdf">DOAP</a>
+        </li>
+          </ul>
+          <h5>Project Documentation</h5>
+        <ul>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="collapsed">
+              <a href="project-info.html">Project Information</a>
+              </li>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+            
+              
+            <li class="expanded">
+              <a href="project-reports.html">Project Reports</a>
+                <ul>
+                  
+    <li class="none">
+              <a href="cpd.html">CPD Report</a>
+        </li>
+                  
+    <li class="none">
+              <a href="apidocs/index.html">JavaDocs</a>
+        </li>
+                  
+    <li class="none">
+              <a href="mailet-report.html">Mailet Reference</a>
+        </li>
+                  
+    <li class="none">
+              <a href="pmd.html">PMD Report</a>
+        </li>
+                  
+    <li class="none">
+              <a href="rat-report.html">RAT Report</a>
+        </li>
+                  
+    <li class="none">
+              <a href="xref/index.html">Source Xref</a>
+        </li>
+                  
+    <li class="none">
+              <a href="surefire-report.html">Surefire Report</a>
+        </li>
+                  
+    <li class="none">
+              <strong>Tag List</strong>
+        </li>
+              </ul>
+        </li>
           </ul>
           <h5>Useful Information</h5>
         <ul>

Modified: james/site/trunk/www/jsieve/mailet/team-list.html
URL: http://svn.apache.org/viewvc/james/site/trunk/www/jsieve/mailet/team-list.html?rev=722268&r1=722267&r2=722268&view=diff
==============================================================================
--- james/site/trunk/www/jsieve/mailet/team-list.html (original)
+++ james/site/trunk/www/jsieve/mailet/team-list.html Mon Dec  1 14:33:02 2008
@@ -45,7 +45,7 @@
   
   
             <div class="xleft">
-        Last Published: 11/30/2008
+        Last Published: 12/01/2008
                       </div>
             <div class="xright">      <a href="../index.html">JAMES Project</a>
           |
@@ -85,15 +85,11 @@
         <ul>
               
     <li class="none">
-              <a href="main/index.html">Main</a>
+              <a href="index.html">Overview</a>
         </li>
               
     <li class="none">
-              <a href="mailet/index.html">Mailet</a>
-        </li>
-              
-    <li class="none">
-              <a href="util/index.html">Util</a>
+              <a href="mailet-report.html">Catelog</a>
         </li>
               
     <li class="none">
@@ -111,6 +107,109 @@
     <li class="none">
               <a href="http://www.ietf.org/rfc/rfc3028.txt">RFC 3028 (Sieve)</a>
         </li>
+              
+    <li class="none">
+              <a href="doap_apache-jsieve-mailet.rdf">DOAP</a>
+        </li>
+          </ul>
+          <h5>Project Documentation</h5>
+        <ul>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+            
+            
+      
+              
+            <li class="expanded">
+              <a href="project-info.html">Project Information</a>
+                <ul>
+                  
+    <li class="none">
+              <a href="integration.html">Continuous Integration</a>
+        </li>
+                  
+    <li class="none">
+              <a href="dependencies.html">Dependencies</a>
+        </li>
+                  
+    <li class="none">
+              <a href="dependency-convergence.html">Dependency Convergence</a>
+        </li>
+                  
+    <li class="none">
+              <a href="issue-tracking.html">Issue Tracking</a>
+        </li>
+                  
+    <li class="none">
+              <a href="mail-lists.html">Mailing Lists</a>
+        </li>
+                  
+    <li class="none">
+              <a href="plugin-management.html">Plugin Management</a>
+        </li>
+                  
+    <li class="none">
+              <a href="license.html">Project License</a>
+        </li>
+                  
+    <li class="none">
+              <a href="plugins.html">Project Plugins</a>
+        </li>
+                  
+    <li class="none">
+              <a href="project-summary.html">Project Summary</a>
+        </li>
+                  
+    <li class="none">
+              <strong>Project Team</strong>
+        </li>
+                  
+    <li class="none">
+              <a href="source-repository.html">Source Repository</a>
+        </li>
+              </ul>
+        </li>
+              
+                
+              
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+            
+      
+              
+        <li class="collapsed">
+              <a href="project-reports.html">Project Reports</a>
+              </li>
           </ul>
           <h5>Useful Information</h5>
         <ul>