Return-Path: X-Original-To: apmail-pivot-dev-archive@www.apache.org Delivered-To: apmail-pivot-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 50C1B9946 for ; Tue, 10 Apr 2012 15:39:57 +0000 (UTC) Received: (qmail 93654 invoked by uid 500); 10 Apr 2012 15:39:57 -0000 Delivered-To: apmail-pivot-dev-archive@pivot.apache.org Received: (qmail 93629 invoked by uid 500); 10 Apr 2012 15:39:57 -0000 Mailing-List: contact dev-help@pivot.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pivot.apache.org Delivered-To: mailing list dev@pivot.apache.org Received: (qmail 93621 invoked by uid 99); 10 Apr 2012 15:39:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Apr 2012 15:39:57 +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 noelgrandin@gmail.com designates 209.85.210.182 as permitted sender) Received: from [209.85.210.182] (HELO mail-iy0-f182.google.com) (209.85.210.182) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Apr 2012 15:39:49 +0000 Received: by iahk25 with SMTP id k25so10086093iah.13 for ; Tue, 10 Apr 2012 08:39:28 -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=oggKyjcq3H8YTvCu/ks4tFnCxi+r5j/lvOAfEcvXDFI=; b=hSIGEPAbqmFCT71JGqpvYjWU3ERodYGwMvGfGqdnuvP5mjSTtDssxHvXCNHNHJtmFI f4VI/bCVrOsMgYyLBDY4z0fky4j5qmNJ8uMj6gNVuMfNo1Sm/8Z9q8m2czQZVZJKcRES p5eaEAbNZ+r7L3GlPSOvQ47FcKjAbqLfOLcixYH5Xq7CQ4vcDq9LHuMrBtqJAE+TuQeI y9xrBUjvMAnvry6JLuwbgH/vKwnBkeVPHz3rOuf0RHc5/8nvsTDKffbeJTLch4fDNoKE uj4Of3Tf2q5QedY6ghqBC2/pGA/LOEF9vT36jIOYheiKxY6UAVLxt1pxjfgJ4memo5yV gvjg== Received: by 10.42.141.131 with SMTP id o3mr7205367icu.1.1334072368760; Tue, 10 Apr 2012 08:39:28 -0700 (PDT) MIME-Version: 1.0 Received: by 10.42.167.199 with HTTP; Tue, 10 Apr 2012 08:38:48 -0700 (PDT) In-Reply-To: References: From: Noel Grandin Date: Tue, 10 Apr 2012 17:38:48 +0200 Message-ID: Subject: Re: checks To: dev@pivot.apache.org Content-Type: text/plain; charset=ISO-8859-1 Your verifyXXX changes look fine. I suspect you are getting an exception because you have Piotr's clearActive() change in your workspace.... On Tue, Apr 10, 2012 at 15:06, Sandro Martini wrote: > Another info on this: > > in ArrayList, what do you think instead of use "length - 1" in many > places, to add another method (private or maybe protected) to do this > stuff, like getLastIndex() or similar ? > Then maybe a similar thing even in other classes ... > > Comments ? > > Bye