List of supported warning tokens [message #207058] |
Fri, 17 June 2005 03:47  |
Eclipse User |
|
|
|
Originally posted by: newsserver_mails.bodden.de
Hi. Is there a list of the warning tokens currently being supported by
SuppressWarnings? In particular, "unusedArgument" seemed to be working
prior to 3.1RC2 but now not any more...
Cheers,
Eric
--
Eric Bodden, ICQ: 12656220, http://www.bodden.de, PGP: BB465582
Arithmetic Coding - educational example code and more
http://ac.bodden.de/
|
|
|
|
|
Re: List of supported warning tokens [message #207111 is a reply to message #207108] |
Fri, 17 June 2005 05:26  |
Eclipse User |
|
|
|
Originally posted by: newsserver_mails.bodden.de
FYI, from the build notes:
The new list of supported warning tokens for the @SuppressWarnings
annotation is:
all : any warning
boxing : autoboxing conversion
dep-ann : missing @Deprecated annotation
deprecation : deprecation outside deprecated code
incomplete-switch : incomplete enum switch (enumSwitch)
hiding :
field hiding another variable (fieldHiding)
local variable hiding another variable (localHiding)
type parameter hiding another type (typeHiding)
hidden catch block (maskedCatchBlock)
finally : finally block not completing normally
static-access :
indirect reference to static member (indirectStatic)
non-static reference to static member (staticReceiver)
nls : string literal lacking non-nls tag //$NON-NLS-<n>$
serial : missing serialVersionUID
unqualified-field-access : unqualified reference to field
(unQualifiedField)
unchecked : unchecked type operation
unused :
unread method parameter (unusedArgument)
unread local variable (unusedLocal)
unused private member declaration (unusedPrivate)
unused declared thrown exception (unusedThrown)
synthetic-access : synthetic access for innerclass (syntheticAccess)
--
Eric Bodden, ICQ: 12656220, http://www.bodden.de, PGP: BB465582
Active Desktop Wallpaper Changer: That's what it is...
http://bodden.de/projects/wpchanger/
|
|
|
Powered by
FUDForum. Page generated in 0.05243 seconds