Re: [classlib] Help wanted!

2006-06-26 Thread George Harley
:04 AM To: harmony-dev@incubator.apache.org Subject: Re: [classlib] Help wanted! Nathan Beyer wrote: I've been hacking away at those warnings every chance I get. The 'luni' module is going to be filled warnings until we can begin using annotations, specifically

RE: [classlib] Help wanted!

2006-06-26 Thread Nathan Beyer
22, 2006 6:04 AM To: harmony-dev@incubator.apache.org Subject: Re: [classlib] Help wanted! Nathan Beyer wrote: I've been hacking away at those warnings every chance I get. The 'luni' module is going to be filled warnings until we can begin using annotations, specifically

Re: [classlib] Help wanted!

2006-06-26 Thread George Harley
Subject: Re: [classlib] Help wanted! Nathan Beyer wrote: I've been hacking away at those warnings every chance I get. The 'luni' module is going to be filled warnings until we can begin using annotations, specifically the @SuppressWarning

Re: [classlib] Help wanted!

2006-06-22 Thread Paulex Yang
Nathan Beyer wrote: I've been hacking away at those warnings every chance I get. The 'luni' module is going to be filled warnings until we can begin using annotations, specifically the @SuppressWarning, especially the Collections classes. There are a number of cases where unchecked type uses are

Re: [classlib] Help wanted!

2006-06-22 Thread Tim Ellison
Nathan Beyer wrote: I've been hacking away at those warnings every chance I get. The 'luni' module is going to be filled warnings until we can begin using annotations, specifically the @SuppressWarning, especially the Collections classes. Thanks to George [1] you can now use @SuppressWarning.

RE: [classlib] Help wanted!

2006-06-22 Thread Nathan Beyer
- From: Tim Ellison [mailto:[EMAIL PROTECTED] Sent: Thursday, June 22, 2006 6:04 AM To: harmony-dev@incubator.apache.org Subject: Re: [classlib] Help wanted! Nathan Beyer wrote: I've been hacking away at those warnings every chance I get. The 'luni' module is going to be filled warnings

Re: [classlib] Help wanted!

2006-06-21 Thread Andrew Zhang
Hello Mark, How about advocating all code contributers to eliminate such warnings in their interested module? It's really a big task for one or two committers. I'm willing to help to check NIO module. Thanks! On 6/21/06, Mark Hindess [EMAIL PROTECTED] wrote: I was looking at building (and

RE: [classlib] Help wanted!

2006-06-21 Thread Nathan Beyer
I've been hacking away at those warnings every chance I get. The 'luni' module is going to be filled warnings until we can begin using annotations, specifically the @SuppressWarning, especially the Collections classes. There are a number of cases where unchecked type uses are a requirement because