Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Disable error checking on an eclipse project

Tags:

eclipse

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?

like image 352
jax Avatar asked Dec 13 '10 06:12

jax


3 Answers

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.

like image 80
Thilo Avatar answered Oct 22 '22 06:10

Thilo


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.

like image 41
sjngm Avatar answered Oct 22 '22 04:10

sjngm


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.

like image 1
Brad Mace Avatar answered Oct 22 '22 05:10

Brad Mace