I really don’t understand what “Exclude from Validation” is supposed to do. As far as I can tell, it just doesnt’t work.
I have a project with some generated code, and that code generates lots of warnings. I do not need any warning about generated code as I cannot do anything about it and I expect the generator to know what it is doing.
So I right-click on the generated package in the Package Explorer and set the flag “MyEclipse > Exclude from validation.”.
What I expect is that no more warning about any file in the package is reported in the “Problems” window.
What happens instead is that warnings keep coming back. I tried cleaning the project, deleting the warnings manually, refreshing the package or the project, but nothing works.
I don’t see why it should be a problem at all. Perhaps it is not obvious to tell the compiler to refrain from warning about files in some packages. But the Problem window has a column “Path”. It is trival to check that the path of the error is within an excluded package and should be hidden.
If anybody has managed to use “Exclude from Validation” for this situation, I’d be glad to hear how ti is supposed to be used.