gmx.de]
> Sent: Monday, March 15, 2010 00:10
> To: dev@commons.apache.org
> Subject: OT: Spaves vs. tabs (was: [lang] LANG-510)
>
> Hi Gary,
>
> looking at your last commits I can see that a lot of lines have been
> changes
> simply because the lines now start with tabs
Hi Gary,
looking at your last commits I can see that a lot of lines have been changes
simply because the lines now start with tabs instead of spaces. Can you turn
off this seeting in your editor please?
- Jörg
-
To unsubscrib
> -Original Message-
> From: Stephen Colebourne [mailto:scolebou...@btopenworld.com]
> Sent: Sunday, March 14, 2010 06:44
> To: Commons Developers List
> Subject: Re: [lang] LANG-510
>
> I do fear that this discussion may be over-thinking. Most users will, I
>
ation for length()
and subSequence().
Thoughts?
Gary
-Original Message-
From: Jörg Schaible [mailto:joerg.schai...@gmx.de]
Sent: Sunday, March 07, 2010 05:54
To: dev@commons.apache.org
Subject: RE: [lang] LANG-510
Gary Gregory wrote:
When I replaced the current implementation of St
for length()
and subSequence().
Thoughts?
Gary
> -Original Message-
> From: Jörg Schaible [mailto:joerg.schai...@gmx.de]
> Sent: Sunday, March 07, 2010 05:54
> To: dev@commons.apache.org
> Subject: RE: [lang] LANG-510
>
> Gary Gregory wrote:
>
> > Whe
Well, sure, I was just hoping there was a way to make match input and output
types.
Gary
> -Original Message-
> From: Jörg Schaible [mailto:joerg.schai...@gmx.de]
> Sent: Sunday, March 07, 2010 05:54
> To: dev@commons.apache.org
> Subject: RE: [lang] LANG-510
>
&g
Gary Gregory wrote:
> When I replaced the current implementation of StringUtils.left(String,int)
> with:
>
> @SuppressWarnings("unchecked")
> public static T left(T cs, int len) {
> if (cs == null) {
> return null;
> }
> if (len < 0) {
> re
l [mailto:flame...@gmail.com]
> Sent: Friday, March 05, 2010 01:33
> To: Commons Developers List
> Subject: [lang] LANG-510
>
> Thinking further on moving StringUtils to CharSequence, I'd like to
> take the String left(String, int) method as an example. It depends
andell [mailto:flame...@gmail.com]
> Sent: Friday, March 05, 2010 01:33
> To: Commons Developers List
> Subject: [lang] LANG-510
>
> Thinking further on moving StringUtils to CharSequence, I'd like to
> take the String left(String, int) method as an example. It depends on
To: Commons Developers List
> Subject: Re: [lang] LANG-510
>
> On Fri, Mar 5, 2010 at 9:32 AM, Henri Yandell wrote:
> > Thinking further on moving StringUtils to CharSequence, I'd like to
> > take the String left(String, int) method as an example. It depends on
> >
Paul Benedict wrote:
> On Fri, Mar 5, 2010 at 6:17 AM, Niall Pemberton
> wrote:
>> Hmmm - I expected/assumed it would return the same type.
>
> Type T means exactly that: one type. It wouldn't be type-safe if the
> types were changed between input and output.
?? There is no generic type anymor
On Fri, Mar 5, 2010 at 6:17 AM, Niall Pemberton
wrote:
> Hmmm - I expected/assumed it would return the same type.
Type T means exactly that: one type. It wouldn't be type-safe if the
types were changed between input and output.
On Fri, Mar 5, 2010 at 11:12 AM, Jörg Schaible wrote:
> Henri Yandell wrote at Freitag, 5. März 2010 10:32:
>
>> Thinking further on moving StringUtils to CharSequence, I'd like to
>> take the String left(String, int) method as an example. It depends on
>> substring(int, int), so is entirely possi
Henri Yandell wrote at Freitag, 5. März 2010 10:32:
> Thinking further on moving StringUtils to CharSequence, I'd like to
> take the String left(String, int) method as an example. It depends on
> substring(int, int), so is entirely possibly to move over to
> subSequence(int, int).
>
> Hypothetica
On Fri, Mar 5, 2010 at 9:32 AM, Henri Yandell wrote:
> Thinking further on moving StringUtils to CharSequence, I'd like to
> take the String left(String, int) method as an example. It depends on
> substring(int, int), so is entirely possibly to move over to
> subSequence(int, int).
>
> Hypothetica
Thinking further on moving StringUtils to CharSequence, I'd like to
take the String left(String, int) method as an example. It depends on
substring(int, int), so is entirely possibly to move over to
subSequence(int, int).
Hypothetical new method:
CharSequence left(CharSequence, int)
The down
16 matches
Mail list logo