You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by bu...@apache.org on 2014/07/27 15:02:13 UTC

svn commit: r917554 - in /websites/staging/pdfbox/trunk/content: ./ codingconventions.html

Author: buildbot
Date: Sun Jul 27 13:02:13 2014
New Revision: 917554

Log:
Staging update by buildbot for pdfbox

Modified:
    websites/staging/pdfbox/trunk/content/   (props changed)
    websites/staging/pdfbox/trunk/content/codingconventions.html

Propchange: websites/staging/pdfbox/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Jul 27 13:02:13 2014
@@ -1 +1 @@
-1613622
+1613784

Modified: websites/staging/pdfbox/trunk/content/codingconventions.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/codingconventions.html (original)
+++ websites/staging/pdfbox/trunk/content/codingconventions.html Sun Jul 27 13:02:13 2014
@@ -201,7 +201,11 @@ characters or align with the expression 
 (Window->Preferences, go to Java->Code Style->Formatter and click "Import...").
 Once you have done this you can reformat your code by using Source-&gt;Format (Ctrl+Shift+F).</p>
 <p>Also note that Eclipse will automatically format your import statements appropriately when 
-you invoke Source -&gt; Organize Imports (Ctrl+Shift+O).</p> 
+you invoke Source -&gt; Organize Imports (Ctrl+Shift+O).</p>
+<h3 id="code-analysis-using-sonarqube">Code analysis using SonarQube</h3>
+<p>The ASF hosts a SonarQube instance to automatically perform a code analysis of apache projects. 
+PDFBox has its own <a href="https://analysis.apache.org/dashboard/index/org.apache.pdfbox:pdfbox-reactor">Sonar instance</a>
+for quite some time which delivers some useful information about possible more or less critical issues.</p> 
             </div>
         </div>
     </div>