I fixed a few and decided the rest were 'good'. Hen
On Fri, Apr 15, 2011 at 7:35 PM, Gary Gregory <garydgreg...@gmail.com> wrote: > Yes, vararg away! :) > > Gary > > On Fri, Apr 15, 2011 at 5:53 PM, Henri Yandell <flame...@gmail.com> 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: public >> static boolean containsAny(CharSequence cs, char[] searchChars) { >> src/main/java//org/apache/commons/lang3/StringUtils.java: public >> 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: public >> static <T> T[] notEmpty(T[] array) { >> src/main/java//org/apache/commons/lang3/Validate.java: public >> static <T> T[] noNullElements(T[] array) { >> >> Hen >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org >> For additional commands, e-mail: dev-h...@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-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org