Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] Top Ten reasons for compiler warnings


+1

Compiler warnings sometimes mask real problems so it's important to clean up the code.

Arthur Ryman,
IBM Software Group, Rational Division

blog: http://ryman.eclipsedevelopersjournal.com/
phone: +1-905-413-3077, TL 969-3077
assistant: +1-905-413-2411, TL 969-2411
fax: +1-905-413-4920, TL 969-4920
mobile: +1-416-939-5063, text: 4169395063@xxxxxxx



David M Williams <david_williams@xxxxxxxxxx>
Sent by: wtp-dev-bounces@xxxxxxxxxxx

08/21/2005 08:24 PM

Please respond to
"General discussion of project-wide or architectural issues."

To
wtp-dev@xxxxxxxxxxx
cc
Subject
[wtp-dev] Top Ten reasons for compiler warnings






Well .. depends on what you mean by 'reason' ... but
the following are the top ten plugins and my understanding

of who is the responsible component lead.


I think this just highlights the amount of work we have
remaining. Please budget time to improve the code quality.
(Again, most of these have existed for a LONG time --
so please don't turn off or continue to ignore compiler warnings,
they are your friend, not noise).


o.e.wst.xsd.ui                  185   Craig

o.e.jst.ws.consumption.ui       125   Chris

o.e.wst.wsdl.ui                 108   Chris

o.e.wst.ws.explorer              86   Chris

o.e.wst.wsi                      64   Chris

o.e.wst.rdb.models.sql           60   Der Ping

o.e.jst.ws.consumption           57   Chris

o.e.jst.j2ee.ui                  43   Chuck

o.e.jst.j2ee                     38   Chuck

o.e.jst.ws.axis.creation.u       29   Chris



Most of these are very easy to fix and

clean up, but does need to be done by

the responsible parties, since there are

occasionally cases that require some

understanding of the code.

(And, if you wait long enough, I'll make
some blind fixes, then you'll have to fix
the bugs I cause :) _______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev


Back to the top