Wednesday, October 5, 2011

Fixed : Annoying “Symbol ‘value’ could not be resolved” error + Eclipse Indigo

disable the “Symbol is not resolved” from the “Code Analysis” property of the project.

This is not fixed .. fixed, but indeed it will stop annoying error message avalance.


2 comments:

CMM said...

right click on the project and selected Index->Rebuild once the rebuild was complete all the "Symbol ... could not be resolved." disappeared from the Eclipse editor.

Anonymous said...

Bingo.

This solved a problem that has been bugging me for some time now.

Periodically projects that I am working on would mysteriously develop an issue with resolving symbols. There were always two references to the symbol in question, one would be absolute and the other relative. The only solution I had was to recreate the project (a nuisance).

(Project).Index->Rebuild fixes this problem.