Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the difference between markers and problems view in Eclipse?

Tags:

eclipse

What's the difference between markers and problems view in Eclipse?

Most of the time, their contents are the same.

like image 427
Yishu Fang Avatar asked Jul 08 '14 11:07

Yishu Fang


1 Answers

The Markers view shows all the different types of marker that Eclipse supports - problems, tasks, bookmarks, ...

The Problems view just shows problem markers.

The Tasks view just shows task markers.

The Bookmarks view just shows bookmark markers.

like image 80
greg-449 Avatar answered Oct 06 '22 23:10

greg-449