I have a java project open in eclipse. I can see in one java class a bunch of errors, but eclipse Problems view does not show any problem.

where do we configure the filtering of which errors to show in the Problems view, and which we don't?

link|improve this question

57% accept rate
1  
this is probably for stackoverflow – barlop Mar 30 '11 at 15:47
feedback

1 Answer

up vote 2 down vote accepted

I'm currently working with Eclipse 3.6.1, but this was in a similar place in earlier versions. There's a small downward triangle in the upper right conerer of the Problems view. Clicking that brings up a menu with "Configure Contents..." as one of the options. This will let you change what's showing up in the view.

If the errors don't seem correct or aren't updating properly, you may need to refresh the project, run a clean/rebuild on the project, or close the java file and re-open it.

link|improve this answer
cheers.. I was looking in the preferences and couldn't find anything! – Charbel Mar 31 '11 at 9:21
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.