关闭 Eclipse 验证

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/15899976/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-10 21:39:47  来源:igfitidea点击:

Turning off Eclipse Validation

eclipsevalidation

提问by Flosculus

I want to completely switch off Eclipse validation for all languages.

我想完全关闭所有语言的 Eclipse 验证。

This is not the same as disabling validation of various patterns, I don't want Eclipse to even try to validate.

这与禁用各种模式的验证不同,我不希望 Eclipse 甚至尝试验证。

Version is Juno.

版本是朱诺。

回答by PSR

Click Window > Preferences and select Validation in the left pane. The Validation page of the Preferences window lists the validators available in your project and their settings.

To disable individual validators, clear the check boxes next to each validator that you want to disable. Each validator has a check box to specify whether it is enabled for manual validation or on a build.

单击窗口 > 首选项,然后在左窗格中选择验证。首选项窗口的验证页面列出了项目中可用的验证器及其设置。

要禁用单个验证器,请清除要禁用的每个验证器旁边的复选框。每个验证器都有一个复选框,用于指定是否启用手动验证或构建。

see here

看这里

回答by C-Otto

It might also help to disable Validation Builders:

禁用验证构建器也可能有帮助:

Project Properties- Builders

Project Properties—— Builders

回答by Jonathan L

  • Click Window > Preferences,
  • select Validation in the left pane.
  • Check Suspend all validators (2nd check box on the right pane for Juno)
  • Click Apply, Click OK
  • 单击窗口 > 首选项,
  • 在左窗格中选择验证。
  • 选中暂停所有验证器(Juno 右侧窗格中的第二个复选框)
  • 点击应用,点击确定

回答by Krunal

Update for Mac Eclipse:

Mac Eclipse 更新:

Disable validation options as per your requirement (you may disable all also).

根据您的要求禁用验证选项(您也可以禁用所有选项)。

Eclipse => Preferences => Validation => Disable checkbox (or Disable All) => Apply

Eclipse => Preferences => Validation => Disable checkbox (or Disable All) => Apply

Reference screen shot:

参考截图:

enter image description here

在此处输入图片说明