Return-Path: X-Original-To: apmail-pdfbox-commits-archive@www.apache.org Delivered-To: apmail-pdfbox-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2766511894 for ; Sun, 27 Jul 2014 13:02:16 +0000 (UTC) Received: (qmail 5316 invoked by uid 500); 27 Jul 2014 13:02:16 -0000 Delivered-To: apmail-pdfbox-commits-archive@pdfbox.apache.org Received: (qmail 5292 invoked by uid 500); 27 Jul 2014 13:02:16 -0000 Mailing-List: contact commits-help@pdfbox.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pdfbox.apache.org Delivered-To: mailing list commits@pdfbox.apache.org Received: (qmail 5279 invoked by uid 99); 27 Jul 2014 13:02:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Jul 2014 13:02:16 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Jul 2014 13:02:16 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 8D5632388831; Sun, 27 Jul 2014 13:01:51 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1613784 - /pdfbox/cmssite/trunk/content/codingconventions.mdtext Date: Sun, 27 Jul 2014 13:01:51 -0000 To: commits@pdfbox.apache.org From: lehmi@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140727130151.8D5632388831@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: lehmi Date: Sun Jul 27 13:01:51 2014 New Revision: 1613784 URL: http://svn.apache.org/r1613784 Log: added a link to the PDFBox SonarQube instance Modified: pdfbox/cmssite/trunk/content/codingconventions.mdtext Modified: pdfbox/cmssite/trunk/content/codingconventions.mdtext URL: http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/codingconventions.mdtext?rev=1613784&r1=1613783&r2=1613784&view=diff ============================================================================== --- pdfbox/cmssite/trunk/content/codingconventions.mdtext (original) +++ pdfbox/cmssite/trunk/content/codingconventions.mdtext Sun Jul 27 13:01:51 2014 @@ -67,4 +67,10 @@ Once you have done this you can reformat Also note that Eclipse will automatically format your import statements appropriately when you invoke Source -> Organize Imports (Ctrl+Shift+O). +### Code analysis using SonarQube + +The ASF hosts a SonarQube instance to automatically perform a code analysis of apache projects. +PDFBox has its own [Sonar instance](https://analysis.apache.org/dashboard/index/org.apache.pdfbox:pdfbox-reactor) +for quite some time which delivers some useful information about possible more or less critical issues. +