Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [stellation-res] Compiler Warnings

As a quick addendum: if you decide to go ahead and do this, please
don't do it in the unittest project. I'm working on a major batch of
changes there. I'll have it checked in pretty soon, but I don't want to
have to deal with a massive merge. I'll take care of 1, 2, and 3
in unittest.

	-Mark

On Mon, 2002-11-25 at 19:53, Jonathan Gossage wrote:
> The current version of Stellation gives 613 warnings when compiled with
> strict checking.
> These warnings include the following:
> 
> 1. Unused imports.
> 2. Static fields and methods not accessed statically.
> 3. Local variables that are not read.
> 4. Unnecessary generation ofsynthetic access methods.
> 
> While all these warnings can be turned off, they reflect code thatis harder
> to read and understand than is necessary. If you like, I could go through
> the code base and clean up these problems. It looks like a single evening's
> work but would result in touching almost all the Java files in the project
> and I won't do anything without team agreement.
> 
> Regards
> 
> Jonathan
> 
> Personal Email
> jgossage@xxxxxxxx
> 
> Business Email
> jonathan@xxxxxxxxxxxxxx
> 
> 
> 
> _______________________________________________
> stellation-res mailing list
> stellation-res@xxxxxxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/stellation-res
-- 
Mark Craig Chu-Carroll,  IBM T.J. Watson Research Center  
*** The Stellation project: Advanced SCM for Collaboration
***		http://www.eclipse.org/stellation
*** Work Email: mcc@xxxxxxxxxxxxxx  ------- Personal Email: markcc@xxxxxxxxxxx




Back to the top