Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] A annoying "error" in org.eclipse.cdt.debug.ui.memory.traditional.Rendering

By the way I think those are good settings in org.eclipse.cdt.core/.settings (all files except .api_filters) and I would suggest those to be taken as a standard. For example for new plugins such as Codan, what do you think, Alena?

Thanks,
Andrew 

On Tue, Mar 16, 2010 at 2:23 PM, Alena Laskavaia <elaskavaia.cdt@xxxxxxxxx> wrote:
There is a recommended set of java checks that should be set to errors including this one. I guess this plugin
does not define own settings and author did not use recommended settings (http://wiki.eclipse.org/CDT/policy) in his workspace preferences


Andy Jin wrote:
In CDT Head, the class
org.eclipse.cdt.debug.ui.memory.traditional.Rendering fails to compile
in my workspace. I have the preference "Java -> Compiler ->
Errors/Warnings -> Possible accidental boolean assignment (e.g. 'if(a =
b)'):" set to the level of Error. In line 1816 of this class:

if(fIsDisplayLittleEndian = littleEndian)

This seems to be an accidental boolean assignment.

Has anyone seen this? Or has anyone set that compiler option to Error?

Thanks,
Andy
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev
 
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top