As you work with resources in the workbench, various builders may automatically log problems, errors, or warnings in the Problems view. For example, when you save a Java source file that contains syntax errors, those will be logged in the Problems view. When you double-click the icon for a problem, error, or warning, the editor for the associated resource automatically opens to the relevant line of code.
By default the problems view will group your problems by Severity. You can also group them by Type or not at all. Certain components will add their own grouping. For instance the Java Development Tools (JDT) support adds a Java Problem Type group. The grouping can be selected using the Group By menu.
The first column of the Problems view displays an icon that denotes the type of line item, the category and the description. Click on the item to open the file in an editor, the line containing the problem will be highlighted.
You can filter line items in the Problems view, to view only warnings and errors associated with a particular resource or group of resources. It is possible to add multiple filters to the problems view and enable or disable them as required. Filters are additive so any problem that satisfies at least one of the filters will be shown.
Problems can be fixed by selecting Quick Fix from the context menu. The list of possible resolutions will be shown. If you wish to fix other similar problems you can select "Find Similar Problems" which will add other problems from the problems view that the same fix can be applied to.
To add the Problems view to the current perspective, click
Window > Show View > Other... > General > Problems.
Opening views
Moving and docking views
Automatically fixing problems