Return-Path: X-Original-To: apmail-flex-dev-archive@www.apache.org Delivered-To: apmail-flex-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 68D9518EDD for ; Wed, 10 Jun 2015 11:00:25 +0000 (UTC) Received: (qmail 8355 invoked by uid 500); 10 Jun 2015 11:00:24 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 8321 invoked by uid 500); 10 Jun 2015 11:00:24 -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 8308 invoked by uid 99); 10 Jun 2015 11:00:24 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jun 2015 11:00:24 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 02A5F1827EA for ; Wed, 10 Jun 2015 11:00:24 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.88 X-Spam-Level: ** X-Spam-Status: No, score=2.88 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id ZMbh_pJuLNNz for ; Wed, 10 Jun 2015 11:00:18 +0000 (UTC) Received: from mail-la0-f42.google.com (mail-la0-f42.google.com [209.85.215.42]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 2F38442AC5 for ; Wed, 10 Jun 2015 11:00:18 +0000 (UTC) Received: by labpy14 with SMTP id py14so30376116lab.0 for ; Wed, 10 Jun 2015 04:00:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=OoU82L+xvqACdRXmQm1wFXara5Gfu0SREaWo4XwHZpo=; b=pJryuC8BNsEhnLLHYynwIY50xEEpTeNmOMJKSd3HdVvOX9mP3jzx6bRVCDT1H6nNMy e0EOL+NzG23m/3CfVfqCgR8lOLlAS/gquZKb4fqohMNH9cYJO0QaLEL2TINHFtgV7yq3 CEWWu/lP2GyGNisL1PZKqvtT77tMz1fDsn92APcI2bC8NnlLxWZgyLEXBMpNO7oU3s/b oXGP5mpdIOCTUoFfO4hdjT48Gc2t44IZmGNLb/GFtCRSQQzE/A0JNx284G+KprKGzGL1 VgdJfdTEXmaRCMU9/XFB+tVQt+JcJ0RVeBedHWoDG53Rb98XXq7vmaRx34AktkSDMTjj gn1A== X-Received: by 10.112.166.132 with SMTP id zg4mr3030794lbb.3.1433934011256; Wed, 10 Jun 2015 04:00:11 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.149.132 with HTTP; Wed, 10 Jun 2015 03:59:50 -0700 (PDT) In-Reply-To: References: <5576E0A0.1070500@gmail.com> <557768B4.5010306@gmail.com> From: Mihai Chira Date: Wed, 10 Jun 2015 12:59:50 +0200 Message-ID: Subject: Re: Can we unify spark and mx Sort and SortField? To: "dev@flex.apache.org" Content-Type: multipart/alternative; boundary=001a11349a6e5f558e051827c79b --001a11349a6e5f558e051827c79b Content-Type: text/plain; charset=UTF-8 Great points, thanks all. Does anyone know how I can check which swcs are included in mx-only projects and which in spark-only projects, so I can see where I can put the common functionality if that's the route I / we'll choose? Thanks. On 10 June 2015 at 12:40, Kessler CTR Mark J wrote: > Issues I see or agree with. > > -MX only or Spark only projects. > -Inheritance of these classes / child classes. > -Possible different behavior. > > > > -Mark > --001a11349a6e5f558e051827c79b--