Re: Annotation based library for equals,toString etc

2009-01-06 Thread Viraj Turakhia
HI Tim, This project interests me. Would like to know more about it. Could you please explain this better? I am confused, what will I do if I want my class's objects to be compared using XYZ.equals();? Will I write it as: @XYZ public class MyClass{ ... ... ... } or @Annot(equals="XYZ" compareTo

Re: Blogging on Commons

2008-11-09 Thread Viraj Turakhia
If I have read it right, I do agree with the point that we need to give committers access to people more freely. Suggested solution of having a separate development branch sounds good to me (don't know how feasible it is). -v On Mon, Nov 10, 2008 at 10:38 AM, Martin Cooper <[EMAIL PROTECTED]> wr

Re: [LANG] StringUtils.unescapeCsv() allows unpaired embedded double-quote

2008-11-04 Thread Viraj Turakhia
Just curious, why is this not the right behaviour? -v On Tue, Nov 4, 2008 at 8:35 PM, sebb <[EMAIL PROTECTED]> wrote: > Just happened to notice that StringUtils.unescapeCsv() does not check > that embedded double-quotes occur in pairs. > > Should this condition be detected, and if so, what shou

Re: [collections] JDK5 Branch?

2008-10-14 Thread Viraj Turakhia
I would like to help in generifying collections. How we generally plan? Through emails only or something else? -v On Wed, Oct 15, 2008 at 3:47 AM, James Carman <[EMAIL PROTECTED]> wrote: > Ok, thanks, Richard! That'd be great! What we need to do is come up > with a plan. If we split this thin

Re: [lang] Java 5

2008-10-10 Thread Viraj Turakhia
+1 in moving to JDK 1.5. New contributor, but always wanted to see 1.5 supported libraries in commons. -v On Fri, Oct 10, 2008 at 9:53 PM, Simone Gianni <[EMAIL PROTECTED]> wrote: > Yes, I do agree, but again I'm completely non binding. Migrating code to > new packages (or new classnames) where

Re: supported jdk

2008-09-20 Thread Viraj Turakhia
are still targeted at 1.3 or > 1.4, so generics is a no-go. > > On Sat, Sep 20, 2008 at 8:46 AM, Viraj Turakhia <[EMAIL PROTECTED]> wrote: >> Hey, >> I see we support JDK from 1.3 to 1.5 I believe. >> Now if I want to make any change which is using Generics, for example

supported jdk

2008-09-20 Thread Viraj Turakhia
Hey, I see we support JDK from 1.3 to 1.5 I believe. Now if I want to make any change which is using Generics, for example, how can I do so? Can I submit a patch which is using 1.5 feature? -v -- The first right of human is the right of EGO. -- http://www.xperienceexperience.blogspot.com

Re: help: newbie

2008-09-13 Thread Viraj Turakhia
ns.apache.org/patches.html > > This page will show you how to download the code to your machine via SVN: > > http://commons.apache.org/lang/source-repository.html > > > On Fri, Sep 12, 2008 at 3:17 PM, Viraj Turakhia <[EMAIL PROTECTED]> wrote: >> Hi, >> I a

help: newbie

2008-09-12 Thread Viraj Turakhia
Hi, I am very new to open source and want to contribute to Validate.java in commons-lang. Tried a lot to understand how I can get code on my machine, but could not. If anyone of you could help me in following, that would be great: - download/checking out current code snapshot - branch from which I