Eclipse: Javascript validation disabled. but still generating errors?

前端 未结 9 765
南方客
南方客 2020-12-12 13:05

The validation in Eclipse is catching what it deems \"errors\" in the framework I\'ve been using just fine.

  • Project -> Properties -> Validation

9条回答
  •  误落风尘
    2020-12-12 13:32

    Validation of .js files is handled by the JavaScript Validator, but that's a Builder, not something that plugs into the general Validation Framework. If you change the Errors/Warnings preferences, a Clean and build should show you the results.

提交回复
热议问题