Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0ED24200C8E for ; Thu, 25 May 2017 01:15:58 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0D4E1160BD0; Wed, 24 May 2017 23:15:58 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 544CA160BB6 for ; Thu, 25 May 2017 01:15:57 +0200 (CEST) Received: (qmail 84347 invoked by uid 500); 24 May 2017 23:15:56 -0000 Mailing-List: contact dev-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list dev@flex.apache.org Received: (qmail 84335 invoked by uid 99); 24 May 2017 23:15:56 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 May 2017 23:15:56 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id A73EAC0D9F for ; Wed, 24 May 2017 23:15:55 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.952 X-Spam-Level: * X-Spam-Status: No, score=1.952 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=2, RCVD_IN_DNSWL_LOW=-0.7, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id tUwwzSkSFekI for ; Wed, 24 May 2017 23:15:53 +0000 (UTC) Received: from icp-osb-irony-out7.external.iinet.net.au (icp-osb-irony-out7.external.iinet.net.au [203.59.1.107]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 859565F5A2 for ; Wed, 24 May 2017 23:15:51 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2CWAQB/EyZZ/42NqXwNUBwBAQQBAQoBAYJuPIENhHubdJgGLIV1AQICg0oBAgEBAQEBAoYsAQEBAgEjWwsPCTUCAleKNxatQWqCJiaLLAEBAQcBAQEBHwWIaIYThBcMMS+CMQWeI4cgjHSKNoZVkAiERoEWSy8gCBoVRhIBglKCEhyBdYomAQEB X-IPAS-Result: A2CWAQB/EyZZ/42NqXwNUBwBAQQBAQoBAYJuPIENhHubdJgGLIV1AQICg0oBAgEBAQEBAoYsAQEBAgEjWwsPCTUCAleKNxatQWqCJiaLLAEBAQcBAQEBHwWIaIYThBcMMS+CMQWeI4cgjHSKNoZVkAiERoEWSy8gCBoVRhIBglKCEhyBdYomAQEB X-IronPort-AV: E=Sophos;i="5.38,388,1491235200"; d="scan'208,217";a="891270036" Received: from unknown (HELO [192.168.0.5]) ([124.169.141.141]) by icp-osb-irony-out7.iinet.net.au with ESMTP; 25 May 2017 07:15:50 +0800 From: Justin Mclean Content-Type: multipart/alternative; boundary="Apple-Mail=_CB83C0BB-5134-49F4-A048-6AD3D30C89CE" Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Contributions / SonarCube (was odd headers) Date: Thu, 25 May 2017 09:15:47 +1000 References: <5C75B156-3F19-48A1-869F-18CC778CD7B6@classsoftware.com> <1495529379997-61767.post@n4.nabble.com> <5F5DEAD2-865F-4E5F-88A6-A7481353A587@classsoftware.com> <52CA9B99-1AF0-4E3F-ADE6-50C08A8BC5B2@c-ware.de> <91C51446-296C-43EC-B5F9-232A7D0488C7@c-ware.de> To: dev@flex.apache.org In-Reply-To: Message-Id: X-Mailer: Apple Mail (2.3273) archived-at: Wed, 24 May 2017 23:15:58 -0000 --Apple-Mail=_CB83C0BB-5134-49F4-A048-6AD3D30C89CE Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Hi, > Absolutely want to see more discussion about the 9 or 13 points from > ApacheCon. I don't agree that discussing trace statements, inlining > constants, and empty constructors will bring in more contributors. > Getting quality releases out encourages more contributors. Well actually the issues above is one of the points on that ApacheCon = list. It about code quality and Sonar Cube reports. SonarCube flags the = above items as critical / major issues. A lot of the things reported by SonarCube are easy to fix and it's a = very easy way for people to contribute especially if they are not = confident in making changes to the SDK or know the code base well. In = some case you wouldn=E2=80=99t even need to know AS or Java well to make = the suggested changes. Now same of these changes are needed, some may not be, and some we = should ignore but you usually uncover issues or bugs when looking at = them - as I did the other day. You may not agree with how it categorised = things and perhaps the reports need some filtering / tuning but if so = lets discuss that here. Here=E2=80=99s the SonarCube links for those interested - and yes it = also scans the framework AS code. https://builds.apache.org/analysis/overview?id=3D2461 https://builds.apache.org/analysis/overview?id=3D20942 There=E2=80=99s currently a large number of issues for those above = projects including a small number of what it thinks are = blocking/critical bugs and security vulnerabilities. It=E2=80=99s also very easy to set up and run locally for people working = on their own FlexJS applications. > Getting some production apps out there will bring in more = contributors. There are several people on this list working on FlexJS applications = myself included. Our application is currently in production (soft = launch) and I gave a talk about the development of it at ApacheCon. Thanks, Justin= --Apple-Mail=_CB83C0BB-5134-49F4-A048-6AD3D30C89CE--