Tasks View
The Tasks view (in the Java perspective) lists all the markers placed in your source code. Markers are reminders that you or Eclipse add to the code to indicate something that needs your attention later. They can be added manually (Edit → Add Bookmark… or Edit → Add Task…), but more commonly the compiler adds them when it encounters a special comment in your code like this:
// TODO: Revisit this laterThe comment strings TODO, FIXME, and XXX are recognized by default. Add any others that you commonly use in your code to Window → Preferences → Java → Compiler → Task Tags.
Table 29 describes the Tasks view toolbar.
Table 7-21. Tasks view toolbar
|
Icon |
Description |
|---|---|
|
|
Create a new task. |
|
|
Delete the selected task(s). |
|
|
Filter out some tasks. |
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access