Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Warnings and SuppressWarnings

I was refering to the settings of cdt-ui, where  "Field declaration
hides another field or variable" is set to warning, already.

The entire list is in the file: 
org.eclipse.cdt.ui/.settings/org.eclipse.jdt.core.prefs

Markus.

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of 
> Andrew.Ferguson@xxxxxxxxxxx
> Sent: Tuesday, April 08, 2008 2:55 PM
> To: CDT General developers list.
> Subject: RE: [cdt-dev] Warnings and SuppressWarnings
> Importance: Low
> 
> > Ok, I'd like to increase the warning levels:
> > "Enum type constant not covered on switch":  none -> warning
> > "Null pointer access":                       warning -> error
> > "Potential null pointer access":             none -> warning
> > "switch case fall-through":               none -> warning
> 
> Would we also change this one?
> 
>         "Field declaration hides another field or variable":  
>  none -> 
> warning
> 
> I saw some @SuppressWarning("hiding")'s in the PDOM binding 
> hierarchy, so recently altered my compile settings and 
> annotated the remaining affected fields.
> 
> thanks,
> Andrew
> 
> **********************************************************************
>  Symbian Software Ltd is a company registered in England and 
> Wales with registered number 4190020 and registered office at 
> 2-6 Boundary Row, Southwark, London,  SE1 8HP, UK. This 
> message is intended only for use by the named addressee and 
> may contain privileged and/or confidential information. If 
> you are not the named addressee you should not disseminate, 
> copy or take any action in reliance on it. If you have 
> received this message in error please notify 
> postmaster@xxxxxxxxxxx and delete the message and any 
> attachments accompanying it immediately. Neither Symbian nor 
> any of its Affiliates accepts liability for any corruption, 
> interception, amendment, tampering or viruses occurring to 
> this message in transit or for any message sent by its 
> employees which is not in compliance with Symbian corporate policy.
> **********************************************************************
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 


Back to the top