View for warnings and problems
30 June 2008Eclipse has a view that shows all the warnings and errors of the projects in your workspace. I will write about that in this post.
While working on Java projects involving lot of packages and classes, you want a view to show you all the warnings and errors in your work. This will present all wrong stuff in a single view and you don’t need to search for the errors manually. Eclipse provides a view called ‘Problems’ that serves the purpose.
This view includes 2 sections. One for errors and the other for warnings. It also presents resource, location and path of each warning and error.
Related Posts:
Top Of Page | Trackback
If you found this page useful, consider linking to it. Simply copy and paste the code below into your web site.
It will look like this: View for warnings and problems