Skip to main content

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

> >-----Original Message-----
> >From: stellation-res-admin@xxxxxxxxxxxxxxx
> >[mailto:stellation-res-admin@xxxxxxxxxxxxxxx]On Behalf Of Mark C.
> >Chu-Carroll
> >Sent: November 25, 2002 8:20 PM
> >To: Stellation-res
> >Subject: 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.

I won't do anything until I hear from the other team members.

> >
> >	-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
> >>


Regards

Jonathan

Personal Email jgossage@xxxxxxxx

Business Email
jonathan@xxxxxxxxxxxxxx




Back to the top