Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-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 CAC7BE307 for ; Mon, 18 Mar 2013 19:07:53 +0000 (UTC) Received: (qmail 58256 invoked by uid 500); 18 Mar 2013 19:07:53 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 58061 invoked by uid 500); 18 Mar 2013 19:07:53 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 58052 invoked by uid 99); 18 Mar 2013 19:07:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Mar 2013 19:07:53 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of simone.tripodi@gmail.com designates 209.85.214.180 as permitted sender) Received: from [209.85.214.180] (HELO mail-ob0-f180.google.com) (209.85.214.180) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Mar 2013 19:07:47 +0000 Received: by mail-ob0-f180.google.com with SMTP id ef5so5574307obb.25 for ; Mon, 18 Mar 2013 12:07:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=NIdY/ujZGXtw/BJn3L2eSdk9L/xZoOW15454nT0JClk=; b=w68+FRqj2lD4F6fYyjrC94f3ZcGeoMaXCygPjjr/ytoAmO2J3L0b7L77Sb3KAFT2n8 8q8hvppSdlgwAjaTaPr8495fdMoerfOyajqR1MUXLeJS6VusTVySakihNtMIaZ3fyiBk ZbMhPtp18tnFsnNRJoUUydS81MmBY/uQKeoHt9KnwIovvJ579dmIU1cn8TNBgt++kvwm XnMofVjG5dWEvGQhkoo26MuFh6J3f59m/Sw/Df4Mfd0D9FYlIbNuUpLFeCeFLXdtXyBV JLSTGncxGI1zrM9ehaoycxGC6iGV3Q8IBij30rS0eyo2luP5hWMhx2oX9R8ftWFNVwFC vIVA== MIME-Version: 1.0 X-Received: by 10.182.223.34 with SMTP id qr2mr7355035obc.58.1363633646670; Mon, 18 Mar 2013 12:07:26 -0700 (PDT) Sender: simone.tripodi@gmail.com Received: by 10.60.28.234 with HTTP; Mon, 18 Mar 2013 12:07:26 -0700 (PDT) In-Reply-To: References: <20130318171109.5115123888FE@eris.apache.org> Date: Mon, 18 Mar 2013 20:07:26 +0100 X-Google-Sender-Auth: UEzqNrpEgteCeFo6fEIWzpDYjRE Message-ID: Subject: Re: svn commit: r1457869 - /commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/CollectionUtilsTest.java From: Simone Tripodi To: Commons Developers List Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org > Well, it could be recoded like this: > > return !(o1.intValue() % 2 == 0 ^ o2.intValue() % 2 == 0); > > which is not really clearer but it is fewer chars.. > > Gary > well, looks smart to me! :) http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org