Reputation: 366
I'm still getting errors in my project. When I edit source files eclipse shows me parenthesis error when there isn't any syntax error. I have to cut code with error and paste it back and than errors disappears. It is very annoying. Is there any way to force eclipse to re validate code?
Upvotes: 0
Views: 91
Reputation:
You can try Project -> Clean
, and see if Project -> Build Automatically
option is checked.
Upvotes: 1
Reputation: 15847
Goto Project -> Clean
this will force eclipse to re validate code again
Upvotes: 0