简体   繁体   English

禁用eclipse项目的错误检查

[英]Disable error checking on an eclipse project

I want to totally disable error checking on a project so that no warnings or errors will show in the "Problems" tab. 我想完全禁用项目的错误检查,以便“问题”选项卡中不会显示任何警告或错误。 Can this be done? 可以这样做吗?

在“问题”选项卡上,单击小三角形(在右侧的标题栏中,最小化和最大化窗口的控件旁边),选择“配置内容”,然后您可以定义过滤器。

You can also simply close the project if it's one you're not working on at the moment. 您也可以简单地关闭项目,如果它是您目前尚未处理的项目。 Closed projects aren't included in the Problems view. 已关闭的项目不包含在“问题”视图中。

Maybe if you create a general project rather than a Java project? 也许如果你创建一个通用项目而不是Java项目?

Depending on what you want I think it should also work if you disable "Build Automatically" in the Project-menu. 根据您的需要,我认为如果您在项目菜单中禁用“自动构建”,它也应该有效。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM