>>>>> "Arnaud" == Arnaud Vandyck <avdyk@xxxxxxx> writes: Arnaud> Filtering warnings in Classpath with Eclipse, I found there are 388 Arnaud> warnings about "The import XXX is never used". I can work on these Arnaud> warnings and I think I can commit the result without requesting for Arnaud> comment on each classes because it's a minimal impact patch. But before Arnaud> proceeding, I'd like to ask: Arnaud> 1- is it useful; Yeah, it is good to clear out the lame warnings from time to time. Arnaud> 2- which package can I start working on? I think any code not in external/ is fair game. In the long run I suspect we may see regressions in this area, since only some developers are using Eclipse. Eventually we may prefer to simply disable this warning. Tom