I recently upgraded to 10.0 and now have major JavaScript validation issues. I am working on a large project that contains over 1000 jsp files and almost all of them include statements like: onkeypress=”return textAreaLimit(this, 255)”. That should be perfectly valid and validated fine in 9.1. It causes several thousand validation errors in my project.
If that wasn’t a serious enough issue I am having a problem where MyEclipse occasionally ignores the setting to exclude resources after my project is refreshed, either manually or when I relaunch MyEclipse. I go to my project properties, then MyEclipse->Validation->Excluded Resources and then check my folders that contain my jsps to hide the validation errors. Then sometimes MyEclipse seems to ignore that setting and all of my jsp validation errors return. The only way to fix it is to go back into the excluded resources section, uncheck the resources, wait for the long process to re-validate, and then recheck the resources and then again wait for it to re-validate.
I found references to the eclipse bug online associated with my validation issues here: https://bugs.eclipse.org/bugs/show_bug.cgi?format=multiple&id=353198