The validation in Eclipse is catching what it deems "errors" in the framework I've been using just fine.
Project -> Properties -> Validation -> "Suspend all validators"
doesn't work.Project -> Properties -> Javascript -> Validation -> Errors/Warnings -> [Unchecked] "Enable Javascript semantic validation"
doesn't work either.Enabling the above-mentioned checkbox and setting all validation issues to "Ignore" doesn't work either.
Each time one of these settings changes, it does a build and immediately all the "errors" are found and subsequently prevent an otherwise known-good build.