Disable error checking on an eclipse project

前端 未结 3 654
轮回少年
轮回少年 2021-02-05 11:18

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?

相关标签:
3条回答
  • 2021-02-05 11:50

    Maybe if you create a general project rather than a Java project?

    Depending on what you want I think it should also work if you disable "Build Automatically" in the Project-menu.

    0 讨论(0)
  • 2021-02-05 11:54

    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.

    0 讨论(0)
  • 2021-02-05 12:07

    On the "Problems" tab, click on the little triangle (in the title bar on the right side, next to the controls for minimizing and maximizing the window), select "Configure Contents", and then you can define filters.

    0 讨论(0)
提交回复
热议问题