Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ignoring all warnings in an Eclipse project

Suppose that you have a bunch of projects in your Eclipse workspace. Some are Java projects, some may be CDT projects, others may come from third party plugins such as TeXlipse or EPIC. You strive long and hard to produce quality code, yet in one specific project you have a couple of warnings, through no fault of your own - warnings that propagate up the chain to your working set and poke you in the eye.

  1. Is there a general way in Eclipse 3.7 to tell the IDE that it should ignore (and be quiet about) all warnings from a specific project, regardless of whatever support the responsible plugin may or may not provide?

  2. From what I can tell, Eclipse 3.8 (or is it 4.2?) will have a better handle of warnings. Would waiting a couple of days for it to come out help at all with this specific issues?

like image 387
thkala Avatar asked Jun 26 '12 07:06

thkala


1 Answers

Supernecro, but if it is still relevant, and you want to block errors because you are editing another project, right click the project and click 'close project'.

like image 69
Dimpl Avatar answered Oct 17 '22 02:10

Dimpl