Author: buildbot
Date: Wed Feb 25 14:08:28 2015
New Revision: 941453

Log:
Staging update by buildbot for sling

Modified:
    websites/staging/sling/trunk/content/   (props changed)
    websites/staging/sling/trunk/content/documentation/development/jsr-305.html

Propchange: websites/staging/sling/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Feb 25 14:08:28 2015
@@ -1 +1 @@
-1661706
+1662216

Modified: 
websites/staging/sling/trunk/content/documentation/development/jsr-305.html
==============================================================================
--- websites/staging/sling/trunk/content/documentation/development/jsr-305.html 
(original)
+++ websites/staging/sling/trunk/content/documentation/development/jsr-305.html 
Wed Feb 25 14:08:28 2015
@@ -136,8 +136,12 @@ Also the annotations need to be configur
   <span class="nt">&lt;/executions&gt;</span>
 <span class="nt">&lt;/plugin&gt;</span>
 </pre></div>
+
+
+<p>This example only runs those checks which are related to null checks. A 
complete list of visitors class names in Findbugs can be found in the <a 
href="https://code.google.com/p/findbugs/source/browse/#git%2Ffindbugs%2Fsrc%2Fjava%2Fedu%2Fumd%2Fcs%2Ffindbugs%2Fdetect%253Fstate%253Dclosed";>sourcecode</a>.
 The according <a 
href="http://findbugs.sourceforge.net/bugDescriptions.html";>bug patterns</a> 
have an identifier (in parenthesis) for which you can search in the according 
Java classes, in case you want to extend the checks.</p>
+<p>The results are often very imprecise (<a 
href="http://jira.codehaus.org/browse/MFINDBUGS-208";>MFINDBUGS-208</a>), 
especially when it comes to line numbers, therefore it is best to start the 
Findbugs GUI in case of errors found by this plugin via <code>mvn 
findbugs:gui</code>.</p>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; 
text-align: right;">
-        Rev. 1661085 by kwin on Fri, 20 Feb 2015 10:46:50 +0000
+        Rev. 1662216 by kwin on Wed, 25 Feb 2015 14:08:15 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Sling, Sling, Apache, the Apache feather logo, and the Apache 
Sling project


Reply via email to