Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] Undocumented empty method/type body

The warning would be 'useful' as long as it didn't complain here:

try {
        ...
} catch (SomeException ignored) {} // a very informative comment





"Philippe P Mulet" <philippe_mulet@xxxxxxxxxx>
Sent by: jdt-core-dev-admin@xxxxxxxxxxx
08/29/2003 05:40 AM
Please respond to jdt-core-dev
 
        To:     jdt-core-dev@xxxxxxxxxxx
        cc: 
        Subject:        [jdt-core-dev] Undocumented empty method/type body


The new support for diagnosis undocumented empty blocks will also report
empty method/type bodies.

There are mixed opinions whether this is a useful warning or not. If you
want to express yours, please respond to this note.

The rational for flagging these was that it never hurts to explain why a
method/type was added and left empty on purpose.


_______________________________________________
jdt-core-dev mailing list
jdt-core-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/jdt-core-dev




Back to the top