I had checked out a Project from Our CVS . When i tried to build it in Eclipse by adding some jars , it showed lot of errors under Problems View in Eclipse .
It d
On Eclipse Helios click on the triangle pointing down on the Problems
view, select Preferences
then in the Preference dialog that appear, you can change the Limit visible items per group
to change the value. Or else uncheck Use marker limits
checkbox to allow all items being visible.
Just click on the arrow down in the Perspective and select Group by None.
or
Configure Contents...
In Eclipse Oxygen : Click the down triangle on the Markers panel, select Filters... , then untick the Use Limits check box in the pop up and then click OK.
there is a triangle pointing down on the problems view, click on it, click configure contents, there will be "Number of items visible per groups:", change it
The previous answers are all valid, but in Java, there is a further limit configured in the compiler preferences. This is why you may continue to see 100 items.
This article describes where to find the preference in question.
Change the Fitter setting as following