Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 64914 invoked from network); 18 Apr 2011 03:48:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Apr 2011 03:48:37 -0000 Received: (qmail 36938 invoked by uid 500); 18 Apr 2011 03:48:37 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 36849 invoked by uid 500); 18 Apr 2011 03:48:37 -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 36841 invoked by uid 99); 18 Apr 2011 03:48:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Apr 2011 03:48:33 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of flamefew@gmail.com designates 209.85.216.43 as permitted sender) Received: from [209.85.216.43] (HELO mail-qw0-f43.google.com) (209.85.216.43) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Apr 2011 03:48:29 +0000 Received: by qwf6 with SMTP id 6so2900383qwf.30 for ; Sun, 17 Apr 2011 20:48:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=ffUNGBlFrVPtO3pmZE5WujH98ALIMX5j45fzEb5s4r4=; b=iVR/q4/SXrjNQvLwI7hh/cqKC0UTfu0WGMWamyb7agJoLmauoG83mDzmemgTcyNJEd IbtMv1AeJ4fDNAfZhAYuWVvLILTASYY9pIkSXwOqyqfm2Tzk58UFLze0Ff4snrpBL/ZU ZNxUq7w5qWYQRWdL7Btr4AX8j4Zxx0lLFMLTc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=M4w6ic3iTcaSfvZHLzVkBRuq4hhYiVAEm9VDaOVivwbz97RH+TkmeQn3HPKjqBKSxm emm/RLZJkrXwqld31uoPho4DK+k3uKUT4tYJ0CsV+6NxSqVHtjyZWhodDzumI89Lefz0 XWsk6o8YpTeoHROeqEatSZjuRLDWoqVRA1xYA= MIME-Version: 1.0 Received: by 10.229.88.197 with SMTP id b5mr3092440qcm.226.1303098488416; Sun, 17 Apr 2011 20:48:08 -0700 (PDT) Received: by 10.229.95.130 with HTTP; Sun, 17 Apr 2011 20:48:08 -0700 (PDT) In-Reply-To: References: Date: Sun, 17 Apr 2011 20:48:08 -0700 Message-ID: Subject: Re: [lang] Remaining interesting varargs list From: Henri Yandell To: Gary Gregory Cc: Commons Developers List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I fixed a few and decided the rest were 'good'. Hen On Fri, Apr 15, 2011 at 7:35 PM, Gary Gregory wrot= e: > Yes, vararg away! :) > > Gary > > On Fri, Apr 15, 2011 at 5:53 PM, Henri Yandell wrote= : >> >> I think this is the remaining list of things that might be interesting >> for varargs: >> >> $ findj src/main/java/ | xg '\[\][^,(]*)' | grep 'public static' | >> grep -v ArrayUtils.java | grep -v NumberUtils.java | grep -v IEEE | >> grep -v EntityArrays.java | grep -v ExceptionUtils.java | grep -v >> ConstructorUtils.java | grep -v replaceEach | grep -v >> SerializationUtils >> >> src/main/java//org/apache/commons/lang3/reflect/TypeUtils.java: >> public static Type[] normalizeUpperBounds(Type[] bounds) { >> src/main/java//org/apache/commons/lang3/StringUtils.java: =A0 =A0public >> static boolean containsAny(CharSequence cs, char[] searchChars) { >> src/main/java//org/apache/commons/lang3/StringUtils.java: =A0 =A0public >> static int indexOfAnyBut(CharSequence cs, char[] searchChars) { >> src/main/java//org/apache/commons/lang3/text/StrTokenizer.java: >> public static StrTokenizer getCSVInstance(char[] input) { >> src/main/java//org/apache/commons/lang3/text/StrTokenizer.java: >> public static StrTokenizer getTSVInstance(char[] input) { >> src/main/java//org/apache/commons/lang3/Validate.java: =A0 =A0public >> static T[] notEmpty(T[] array) { >> src/main/java//org/apache/commons/lang3/Validate.java: =A0 =A0public >> static T[] noNullElements(T[] array) { >> >> Hen >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org >> For additional commands, e-mail: dev-help@commons.apache.org >> > > > > -- > Thank you, > Gary > > http://garygregory.wordpress.com/ > http://garygregory.com/ > http://people.apache.org/~ggregory/ > http://twitter.com/GaryGregory > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org